Re: WebScrapping

2019-02-19 Thread Adrian Ordona
Thanks Piet for the quick response. Yes, i was running it line by line. When i ran >>> len(containers), the output is giving me 37 but when i ran the code as a py file, it was only showing one result. Thanks in advance. Adrian On Feb 19, 2019, at 4:38 AM, Piet van Oostrum wrote:

WebScrapping

2019-02-18 Thread Adrian Ordona
Hi, I’m learning how to code and interested in web scrapping to gather data. I’m running on Mac OS X 10.9.5 and python 3.7 terminal. I’m trying to capture the name of the brand and price but i keep getting an error (see below). Traceback (most recent call last): File "", line 1, in File "/an

Re: Exercize to understand from three numbers which is more high

2019-01-29 Thread Adrian Ordona
ph >> wrote: >> Yes, that works. Assuming it was correctly formatted when you ran it. >> The formatting could not possibly be run in a Python interpreter, I think. >> >> --- Joseph S. >> >> From: Adrian Ordona >> Sent: Tuesday, January 29, 201

Re: Exercize to understand from three numbers which is more high

2019-01-29 Thread Adrian Ordona
i'm also a beginner reading all the replies helps. i was trying the problem myself and came up with the below code with a users input. num1 = int(input("Enter first number: "))num2 = int(input("Enter second number: "))num3 = int(input("Enter third number: "))if num1 > num2 and num1 > num3: print(

Missing python36.dll

2018-03-19 Thread Adrian Ordona
Hi - just downloaded the latest version of Python (3.6.4) but keep getting an error because of missing .dll file. i tried uninstalling and reinstalling it but still getting the same error. Search online for the file but to no avail. Can someone direct me as to where to download the missing dll f