An open API service indexing awesome lists of open source software.

https://github.com/thegeekyb0y/learnpython

Python Resources for Everyone
https://github.com/thegeekyb0y/learnpython

hacktoberfest python python3 resources

Last synced: 24 days ago
JSON representation

Python Resources for Everyone

Awesome Lists containing this project

README

          

# Learn Python

## Introduction 💫
Python is a high-level, interpreted scripting language, highly used for automation and backend purposes.
People from different disciplines use Python for a variety of different tasks, such as data analysis and visualization, artificial intelligence and Machine Learning,
automation, etc.

It is a language that many people fall in love with because of its simplicity. The syntax is simple and the debugging is also much easier in Python compared to languages like C++ or C# even though Python was made using C++ in 1991 by Guido van Rossum.

---

## General 🔗

| Info | Link |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Official Site | [Python.org](https://python.org) |
| Official Documentation | [Python Docs](https://docs.python.org) |
| Quick Start guide | [Click here](https://www.python.org/about/gettingstarted/) |
| Suggested Code Editor | [Sublime Text](http://www.sublimetext.com/) or [VS Code](code.visualstudio.com) |
| Suggested IDE | [Pycharm](https://www.jetbrains.com/pycharm/) or [Pydev](http://pydev.org/) |

---

## Basic Resources 🔗

| Info | Link |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------|
| **Basic Roadmap** | Click Here |
| **Complete Notes** | [Python Notes](https://books.goalkicker.com/PythonBook/) |
| **Python Libraries & Frameworks** | [Awesome Python](https://github.com/vinta/awesome-python) |
| **Interactive Beginner Course** | [futurecoder](https://futurecoder.io/) |

---

## Python Playlists on Youtube

| Info | Link |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Telusko | [Click Here](https://youtube.com/playlist?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3) |
| CS Dojo | [Click Here](https://youtube.com/playlist?list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg) |
| Edureka | [Click Here](https://youtube.com/playlist?list=PL9ooVrP1hQOHY-BeYrKHDrHKphsJOyRyu) |
| Code with Harry | [Click Here](https://youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME) |
| Geeky Shows | [Click Here](https://www.youtube.com/playlist?list=PLbGui_ZYuhigZkqrHbI_ZkPBrIr5Rsd5L) |
| Corey Schafer | [Click Here](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU) |
| Freecodecamp | [Click Here](https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB) |
| Brototype (Malayalam) | [Click Here](https://www.youtube.com/playlist?list=PLY-ecO2csVHfbpOmWamlb8Mujjdnl1jks) |
| Krish Naik | [Click Here](https://youtube.com/playlist?list=PLZoTAELRMXVNUL99R4bDlVYsncUNvwUBB) |
| Programming With Mosh | [Click Here](https://youtube.com/playlist?list=PLTjRvDozrdlxj5wgH4qkvwSOdHLOCx10f) |
| Clever Programmer | [Click Here](https://www.youtube.com/watch?v=B9nFMZIYQl0) |
| Bro Code | [Click Here](https://www.youtube.com/watch?v=6VElWbND-zg&list=PLZPZq0r_RZOOkUQbat8LyQii36cJf2SWT)
| thenewboston | [Click Here](https://www.youtube.com/watch?v=HBxCHonP6Ro&list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_)
| CS50 | [Click Here](https://www.youtube.com/watch?v=OvKCESUCWII&list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V)

---

## Top Youtube Creators
| Channel Name | Link |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Geeky Shows | [Click Here](https://www.youtube.com/user/GeekyShow1) |
| Code with Harry | [Click Here](https://www.youtube.com/c/CodeWithHarry) |
| Corey Schafer | [Click Here](https://www.youtube.com/c/Coreyms) |
| Telusko | [Click Here](https://www.youtube.com/c/Telusko) |
| Freecodecamp | [Click Here](https://www.youtube.com/c/Freecodecamp) |
| CS DOJO | [Click Here](https://www.youtube.com/c/CSDojo) |
| Brototype (Malayalam) | [Click Here](https://www.youtube.com/c/BrototypeMalayalam) |
| thenewboston(Buckey Robert) | [Click Here](https://www.youtube.com/@thenewboston/)

---

## Top Blogs

| Info | Link |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Learn Python | [Click Here](https://learnpython.com/blog/) |
| Geeks for Geeks | [Click Here](https://www.geeksforgeeks.org/python-programming-language/) |
| W3schools Documentation | [Click Here](https://www.w3schools.com/python/)
| Learn Python by Scaler | [Click Here](https://www.scaler.com/topics/python/) |
| Towards Data Science | [Click Here](https://towardsdatascience.com/tagged/python) |
| Python in Plane English | [Click Here](https://python.plainenglish.io/) |
| Python Programming Tutorials | [Click Here](https://pythonprogramming.net/) |
| Python Tutorials and Exapmles | [Ask Python](https://www.askpython.com/) |
| Learn Everything About Python | [Real Python](https://www.realpython.com/) |
| 60 Python Projects with Source Code | [Click Here](https://medium.com/coders-camp/60-python-projects-with-source-code-919cd8a6e512) |

---

## Cheatsheets 🗒️

|Info | Link |
|--------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Data Camp Cheat Sheets | [Click Here](https://www.datacamp.com/community/data-science-cheatsheets) |
| Python 3 Cheat Sheet | [Click Here](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) |
| Scientific Python Cheat Sheet | [Click Here](https://ipgp.github.io/scientific_python_cheat_sheet/) |
| Comprehensive Python Cheatsheet | [Click Here](https://gto76.github.io/python-cheatsheet/) |
| Gto76 Python Cheatsheet | [Click here](https://www.pythoncheatsheet.org/) |
| Mosh's Python Cheatsheet | [Click here](https://programmingwithmosh.com/wp-content/uploads/2019/02/Python-Cheat-Sheet.pdf) |
| Finxter Python Cheatsheet | [Click Here](https://blog.finxter.com/python-cheat-sheets/) |
| Python Cheatsheet by Websitesetup | [Click Here](https://websitesetup.org/wp-content/uploads/2021/04/Python-cheat-sheet-April-2021.pdf) |
| Python Lists Method Cheatsheet | [Click Here](https://thegeekyboy.gumroad.com/l/python-lists) |

---

## Top Twitter Creators

| Info | Link |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Scientific Python | [Click Here](https://twitter.com/SciPyTip) |
| Rodrigo | [Click Here](https://twitter.com/mathsppblog) |
| Mike Driscoll | [Click Here](https://twitter.com/driscollis) |
| Matt Harrison | [Click Here](https://twitter.com/__mharrison__) |
| Aditya Tiwari | [Click Here](https://twitter.com/thegeekyb0y) |
| Real Python | [Click Here](https://twitter.com/realpython) |
| Trey Hunner | [Click Here](https://twitter.com/treyhunner) |

---

## Top Podcasts

| Info | Link |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Real Python Podcast | [Click Here](https://realpython.com/podcasts/rpp/) |
| Talk Python Podcast | [Click Here](https://talkpython.fm/) |
| Python Bites Podcast | [Click Here](https://pythonbytes.fm/) |
| Podcast __init__ | [Click Here](https://www.pythonpodcast.com/) |
| Test and Code | [Click Here](https://testandcode.com/) |
| Teaching Python | [Click Here](https://www.teachingpython.fm/) |

---

## Python for Different Fields 🔗
| Info | Link |
| --------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Data Science Resources | [Click Here](https://github.com/r0f1/datascience) |
| Machine Learning Resources | [Click Here](https://github.com/ujjwalkarn/Machine-Learning-Tutorials) |
| Artificial Intelligence | [Click Here](https://github.com/nivu/ai_all_resources) |
| Solidity, Blockchain and Smart Contracts | [Click Here](https://www.youtube.com/watch?v=M576WGiDBdQ&t=6211s) |

---

## Other Useful GitHub Repositories

| Info | Link |
| -------------------------------------- | -------------------------------------------------------------------------------------------------- |
| The Algorithms | [Click Here](https://github.com/TheAlgorithms/Python) |
| Awesome - Python | [Click Here](https://github.com/vinta/awesome-python) |
| TensorFlow | [Click Here](https://github.com/tensorflow/tensorflow) |
| Project Based Learning | [Click Here](https://github.com/tuvtran/project-based-learning#python) |
| Python-Exercises | [Click Here](https://github.com/zhiwehu/Python-programming-exercises) |
| Python Reference | [Click Here](https://github.com/rasbt/python_reference) |
| Python Projects | [Click Here](https://github.com/thegeekyb0y/pythonprojects) |

---

## Contribution 💡

- If you have a suggestion that would make this repository better or want to add more resources or any links are not working, please fork the repo and [create a pull request.](https://github.com/thegeekyb0y/learnpython/edit/main/README.md)
- You can also simply open an [issue](https://github.com/thegeekyb0y/learnpython/issues/new)
- Please read the [Contribution Guidelines](https://github.com/thegeekyb0y/learnpython/blob/main/CONTRIBUTING.md)

---

## Connect with Me 🤝

[Instagram](https://www.instagram.com/thegeekyb0y) | [Twitter](https://www.twitter.com/thegeekyb0y) | [Linkedin](https://www.linkedin.com/in/adityacodes)

![visitors](https://page-views.glitch.me/badge?page_id=thegeekyb0y/learnpython)