This repository is where we learn together. The aim is to learn all we can about python, first generally and then moving into specifics and then in the end, develop a mini project (that I have not decided on yet, oops) using all the knowledge that we gain from this adventure.
Any contribution to this journey is appreciated. If you find any mistakes, create an issue or a pull request regarding the same.
This directory contains all files related to the basic python syntax.
This directory contains implementations of different data structures.
This directory contains implementations of different problem statements and alogrithms.
This directory contains a random set of implementations of different ideas and problem statements.
- Install Python3. You can find out how to do that here.
- Clone this repository.
- That's it. Go through the files. Run them using
python filename.py
orpython3 filename.py