This repository stores the syntax and codes for python programming. The main sources of reference are FreeCodeCamp on YouTube.com and Kaggle.com.
There are three main folders in this repository:
- FreeCodeCamp
- Kaggle
- ProblemSolving
The source codes (.py) in this folder are self-written with reference to FreeCodeCamp on YouTube.
The Jupyter Notebooks (.ipynb) in this folder are downloaded directly and edited from Kaggle.
This folder stores source codes (.py) of some solved problems from codewars, hackerrank, leetcode and other sources.
For more informations on python, please refer to Python's Documentation for full guide.
Some python-related cheatsheets can be found here.