0 Forks
2 Stars
2 Watchers

Python-tutorials

These are notes I've wriiten following various python tutorials specifically from Derek Banas, Corey Schafer from YouTube, and also the official python documentation

How to download and setup Python-tutorials

Open terminal and run command
git clone https://github.com/wingedrasengan927/Python-tutorials.git
git clone is used to create a copy or clone of Python-tutorials 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-tutorials https://github.com/wingedrasengan927/Python-tutorials/archive/master.zip

Or simply clone Python-tutorials with SSH
[email protected]:wingedrasengan927/Python-tutorials.git

If you have some problems with Python-tutorials

You may open issue on Python-tutorials support forum (system) here: https://github.com/wingedrasengan927/Python-tutorials/issues