3 Forks
11 Stars
11 Watchers

python

Ressources complémentaires et code source du livre Programmation Python avancée, Guide pour une pratique élégante et efficace aux éditions Dunod (ISBN 978-2-10-081598-2)

How to download and setup python

Open terminal and run command
git clone https://github.com/xoolive/python.git
git clone is used to create a copy or clone of python repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with python https://github.com/xoolive/python/archive/master.zip

Or simply clone python with SSH
[email protected]:xoolive/python.git

If you have some problems with python

You may open issue on python support forum (system) here: https://github.com/xoolive/python/issues