PythonOOP icon indicating copy to clipboard operation
PythonOOP copied to clipboard

The Original Code repository for my Python OOP Series

Results 5 PythonOOP issues
Sort by recently updated
recently updated
newest added

column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV

column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV fixed pull request : https://github.com/jimdevops19/PythonOOP/pull/2

hey Jim I am following your tutorial on selenium I am using Facebook to test and I am using a MacBook I installed my chrome driver using brew I run...