https://github.com/parth-paradkar/learn-python
List of study material to learn python and related topics from scratch
https://github.com/parth-paradkar/learn-python
Last synced: 3 months ago
JSON representation
List of study material to learn python and related topics from scratch
- Host: GitHub
- URL: https://github.com/parth-paradkar/learn-python
- Owner: parth-paradkar
- Created: 2019-02-25T16:53:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T15:41:28.000Z (over 6 years ago)
- Last Synced: 2025-01-10T03:11:42.511Z (over 1 year ago)
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Learn Python

Learn Python from free material available on the internet.
***
### Youtube Channels
* [Corey Schafer](https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g)
* [sentdex](https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ)
* [freeCodeCamp.org](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)
### Youtube video lectures
Corey Schafer:
* [Introduction to Python](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU)
* [OOP in Python](https://www.youtube.com/playlist?list=PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc)
* [Git Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTuRUfjRe54Eea17-YfnOOAx)
* [Set up Development Environment](https://www.youtube.com/playlist?list=PL-osiE80TeTt66h8cVpmbayBKlMTuS55y)
* [Linux Command Line](https://www.youtube.com/playlist?list=PL-osiE80TeTvGhHkpvfmKWOiIPF8UVy6c)
* [Flask Tutorials](https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH)
* [Web Scraping with BeautifulSoup and Requests](https://www.youtube.com/watch?v=ng2o98k983k&t=859s)
* [VENV (Mac & Linux) - How to Use Virtual Environments with the Built-In venv Module](https://www.youtube.com/watch?v=Kg1Yvry_Ydk)
Sentdex:
* [sentdex python introduction](https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln)
* [Pandas Tutorial](https://www.youtube.com/watch?v=Iqjy9UqKKuo)
### Github Profiles
* [Sentdex](https://github.com/Sentdex)
* [Corey Schafer](https://github.com/CoreyMSchafer)
### Articles
* [What you can do with Python](https://medium.freecodecamp.org/what-can-you-do-with-python-the-3-main-applications-518db9a68a78)
* [Installing Python for Windows](https://medium.com/kharagpur-open-source-society/installing-python-in-windows-ce059f644875)
* [All about Git](https://medium.com/kharagpur-open-source-society/git-cheatsheet-67ddd8cbbe94)
* [The _ _name_ _ variable and its usage in Python](https://medium.freecodecamp.org/whats-in-a-python-s-name-506262fe61e8)
* [Data Visualization with matplotlib](https://towardsdatascience.com/5-quick-and-easy-data-visualizations-in-python-with-code-a2284bae952f)
* [Python Top 45 Articles for the Past Year (v.2018)](https://medium.mybridge.co/python-top-45-tutorials-for-the-past-year-v-2018-1b4d46c9e857)
* [Over 200 of the Best Machine Learning, NLP, and Python Tutorials — 2018 Edition](https://medium.com/machine-learning-in-practice/over-200-of-the-best-machine-learning-nlp-and-python-tutorials-2018-edition-dd8cf53cb7dc)
* [Best Python books](https://realpython.com/best-python-books/)
* [Best Python YouTube channels](https://realpython.com/python-youtube-channels/)
* [Rock the command line- Popular terminal commands](https://towardsdatascience.com/rock-the-command-line-52c4b2ea34b7)
* [Understanding Python Virtual Environments(Medium member article)](https://towardsdatascience.com/understanding-python-virtual-environments-7ccf690320d7)
* [Build Slack app with Python](https://www.fullstackpython.com/blog/build-first-slack-bot-python.html)
* [Python docstrings](https://www.datacamp.com/community/tutorials/docstrings-python)
* [How to write beautiful Python code with pep8](https://realpython.com/python-pep8/)
* [Tips for Python Beginners](https://realpython.com/courses/python-beginner-tips/)
### Websites
* [Automate the boring stuff with Python](https://automatetheboringstuff.com/)
* [Real Python](https://realpython.com/)
* [CoreyMS](https://coreyms.com/)
* [Git Handbook](https://git-scm.com/book/en/v2)
### Practice
* [Beginner Python exercises](http://www.practicepython.org/)
* [Python Challenge](http://www.pythonchallenge.com/faq.php)
### Random
* [Code Radio](https://www.youtube.com/watch?v=mXRfApkMYZU)
* [Python Wikipedia Page](https://en.wikipedia.org/wiki/Python_(programming_language))
* [Interview with Corey Schafer](https://realpython.com/interview-corey-schafer/)
***
[Please read contributing instructions before submitting a PR](/CONTRIBUTING.md)