1 Forks
1 Stars
1 Watchers

Python

If you want to learn python, coming from a java paradigm and have more of java coding style in your blood! You have just landed on right page. Here a folder structure is followed to handle different use-cases one struggles through like how classes are created, how to achive inheritance and create abstract classes, what are generators and why we should use them, some best practices etc. All of these things are folder names only. Go inside the topic you want to learn , there is a readme prepared specifically for that topic to boost up your learning then if you feel like you can check out the code as well. Happy Learning!!

How to download and setup Python

Open terminal and run command
git clone https://github.com/bharatmakhija/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/bharatmakhija/Python/archive/master.zip

Or simply clone Python with SSH
[email protected]:bharatmakhija/Python.git

If you have some problems with Python

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