This repository contains all the tests about the topic I learn learning in Python, from the very first script I wrote.
PyCharm or another Python IDE of your choose.
I also suggest you to install Anaconda python package manager by following those links:
Clone the repository on your computer and test yourself the library:
git clone https://github.com/PitPietro/python-project.git
Move to the directory where is placed the file you want to execute and type:
python [file-name].py
# python hello-world.py
# or, in case you only need python3
python3 [file-name].py
# python3 hello-world.py
For the versions available, see the tags on this repository.
Pietro Poluzzi ~ PitPietro
See also the list of contributors who participated in this project.