Files
awesome-kubernetes/v2-docs/python.md

312 lines
58 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
!!! info "Architectural Context"
Detailed reference for Python in the context of Developer Ecosystem.
## Standard Reference
- [Full Stack Python is an open book that explains each Python web application stack layer and provides the best web resources for those topics](http://www.fullstackpython.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — - [Full Stack Python: Best Python Resources](http://www.fullstackpython.com/best-python-resources.html)
- [realpython.com](http://realpython.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [LearnPython.org interactive Python tutorial](http://www.learnpython.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [The docker-py repository: an API client for docker written in Python](http://docker-py.readthedocs.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pyvideo.org](http://pyvideo.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Talk Python To Me Podcast](http://talkpython.fm) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — - [Transcript for Episode #39: Getting your first dev job as a Python developer (part 1)](http://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-python-developer-part-1)
- [Microsoft: Python Engineering](https://devblogs.microsoft.com/python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.pythonlibrary.org 🌟](http://www.blog.pythonlibrary.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [nixCraft: Python Execute Unix/Linux Command Examples 🌟](http://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Setting up Python on OSX: UPDATED](http://staticnat.com/setting-up-python-on-osx) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Don't Make Us Say We Told You So: virtualenv for New Pythonistas](http://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [commandlinefu.com: pip install into current directory without virtualenv](http://www.commandlinefu.com/commands/view/17656/pip-install-into-current-directory-without-virtualenv) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team](http://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [My top 5 new Python modules of 2015](http://blog.rtwilson.com/my-top-5-new-python-modules-of-2015) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Why Python 3 exists](http://www.snarky.ca/why-python-3-exists) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [stackoverflow: Create dictionary from splitted strings from list of strings](http://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-strings-from-list-of-strings) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [If you don't like exceptions, you don't like Python](http://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-you-dont.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Stop writing code that will break on Python 4!](http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github: Python3 in one pic](https://github.com/rainyear/python3-in-one-pic) <span class='md-tag md-tag--info'>⭐ 5013</span> <span class='md-tag md-tag--info'>[ENTERPRISE-STABLE]</span>
- [devbattles.com: Python list. Functions and Methods lists](http://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_lists) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [devbattles.com: Python: sorting lists by .sort () with - in simple words](http://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with__in_simple_words) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Create a GUI Application Using Qt and Python in Minutes: Example Web Browser](http://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in-minutes-example-web-browser) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [stackoverflow: Problems installing python3 on RHEL 🌟](http://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [PEP 8 Cheatsheet 🌟](https://www.scribd.com/document/207247675/PEP-8-Cheatsheet-2009) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Lists vs. Tuples](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [thenextweb.com: 6 practical tricks every Python developer should have](https://thenextweb.com/news/6-practical-tricks-every-python-developer-should-have) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [digitalocean.com: How To Code in Python 3 🌟](https://www.digitalocean.com/community/tutorial-series/how-to-code-in-python-3) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [aigents.co: Data Structures and Python 🌟](https://aigents.co/data-science-blog/coding-tutorial/data-structures-and-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [doppler.com: Using Environment Variables in Python for App Configuration 🌟](https://www.doppler.com/blog/environment-variables-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.adnansiddiqi.me: Getting started with Elasticsearch 7 in Python 🌟](http://blog.adnansiddiqi.me/getting-started-with-elasticsearch-7-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [theglitchblog.com: Logging in Python Using Best Practices](https://theglitchblogcom.wordpress.com/2021/06/17/logging-in-python-using-best-practices) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [infoworld.com: How to use the Python for loop](https://www.infoworld.com/article/2267127/how-to-use-the-python-for-loop.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know](https://www.geeksforgeeks.org/blogs/top-10-advance-python-concepts-that-you-must-know) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pythonsimplified.com: How to schedule Python scripts using schedule library](https://hewing.foliotek.me) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [aigents.co: Pro Python Tips for Data Analysts](https://aigents.co/data-science-blog/coding-tutorial/pro-python-tips-for-data-analysts) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [redhat.com: Packaging applications to install on other machines with Python](https://www.redhat.com/en/blog/packaging-applications-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [redhat.com: Writing and unit testing a Python application to query the RPM database](https://www.redhat.com/en/blog/query-rpm-database-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [searchenginejournal.com: An Introduction To Python & Machine Learning For Technical SEO](https://www.searchenginejournal.com/python-machine-learning-technical-seo/430000) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [morioh.com: How to create Google Map in Python using Gmaps](https://morioh.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.blog: Why Python keeps growing, explained](https://github.blog/developer-skills/programming-languages-and-frameworks/why-python-keeps-growing-explained) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Evaluate Expressions Dynamically With Python eval() (Overview)](https://realpython.com/videos/python-eval-overview) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [genbeta.com: Ocho canales de YouTube para aprender Python desde cero hasta nivel experto](https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-nivel-experto-1) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [gettopical.com: Get Django Latest News](http://gettopical.com/djangoframework) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Django Development With Docker Compose and Machine](https://realpython.com/learning-paths/django-web-development) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [TaskBuster Django Tutorial, made with Django 1.8 and Python 3](http://www.marinamele.com/taskbuster-django-tutorial) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [TDD with Django, from scratch: a beginner's intro to testing and web development](http://www.pyvideo.org/video/3509/tdd-with-django-from-scratch-a-beginners-intro) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Installing and Configuring Django Web Framework with Virtual Environments in CentOS/Debian](http://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.com: Django app + RESTful API for automatic billing](https://github.com/silverapp/silver) <span class='md-tag md-tag--info'>⭐ 309</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Getting Started with Django REST Framework (DRF) and AngularJS (Part 1)](http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-1) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — - [Getting Started with Django REST Framework (DRF) and AngularJS (Part 2)](http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-2)
- [Part 2 Supplementary Code](https://github.com/TrackMaven/getting-started-with-drf-angular/tree/part-2)
- [webcodegeeks.com: Python Django Tutorial](http://www.webcodegeeks.com/python/python-django-tutorial) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [digitalocean.com: Building a REST API With Django REST Framework](https://www.digitalocean.com/community/tech-talks/building-a-rest-api-with-django-rest-framework) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.com: Django Sage Painless](https://github.com/sageteamorg/django-sage-painless) <span class='md-tag md-tag--info'>⭐ 60</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Building a REST API with Django REST Framework 🌟](https://dev.to/nagatodev/how-to-connect-django-to-reactjs-part-2-2oje) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Flask Documentation 🌟](https://flask.palletsprojects.com/en/stable) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [The Flask Mega-Tutorial: Now with Python 3 Support](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-support) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Discover Flask, Part 1 - Setting Up a Static Site](https://realpython.com/learning-paths/flask-by-example) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [devbattles.com: Python Flask, Part 1: Hello World!](http://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.adnansiddiqi.me: Create your first REST API in FastAPI 🌟](http://blog.adnansiddiqi.me/create-your-first-rest-api-in-fastapi) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [wheel replaces Python's eggs](https://wheel.readthedocs.io/en/stable) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Speed up pip install](http://blog.ionelmc.ro/2015/01/02/speedup-pip-install) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python Feature Flag Resources/Solutions](http://featureflags.io/python-feature-flags) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [nylas.com: Profiling Python in Production](https://www.nylas.com/blog/performance) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [gabbi - Declarative HTTP testing library pypi](http://pypi.python.org/pypi/gabbi) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pbpython.com: Practical Business Python](http://pbpython.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — - [pbpython.com: Pandas Pivot Table Explained](http://pbpython.com/pandas-pivot-table-explained.html)
- [pbpython.com: Collecting Data with Google Forms and Pandas](http://pbpython.com/pandas-google-forms-part1.html)
- [pandas.pydata.org: Reshaping by pivoting DataFrame objects](http://pandas.pydata.org/pandas-docs/stable/reshaping.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsvidhya.com: A Complete Tutorial to Learn Data Science with Python from Scratch](http://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsvidhya.com: Tutorial Python List Comprehension With Examples](http://www.analyticsvidhya.com/blog/2016/01/python-tutorial-list-comprehension-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.com/gventuri/pandas-ai](https://github.com/sinaptik-ai/pandas-ai) <span class='md-tag md-tag--info'>⭐ 23550</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [PandasDatabase is a RESTful database engine application built on top of Pandas](https://pypi.org/project/pddb) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [orchest.io](https://orchest.io) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Dead simple {for devs} python crawler (script) for extracting structured data from any website into CSV](http://blog.webhose.io/2015/08/16/dead-simple-for-devs-python-crawler-script-for-extracting-structured-data-from-any-almost-website-into-csv) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python Multi-Process Execution Pool](https://github.com/eXascaleInfolab/PyExPool) <span class='md-tag md-tag--info'>⭐ 168</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Ansible and AWS: cloud IT automation management](http://cloudacademy.com/blog/ansible-aws) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Managing the Cloud with a Few Lines of Python (EuroPython 2014)](http://pyvideo.org/video/2987/managing-the-cloud-with-a-few-lines-of-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as Name)](https://pypi.org/project/ec2-ssh-yplan) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX](http://www.pyinstaller.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — - [PyInstaller official GIT repository](https://github.com/pyinstaller/pyinstaller)
- [DictMySQL: A MySQL class for more convenient database manipulation with Python dictionary](https://github.com/gyli/DictMySQL) <span class='md-tag md-tag--info'>⭐ 56</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [WinPython: Portable Scientific Python 2/3 32/64bit Distribution for Windows](http://sourceforge.net/projects/winpython) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Scrapy](http://scrapy.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [First web scraper](https://first-web-scraper.readthedocs.io/en/latest) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Jython is a language that makes it easy to create projects with libraries from Python and Java.](http://www.oraclejavamagazine-digital.com/javamagazine_twitter/20151112?pg=43#pg43) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Click 🌟](https://click.palletsprojects.com/en/stable) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [digitalocean.com python 🌟](https://www.digitalocean.com/community/tags/python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Learn Python 'subreddit'](https://www.reddit.com/r/learnpython) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Dough Hellmann - Python, OpenStack and Open Source](https://doughellmann.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Awesome Python 🌟](https://github.com/vinta/awesome-python) <span class='md-tag md-tag--info'>⭐ 298980</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [Awesome Django. A curated list of awesome Django apps, projects and resources](https://gitlab.com/rosarior/awesome-django) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [fedoralovespython.org 🌟](https://fedoralovespython.org) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [futurecoder.io](https://futurecoder.io) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.com/Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python progression path - From apprentice to guru](https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit: Why Python](https://www.reddit.com/r/Python/comments/3ylxmk/why_python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python 3.4 Programming Tutorials - YouTube](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit.com: Modules every python developer should know](https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_should_know) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit.com: My thoughts about moving from Python 2.7 to Python 3.x](https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_python_27_to_python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Yagmail: Python e-mail library](https://github.com/kootenpv/yagmail) <span class='md-tag md-tag--info'>⭐ 2726</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [How To Deadlock Your Python With getaddrinfo()](https://emptysqua.re/blog/getaddrinfo-deadlock) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [New String Formatting in Python 3.6](https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [en.wikibooks.org: Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [tqdm: Instantly make your python loops show a progress meter - just wrap' any iterator with "tqdm(iterator)", and you're done!](https://github.com/noamraph/tqdm) <span class='md-tag md-tag--info'>⭐ 2767</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit.com: Functions vs. Classes](https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Complexity of Python Operations](https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit.com: Multiprocessing vs Threading?](https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threading) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python FAQ: Why should I use Python 3? 🌟](https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [linuxconfig.org: python tuples 🌟](https://linuxconfig.org/python-tuples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [digitalocean.com: How To Use the Python Map Function 🌟](https://www.digitalocean.com/community/tutorials/how-to-use-the-python-map-function) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [tryolabs.com: Top 10 Python libraries of 2020](https://tryolabs.com/blog/2020/12/21/top-10-python-libraries-of-2020) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.logrocket.com: Django REST framework alternatives](https://blog.logrocket.com/django-rest-framework-alternatives) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Unexpected Size of Python Objects in Memory](https://towardsdatascience.com/the-strange-size-of-python-objects-in-memory-ce87bdfbb97f) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Python Microservices With gRPC 🌟](https://realpython.com/python-microservices-grpc) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dashbird.io: How I Manage Credentials in Python Using AWS Secrets Manager](https://dashbird.io/blog/aws-secrets-manager-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: The Python Handbook 🌟](https://www.freecodecamp.org/news/the-python-handbook) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: 7 Must-Know Data Wrangling Operations with Python' Pandas](https://towardsdatascience.com/7-must-know-data-wrangling-operations-with-python-pandas-849438a90d15) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: All The Important Features and Changes in Python' 3.10](https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python Map Function How to Map a List in Python 3.0,' With Example Code](https://www.freecodecamp.org/news/python-map-function-how-to-map-a-list-in-python-3-0-with-example-code) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: 3 Seemingly Simple Python Features That Confuse Beginners](https://betterprogramming.pub/3-seemingly-simple-python-features-that-confuse-beginners-313575312dcf) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsindiamag.com: Object-Oriented Programming with Python](https://analyticsindiamag.com/object-oriented-programming-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsvidhya.com: Top Online Platforms to Learn Python](https://www.analyticsvidhya.com/blog/2021/04/top-online-platforms-to-learn-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: There is more to pandas.read_csv() than meets' the eye](https://towardsdatascience.com/there-is-more-to-pandas-read-csv-than-meets-the-eye-8654cb2b3a03) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pub.towardsai.net: OPs Concept in Python](https://pub.towardsai.net/oops-concept-in-python-b5f5833d57db) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [developers.redhat.com: micropipenv: Installing Python dependencies in containerized' applications 🌟](https://developers.redhat.com/articles/2021/05/19/micropipenv-installing-python-dependencies-containerized-applications) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [trstringer.com: Debug a Python Application Running in Kubernetes 🌟](https://trstringer.com/debug-python-kubernetes) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pub.towardsai.net: Class and Objects in Python with Examples](https://pub.towardsai.net/class-and-objects-in-python-with-examples-591c6ca95ee6) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dineshkumarkb.com: How to specify non PYPI requirements in your requirements.txt' file](https://dineshkumarkb.com/tech/how-to-specify-non-pypi-requirements-in-your-requirements-txt-file) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [jhhemal.medium.com: Some Tips and Tricks for Writing Better Code in Python](https://jhhemal.medium.com/some-tips-and-tricks-for-writing-better-code-in-python-f65e4b6814fd) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [jhhemal.medium.com: Some Essential Built-in Tools for Working with Lists](https://jhhemal.medium.com/some-essential-built-in-tools-for-working-with-lists-81c4f9d5f25e) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dineshkumarkb.com: Reverse a linked list without additional datastructures' using python](https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastructures-using-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsvidhya.com: Implementing ETL Process Using Python to Learn Data' Engineering](https://www.analyticsvidhya.com/blog/2021/06/implementing-python-to-learn-data-engineering-etl-process) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [stackoverflow.blog: Getting started with… Python 🌟](https://stackoverflow.blog/2021/07/14/getting-started-with-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [oxylabs.io: Python Web Scraping Tutorial: Step-By-Step](https://oxylabs.io/blog/python-web-scraping) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [returngis.net: Gestionar recursos de Kubernetes con Python](https://www.returngis.net/2021/08/gestionar-recursos-de-kubernetes-con-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [opensource.com: Parse command-line arguments with argparse in Python](https://opensource.com/article/21/8/python-argparse) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [tecadmin.net: How To Read, Write & Parse CSV in Python](https://tecadmin.net/read-write-csv-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python List Methods append( ) vs extend( ) in Python' Explained with Code Examples](https://www.freecodecamp.org/news/python-list-methods-append-vs-extend) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [writersbyte.com: 4 key Python Data Structures every beginner must know](https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Dictionary Comprehension in Python Explained with Examples' 🌟](https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-with-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [developers.redhat.com: Learn Python: Tutorials and updates from Red Hat' experts](https://developers.redhat.com/topics/python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [python.plainenglish.io: Special Methods Will Change How You Write Classes' in Python](https://python.plainenglish.io/special-methods-that-will-change-how-you-build-classes-in-python-cd0226b52eb6) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: How Not to Use Python Lists](https://towardsdatascience.com/how-not-to-use-python-lists-d06cbe8e593) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [kdnuggets.com: How To Build A Database Using Python](https://www.kdnuggets.com/2021/09/build-database-using-python.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [zdnet.com: Programming languages: Python just took a big jump forward](https://www.zdnet.com/article/programming-languages-python-just-took-a-big-jump-forward) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [genbeta.com: Python se convierte en el lenguaje de programación más popular' según el índice TIOBE: adiós al largo reinado de C](https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popular-red-superando-incluso-a-c) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [sureshdsk.dev: Check diff between two files in Python](https://sureshdsk.dev/check-diff-between-two-files-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python String split() and join() Methods Explained with' Examples](https://www.freecodecamp.org/news/python-string-split-and-join-methods-explained-with-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.teclado.com: Python Methods: Instance, Static and Class](https://blog.teclado.com/python-methods-instance-static-class) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [treyhunner.com: How to flatten a list in Python](https://treyhunner.com/2021/11/how-to-flatten-a-list-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [makeuseof.com: 7 Vital Commands to Get Started With Python for Beginners](https://www.makeuseof.com/python-for-beginners) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python Sets Explained with Examples](https://www.freecodecamp.org/news/python-set-operations-explained-with-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Creating a blockchain in 60 lines of Python](https://dev.to/imjoseangel/creating-a-blockchain-in-60-lines-of-python-2hlc) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com: Learn about Exceptions in Python](https://medium.com/@andreas.soularidis/learn-about-exceptions-in-python-fef309f66a78) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Master Class Inheritance in Python 🌟](https://towardsdatascience.com/master-class-inheritance-in-python-c46bfda63374) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide' for beginners](https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guide-for-beginners) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis](https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-python-cd8a1a33ecaf) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer](https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [makeuseof.com: 11 Useful Python One-Liners You Must Know](https://www.makeuseof.com/useful-python-one-liners-you-must-know) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [thenewstack.io: More Python for Non-Programmers](https://thenewstack.io/more-python-for-non-programmers) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [python.plainenglish.io: How to Perform Read and Write Operations on JSON' Files in Python](https://python.plainenglish.io/how-to-perform-read-and-write-operations-on-json-files-in-python-a5bac724320d) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [developers.redhat.com: Generating pseudorandom numbers in Python](https://developers.redhat.com/articles/2021/11/04/generating-pseudorandom-numbers-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Best Practices For Writing Clean Pythonic Code](https://dev.to/dollardhingra/python-code-best-practices-4k96) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [digitalocean.com: How To Create a Twitterbot with Python 3 and the Tweepy' Library](https://www.digitalocean.com/community/tutorials/how-to-create-a-twitterbot-with-python-3-and-the-tweepy-library) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.alluxi.com: 8 habilidades que necesitas para ser un gran programador' Python](https://blog.alluxi.com/8-habilidades-que-necesitas-para-ser-un-gran-programador-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [javarevisited.blogspot.com: Java vs Python - Which Programming Language' beginners should learn in 2022?](https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-language-to-learn-first.html#axzz7HHxvcHIY) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python Dictionary How to Perform CRUD Operations on' dicts in Python](https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python Requests How to Interact with Web Services' using Python](https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [thenewstack.io: Guido van Rossums Ambitious Plans for Improving Python' Performance](https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: python dictionary methods explanation and visualization](https://dev.to/mahmoudessam/python-dictionary-methods-explanation-and-visualization-1l64) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/@florian.rieger: If you havent heard of descriptors, you dont' know Python](https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.devgenius.io: Logging in Python](https://blog.devgenius.io/logging-in-python-adec94519755) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [codesolid.com: Python Lists for Beginners: A Complete Lesson With Exercises' 🌟](https://codesolid.com/python-lists) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: requirements.txt vs setup.py in Python](https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Building Lists With Python's .append()](https://realpython.com/courses/building-lists-with-python-append) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python List .remove() - How to Remove an Item from a List' in Python](https://www.freecodecamp.org/news/python-list-remove-how-to-remove-an-item-from-a-list-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.devgenius.io: Introduction to python dictionaries](https://blog.devgenius.io/introduction-to-python-dictionaries-89045c9bf315) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [levelup.gitconnected.com: Fully Explained Array Data Structure in Python](https://levelup.gitconnected.com/fully-explained-array-data-structure-in-python-67dd9a12b695) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Else-If in Python Python If Statement Example Syntax](https://www.freecodecamp.org/news/else-if-in-python-python-if-statement-example-syntax) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Work with SQL in Python Using SQLAlchemy and Pandas](https://towardsdatascience.com/work-with-sql-in-python-using-sqlalchemy-and-pandas-cd7693def708) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Create a List in Python Lists in Python Syntax](https://www.freecodecamp.org/news/create-a-list-in-python-lists-in-python-syntax) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to SSH into a Docker Container Secure Shell vs Docker' Attach](https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Use *args and **kwargs in Python](https://www.freecodecamp.org/news/args-and-kwargs-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [superfastpython.com: How to Identify a Deadlock in Python](https://superfastpython.com/thread-deadlock-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Fall in Love with Your Environment Setup](https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf047ba) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: You Dont Need Sample Data, You Need Python Faker](https://towardsdatascience.com/you-dont-need-sample-data-you-need-python-faker-fa87c2a119a9) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [thenewstack.io: Python for Beginners: When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pub.towardsai.net: Python: Zero to Hero with Examples](https://pub.towardsai.net/python-zero-to-hero-with-examples-c7a5dedb968b) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Getting Started With Pyvcloud — A Python Library](https://betterprogramming.pub/getting-started-with-pyvcloud-a-python-library-2e77092ed3ea) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Set Up a Virtual Environment in Python And Why' It's Useful](https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python Attributes Class and Instance Attribute Examples](https://www.freecodecamp.org/news/python-attributes-class-and-instance-attribute-examples) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: This Is Why You Should Use Tortoise-ORM in Your Python' Projects](https://betterprogramming.pub/this-is-why-you-should-use-tortoise-orm-in-your-python-projects-a3897dc5309e) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [docker.com: How to Train and Deploy a Linear Regression Model Using PyTorch' Part 1 (Machine Learning)](https://www.docker.com/blog/how-to-train-and-deploy-a-linear-regression-model-using-pytorch-part-1) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Learning Python With Program Templates: The Input' One, Process One Template](https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Automate Filling Templates With Python 🌟](https://betterprogramming.pub/automate-filling-templates-with-python-1ff6c6fd595e) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pub.towardsai.net: Why Map(), Filter() And Reduce() Functions are so Famous?](https://pub.towardsai.net/why-map-filter-and-reduce-functions-are-so-famous-4c8e42fd0755) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [amitprius.medium.com: Python Dictionary: Zero to Hero with Examples](https://amitprius.medium.com/python-dictionary-zero-to-hero-with-examples-a7497a672dd4) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [python.plainenglish.io: Its Time to Say Goodbye to These Obsolete Python' Libraries 🌟](https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [guru99.com: Mutable & Immutable Objects in Python {EXAMPLES} 🌟](https://www.guru99.com/mutable-and-immutable-in-python.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [notia.ai: Building an authenticated Python CLI](https://www.notia.ai/articles/building-an-authenticated-python-cli) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [superfastpython.com: How to Choose the Right Python Concurrency API](https://superfastpython.com/python-concurrency-choose-api) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com/pdf-python](https://realpython.com/pdf-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: How to change an image with Python](https://dev.to/deotyma/how-to-change-an-image-with-python-518d) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Iterables vs Iterators in Python](https://towardsdatascience.com/python-iterables-vs-iterators-688907fd755f) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: How to Implement a Linked List in Python](https://towardsdatascience.com/python-linked-lists-c3622205da81) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com/learning-paths: Python Learning Paths 🌟🌟🌟](https://realpython.com/learning-paths) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [superfastpython.com: Threading vs Multiprocessing in Python](https://superfastpython.com/threading-vs-multiprocessing-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Python List Comprehensions Are More Powerful Than' You Might Think](https://betterprogramming.pub/python-list-comprehensions-are-more-powerful-than-you-might-think-3363a90e5bb0) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/@yonatanzunger: Advanced Python: Achieving High Performance with' Code Generation 🌟🌟](https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [mishrapartha.blogspot.com: A Beginners Guide to Python for Data Science' - Part 5 Adding Comments in Python](https://mishrapartha.blogspot.com/2022/11/a-beginners-guide-to-python-for-data_19.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pydantic/pydantic](https://github.com/pydantic/pydantic) <span class='md-tag md-tag--info'>⭐ 27831</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [PyWhatKit](https://github.com/Ankit404butfound/PyWhatKit) <span class='md-tag md-tag--info'>⭐ 1676</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/@connect.hashblock: Learn how you can create a chatbot in Python](https://medium.com/@connect.hashblock/learn-how-you-can-create-a-chatbot-in-python-da136467309b) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Learn Data Structures and Algorithms Introduction and' Learning Resources](https://www.freecodecamp.org/news/learn-data-structures-and-algorithms) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [adicode.ml: Take your web development to next level with these python libraries](https://adicode.ml/python-libraries-for-webdevelopment) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Use PyScript A Python Frontend Framework 🌟](https://www.freecodecamp.org/news/pyscript-python-front-end-framework) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: How to Get a List of All Files in a Directory With Python](https://realpython.com/get-all-files-in-directory-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Python For Loop - For i in Range Example](https://www.freecodecamp.org/news/python-for-loop-for-i-in-range-example) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Splitting, Concatenating, and Joining Strings in Python' Quiz](https://realpython.com/quizzes/python-split-strings) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/@terminalsandcoffee: Mastering Python: How to Generate a List' of Dictionaries for Files in Your Working Directory with One Script](https://medium.com/@terminalsandcoffee/mastering-python-how-to-generate-a-list-of-dictionaries-for-files-in-your-working-directory-with-7cab8b485e69) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: How to Write Pythonic Loops](https://realpython.com/courses/how-to-write-pythonic-loops) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: Learn Algorithms and Data Structures in Python 🌟🌟](https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Python Machine Learning Tutorials 🌟🌟](https://realpython.com/tutorials/machine-learning) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [devopscube.com: Python For DevOps: Guide for DevOps Engineers](https://devopscube.com/python-for-devops) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: An Intro to Threading in Python](https://realpython.com/intro-to-python-threading) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Functional Programming in Python](https://realpython.com/courses/functional-programming-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [rogerperkin.co.uk: pyATS Tutorial for Beginners](https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [blog.devops.dev: Generating A List of Dictionaries With Python](https://blog.devops.dev/generating-a-list-of-dictionaries-with-python-77fca1854911) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [martinheinz.dev: Boost Your Python Application Performance using Continuous' Profiling](https://martinheinz.dev/blog/89) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Memoizing DataFrame Functions](https://towardsdatascience.com/memoizing-dataframe-functions-7a27dff532f7) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [anaconda.com: Why Data Scientists Should Be Excited About Python in Excel](https://www.anaconda.com/blog/why-data-scientists-should-be-excited-about-python-in-excel) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [testdriven.io: Clean Code in Python](https://testdriven.io/blog/clean-code-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [python.plainenglish.io: REST: A Quick Guide to Building Scalable and Flexible' Systems Using HTTP](https://python.plainenglish.io/rest-a-quick-guide-to-building-scalable-and-flexible-systems-using-http-62154841eefd) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [hub.tinztwins.de: 7 Hidden Python Tips for 2024](https://hub.tinztwins.de/7-hidden-python-tips-for-2024) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/bitgrit-data-science-publication: latexify: Writing LaTeX with' Python](https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with-python-6c0fa4b2e9d5) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pypi.org/project/latexify-py](https://pypi.org/project/latexify-py) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Build an Online Banking System Python Object-Oriented' Programming Tutorial](https://www.freecodecamp.org/news/how-to-build-an-online-banking-system-python-oop-tutorial) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.com/reactive-python/reactpy](https://github.com/reactive-python/reactpy) <span class='md-tag md-tag--info'>⭐ 8138</span> <span class='md-tag md-tag--info'>[ENTERPRISE-STABLE]</span>
- [opensource.com: Make your API better with this positional trick from Python' 3.8](https://opensource.com/article/21/5/python-38-features) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Project Thoth](https://thoth-station.ninja) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [developers.redhat.com: Thoth prescriptions for resolving Python dependencies](https://developers.redhat.com/articles/2021/09/22/thoth-prescriptions-resolving-python-dependencies) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python Data Science Handbook 🌟](https://jakevdp.github.io/PythonDataScienceHandbook) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [github.dev: Python Data Science Handbook](https://github.dev/jakevdp/PythonDataScienceHandbook/tree/master/notebooks) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [automatetheboringstuff.com: Automate the Boring Stuff with Python](https://automatetheboringstuff.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [CodingEntrepreneurs youtube channel](https://www.youtube.com/user/CodingEntrepreneurs) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Data Migration from Monolith to Microservice in Django](https://dev.to/balwanishivam/data-migration-from-monolith-to-microservice-in-django-5b9m) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Dockerize Your Django Apps](https://betterprogramming.pub/dockerize-your-django-apps-428189407c69) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [mherman.org: Scaling Flask with Kubernetes 🌟](https://mherman.org/presentations/flask-kubernetes) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with' Other Micro-services](https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-services.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Getting Started with Flask and Docker](https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Dockerize a Flask Application](https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [rajansahu713.medium.com: Hands-On Guide to Restful API using Flask Python](https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python-16270f866ffe) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [fastapi.tiangolo.com](https://fastapi.tiangolo.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: How to Create Microservices with FastAPI](https://www.freecodecamp.org/news/how-to-create-microservices-with-fastapi) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [freecodecamp.org: FastAPI Course Code APIs Quickly](https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit: Ship Better Python Using Feature Flags](https://www.reddit.com/r/Python/comments/3zl3g4/ship_better_python_using_feature_flags) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [reddit: Real examples of unit testing](https://www.reddit.com/r/learnpython/comments/3zl0p6/real_examples_of_unit_testing) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Profiling Python using cProfile: a concrete case](https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete-case-carbonara) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [tracker: A time machine for debugging pesky stateful errors](https://github.com/madisonmay/tracker) <span class='md-tag md-tag--info'>⭐ 36</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [coursereport.com: A Beginners Guide to Python for Cybersecurity](https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Getting Started with Data Wrangler in VS Code](https://code.visualstudio.com/docs/datascience/data-wrangler) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [towardsdatascience.com: Unlimited scientific libraries and applications' in Kubernetes, instantly!](https://towardsdatascience.com/unlimited-scientific-libraries-and-applications-in-kubernetes-instantly-b69b192ec5e5) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [huyenchip.com: Why data scientists shouldnt need to know Kubernetes](https://huyenchip.com/2021/09/13/data-science-infrastructure.html) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [realpython.com: Machine Learning With Python 🌟🌟🌟](https://realpython.com/learning-paths/machine-learning-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [oreilly.com: how to use pivot tables in Pandas step-by-step](https://www.oreilly.com/learning/pivot-tables) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Reshaping in Pandas Pivot, Pivot-Table, Stack and Unstack explained with Pictures](https://nikolaygrozev.wordpress.com/2015/07/01/reshaping-in-pandas-pivot-pivot-table-stack-and-unstack-explained-with-pictures) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [analyticsvidhya.com: Cheat Sheet for Exploratory Data Analysis in Python' 🌟](https://www.analyticsvidhya.com/blog/2015/06/infographic-cheat-sheet-data-exploration-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pandastutor.com 🌟](https://pandastutor.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: How to Use Pandas to Consume Data and Perform Data' Analysis](https://betterprogramming.pub/how-to-use-pandas-to-consume-data-and-perform-data-analysis-76e000ad5480) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [iaviral.medium.com: Most used functions in Pandas](https://iaviral.medium.com/most-used-functions-in-pandas-7c12ae238185) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [betterprogramming.pub: Pandas Illustrated: The Definitive Visual Guide to' Pandas](https://betterprogramming.pub/pandas-illustrated-the-definitive-visual-guide-to-pandas-c31fa921a43) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python 3 standard library Module of the Week, Doug Hellmann](https://pymotw.com) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Python 2 standard library Module of the Week, Doug Hellmann](https://pymotw.com/2) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Boto](https://github.com/boto/boto) <span class='md-tag md-tag--info'>⭐ 6432</span> <span class='md-tag md-tag--info'>[ENTERPRISE-STABLE]</span>
- [Migrating to Boto3](https://aws.amazon.com/es/blogs/developer/migrating-to-boto3) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dashbird.io: Explaining boto3: how to use any AWS service with python](https://dashbird.io/blog/boto3-aws-python) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dashbird.io: 8 Must-Know Tricks to Use S3 More Effectively in Python](https://dashbird.io/blog/aws-s3-python-tricks) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [hands-on.cloud: Quick Intro To Python 3 for AWS Automation Engineers 🌟](https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium.com/@d.deloatch: How to Stop all Instances Using AWS SDK for Python' (Boto3)](https://medium.com/@d.deloatch/how-to-stop-all-instances-using-aws-sdk-for-python-boto3-2e02af03177) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel](https://github.com/pyxll/pyxll-jupyter) <span class='md-tag md-tag--info'>⭐ 161</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [medium: Build Interactive CLI Tools in Python](https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Pydeps 🌟](https://github.com/thebjorn/pydeps) <span class='md-tag md-tag--info'>⭐ 2087</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [joke2k/faker 🌟](https://github.com/joke2k/faker) <span class='md-tag md-tag--info'>⭐ 19257</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [makeuseof.com: 10 Useful Tools for Python Developers](https://www.makeuseof.com/python-developer-tools) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [dev.to: Code Quality Tools in Python](https://dev.to/dollardhingra/code-quality-tools-in-python-4k2a) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [google/python-fire 🌟](https://github.com/google/python-fire) <span class='md-tag md-tag--info'>⭐ 28195</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [github.com/bloomberg/memray 🌟🌟](https://github.com/bloomberg/memray) <span class='md-tag md-tag--info'>⭐ 15046</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [github.com/microsoft/pyright](https://github.com/microsoft/pyright) <span class='md-tag md-tag--info'>⭐ 15447</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [github.com/kodemore/chili](https://github.com/kodemore/chili) <span class='md-tag md-tag--info'>⭐ 73</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [Ruff](https://github.com/astral-sh/ruff) <span class='md-tag md-tag--info'>⭐ 47643</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [TWINT - Twitter Intelligence Tool](https://github.com/twintproject/twint) <span class='md-tag md-tag--info'>⭐ 16375</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span>
- [opensource.com: How to use Python to hack your Eclipse IDE](https://opensource.com/life/16/2/how-use-python-hack-your-ide) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
- [PyGithub 🌟](https://github.com/PyGithub/PyGithub) <span class='md-tag md-tag--info'>⭐ 7719</span> <span class='md-tag md-tag--info'>[ENTERPRISE-STABLE]</span>
- [python.plainenglish.io: 12 Python Snippets That Will Boost Your Productivity](https://python.plainenglish.io/python-snippets-7e8dcbeae26e) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
## Machine Learning
### Deep Learning Foundations
#### Large Language Models
- [LLMs-from-scratch](https://github.com/rasbt/LLMs-from-scratch) <span class='md-tag md-tag--info'>⭐ 95379</span> <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — Highly acclaimed code-first textbook guiding the creation of a Large Language Model (LLM) from scratch in PyTorch. Illustrates attention mechanisms, tokenizers, training loops, and weight loadings.
---
💡 **Explore Related:** [Java And Java Performance Optimization](./java-and-java-performance-optimization.md) | [Java_Frameworks](./java_frameworks.md) | [API](./api.md)