This is a Python project repository for whom eager to learn Python basics and some Python libraries like Numpy, Pandas, Matplotlib, and scikit-learn
In MasteringPython Notebook, you can find a wide range source from basic Python rules to some advanced Python libraries example.
Please download the csv file from WHO for the last example in the notebook. Put your local data location in the pd.read_csv('#') command. It will not possible to analyze without getting this file source from your computer.
In this notebook, the main purpose is to be able to analyze some e-commerce numbers across the countries with Python data libraries.
Please download the csv file from Kaggle to implement the Python codes in your project. Put your local data location in the pd.read_csv('#') command.
Throughout the notebook, you are going to see some basic bar chart exmaples with Matplotlib, Pandas, and NumPy
In this Python file, there are some basic Python codes and a game in which includes conditionals.