mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-27 03:24:53 +00:00
58 KiB
58 KiB
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 [COMMUNITY-TOOL] — - Full Stack Python: Best Python Resources
- realpython.com [COMMUNITY-TOOL]
- LearnPython.org interactive Python tutorial [COMMUNITY-TOOL]
- The docker-py repository: an API client for docker written in Python [COMMUNITY-TOOL]
- pyvideo.org [COMMUNITY-TOOL]
- Talk Python To Me Podcast [COMMUNITY-TOOL] — - Transcript for Episode #39: Getting your first dev job as a Python developer (part 1)
- Microsoft: Python Engineering [COMMUNITY-TOOL]
- blog.pythonlibrary.org 🌟 [COMMUNITY-TOOL]
- nixCraft: Python Execute Unix/Linux Command Examples 🌟 [COMMUNITY-TOOL]
- Setting up Python on OSX: UPDATED [COMMUNITY-TOOL]
- Don't Make Us Say We Told You So: virtualenv for New Pythonistas [COMMUNITY-TOOL]
- commandlinefu.com: pip install into current directory without virtualenv [COMMUNITY-TOOL]
- Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team [COMMUNITY-TOOL]
- My top 5 ‘new’ Python modules of 2015 [COMMUNITY-TOOL]
- Why Python 3 exists [COMMUNITY-TOOL]
- stackoverflow: Create dictionary from splitted strings from list of strings [COMMUNITY-TOOL]
- If you don't like exceptions, you don't like Python [COMMUNITY-TOOL]
- Stop writing code that will break on Python 4! [COMMUNITY-TOOL]
- github: Python3 in one pic ⭐ 5013 [ENTERPRISE-STABLE]
- devbattles.com: Python list. Functions and Methods lists [COMMUNITY-TOOL]
- devbattles.com: Python: sorting lists by .sort () with - in simple words [COMMUNITY-TOOL]
- Create a GUI Application Using Qt and Python in Minutes: Example Web Browser [COMMUNITY-TOOL]
- stackoverflow: Problems installing python3 on RHEL 🌟 [COMMUNITY-TOOL]
- PEP 8 Cheatsheet 🌟 [COMMUNITY-TOOL]
- Lists vs. Tuples [COMMUNITY-TOOL]
- thenextweb.com: 6 practical tricks every Python developer should have [COMMUNITY-TOOL]
- digitalocean.com: How To Code in Python 3 🌟 [COMMUNITY-TOOL]
- aigents.co: Data Structures and Python 🌟 [COMMUNITY-TOOL]
- doppler.com: Using Environment Variables in Python for App Configuration 🌟 [COMMUNITY-TOOL]
- blog.adnansiddiqi.me: Getting started with Elasticsearch 7 in Python 🌟 [COMMUNITY-TOOL]
- theglitchblog.com: Logging in Python Using Best Practices [COMMUNITY-TOOL]
- infoworld.com: How to use the Python for loop [COMMUNITY-TOOL]
- geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know [COMMUNITY-TOOL]
- pythonsimplified.com: How to schedule Python scripts using schedule library [COMMUNITY-TOOL]
- aigents.co: Pro Python Tips for Data Analysts [COMMUNITY-TOOL]
- redhat.com: Packaging applications to install on other machines with Python [COMMUNITY-TOOL]
- redhat.com: Writing and unit testing a Python application to query the RPM database [COMMUNITY-TOOL]
- searchenginejournal.com: An Introduction To Python & Machine Learning For Technical SEO [COMMUNITY-TOOL]
- morioh.com: How to create Google Map in Python using Gmaps [COMMUNITY-TOOL]
- github.blog: Why Python keeps growing, explained [COMMUNITY-TOOL]
- realpython.com: Evaluate Expressions Dynamically With Python eval() (Overview) [COMMUNITY-TOOL]
- genbeta.com: Ocho canales de YouTube para aprender Python desde cero hasta nivel experto [COMMUNITY-TOOL]
- gettopical.com: Get Django Latest News [COMMUNITY-TOOL]
- realpython.com: Django Development With Docker Compose and Machine [COMMUNITY-TOOL]
- TaskBuster Django Tutorial, made with Django 1.8 and Python 3 [COMMUNITY-TOOL]
- TDD with Django, from scratch: a beginner's intro to testing and web development [COMMUNITY-TOOL]
- Installing and Configuring Django Web Framework with Virtual Environments in CentOS/Debian [COMMUNITY-TOOL]
- github.com: Django app + RESTful API for automatic billing ⭐ 309 [COMMUNITY-TOOL]
- Getting Started with Django REST Framework (DRF) and AngularJS (Part 1) [COMMUNITY-TOOL] — - Getting Started with Django REST Framework (DRF) and AngularJS (Part 2)
- webcodegeeks.com: Python Django Tutorial [COMMUNITY-TOOL]
- digitalocean.com: Building a REST API With Django REST Framework [COMMUNITY-TOOL]
- github.com: Django Sage Painless ⭐ 60 [COMMUNITY-TOOL]
- dev.to: Building a REST API with Django REST Framework 🌟 [COMMUNITY-TOOL]
- Flask Documentation 🌟 [COMMUNITY-TOOL]
- The Flask Mega-Tutorial: Now with Python 3 Support [COMMUNITY-TOOL]
- realpython.com: Discover Flask, Part 1 - Setting Up a Static Site [COMMUNITY-TOOL]
- devbattles.com: Python Flask, Part 1: Hello World! [COMMUNITY-TOOL]
- blog.adnansiddiqi.me: Create your first REST API in FastAPI 🌟 [COMMUNITY-TOOL]
- wheel replaces Python's eggs [COMMUNITY-TOOL]
- Speed up pip install [COMMUNITY-TOOL]
- Python Feature Flag Resources/Solutions [COMMUNITY-TOOL]
- nylas.com: Profiling Python in Production [COMMUNITY-TOOL]
- gabbi - Declarative HTTP testing library pypi [COMMUNITY-TOOL]
- pbpython.com: Practical Business Python [COMMUNITY-TOOL] — - pbpython.com: Pandas Pivot Table Explained
- pandas.pydata.org: Reshaping by pivoting DataFrame objects [COMMUNITY-TOOL]
- analyticsvidhya.com: A Complete Tutorial to Learn Data Science with Python from Scratch [COMMUNITY-TOOL]
- analyticsvidhya.com: Tutorial – Python List Comprehension With Examples [COMMUNITY-TOOL]
- github.com/gventuri/pandas-ai ⭐ 23550 [DE FACTO STANDARD]
- PandasDatabase is a RESTful database engine application built on top of Pandas [COMMUNITY-TOOL]
- orchest.io [COMMUNITY-TOOL]
- Dead simple {for devs} python crawler (script) for extracting structured data from any website into CSV [COMMUNITY-TOOL]
- Python Multi-Process Execution Pool ⭐ 168 [COMMUNITY-TOOL]
- Ansible and AWS: cloud IT automation management [COMMUNITY-TOOL]
- Managing the Cloud with a Few Lines of Python (EuroPython 2014) [COMMUNITY-TOOL]
- ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as ‘Name’) [COMMUNITY-TOOL]
- PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX [COMMUNITY-TOOL] — - PyInstaller official GIT repository
- DictMySQL: A MySQL class for more convenient database manipulation with Python dictionary ⭐ 56 [COMMUNITY-TOOL]
- WinPython: Portable Scientific Python 2/3 32/64bit Distribution for Windows [COMMUNITY-TOOL]
- Scrapy [COMMUNITY-TOOL]
- First web scraper [COMMUNITY-TOOL]
- Jython is a language that makes it easy to create projects with libraries from Python and Java. [COMMUNITY-TOOL]
- Click 🌟 [COMMUNITY-TOOL]
- digitalocean.com python 🌟 [COMMUNITY-TOOL]
- Learn Python 'subreddit' [COMMUNITY-TOOL]
- Dough Hellmann - Python, OpenStack and Open Source [COMMUNITY-TOOL]
- Awesome Python 🌟 ⭐ 298980 [DE FACTO STANDARD]
- Awesome Django. A curated list of awesome Django apps, projects and resources [COMMUNITY-TOOL]
- fedoralovespython.org 🌟 [COMMUNITY-TOOL]
- futurecoder.io [COMMUNITY-TOOL]
- github.com/Asabeneh/30-Days-Of-Python [COMMUNITY-TOOL]
- Python progression path - From apprentice to guru [COMMUNITY-TOOL]
- reddit: Why Python [COMMUNITY-TOOL]
- Python 3.4 Programming Tutorials - YouTube [COMMUNITY-TOOL]
- reddit.com: Modules every python developer should know [COMMUNITY-TOOL]
- reddit.com: My thoughts about moving from Python 2.7 to Python 3.x [COMMUNITY-TOOL]
- Yagmail: Python e-mail library ⭐ 2726 [COMMUNITY-TOOL]
- How To Deadlock Your Python With getaddrinfo() [COMMUNITY-TOOL]
- New String Formatting in Python 3.6 [COMMUNITY-TOOL]
- en.wikibooks.org: Python Programming [COMMUNITY-TOOL]
- tqdm: Instantly make your python loops show a progress meter - just wrap' any iterator with "tqdm(iterator)", and you're done! ⭐ 2767 [COMMUNITY-TOOL]
- reddit.com: Functions vs. Classes [COMMUNITY-TOOL]
- Complexity of Python Operations [COMMUNITY-TOOL]
- reddit.com: Multiprocessing vs Threading? [COMMUNITY-TOOL]
- Python FAQ: Why should I use Python 3? 🌟 [COMMUNITY-TOOL]
- linuxconfig.org: python tuples 🌟 [COMMUNITY-TOOL]
- digitalocean.com: How To Use the Python Map Function 🌟 [COMMUNITY-TOOL]
- tryolabs.com: Top 10 Python libraries of 2020 [COMMUNITY-TOOL]
- blog.logrocket.com: Django REST framework alternatives [COMMUNITY-TOOL]
- towardsdatascience.com: Unexpected Size of Python Objects in Memory [COMMUNITY-TOOL]
- realpython.com: Python Microservices With gRPC 🌟 [COMMUNITY-TOOL]
- dashbird.io: How I Manage Credentials in Python Using AWS Secrets Manager [COMMUNITY-TOOL]
- freecodecamp.org: The Python Handbook 🌟 [COMMUNITY-TOOL]
- towardsdatascience.com: 7 Must-Know Data Wrangling Operations with Python' Pandas [COMMUNITY-TOOL]
- towardsdatascience.com: All The Important Features and Changes in Python' 3.10 [COMMUNITY-TOOL]
- freecodecamp.org: Python Map Function – How to Map a List in Python 3.0,' With Example Code [COMMUNITY-TOOL]
- betterprogramming.pub: 3 Seemingly Simple Python Features That Confuse Beginners [COMMUNITY-TOOL]
- analyticsindiamag.com: Object-Oriented Programming with Python [COMMUNITY-TOOL]
- analyticsvidhya.com: Top Online Platforms to Learn Python [COMMUNITY-TOOL]
- towardsdatascience.com: There is more to ‘pandas.read_csv()’ than meets' the eye [COMMUNITY-TOOL]
- pub.towardsai.net: OPs Concept in Python [COMMUNITY-TOOL]
- developers.redhat.com: micropipenv: Installing Python dependencies in containerized' applications 🌟 [COMMUNITY-TOOL]
- trstringer.com: Debug a Python Application Running in Kubernetes 🌟 [COMMUNITY-TOOL]
- pub.towardsai.net: Class and Objects in Python with Examples [COMMUNITY-TOOL]
- dineshkumarkb.com: How to specify non PYPI requirements in your requirements.txt' file [COMMUNITY-TOOL]
- jhhemal.medium.com: Some Tips and Tricks for Writing Better Code in Python [COMMUNITY-TOOL]
- jhhemal.medium.com: Some Essential Built-in Tools for Working with Lists [COMMUNITY-TOOL]
- dineshkumarkb.com: Reverse a linked list without additional datastructures' using python [COMMUNITY-TOOL]
- analyticsvidhya.com: Implementing ETL Process Using Python to Learn Data' Engineering [COMMUNITY-TOOL]
- stackoverflow.blog: Getting started with… Python 🌟 [COMMUNITY-TOOL]
- oxylabs.io: Python Web Scraping Tutorial: Step-By-Step [COMMUNITY-TOOL]
- returngis.net: Gestionar recursos de Kubernetes con Python [COMMUNITY-TOOL]
- opensource.com: Parse command-line arguments with argparse in Python [COMMUNITY-TOOL]
- tecadmin.net: How To Read, Write & Parse CSV in Python [COMMUNITY-TOOL]
- freecodecamp.org: Python List Methods – append( ) vs extend( ) in Python' Explained with Code Examples [COMMUNITY-TOOL]
- writersbyte.com: 4 key Python Data Structures every beginner must know [COMMUNITY-TOOL]
- freecodecamp.org: Dictionary Comprehension in Python – Explained with Examples' 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Learn Python: Tutorials and updates from Red Hat' experts [COMMUNITY-TOOL]
- python.plainenglish.io: Special Methods Will Change How You Write Classes' in Python [COMMUNITY-TOOL]
- towardsdatascience.com: How Not to Use Python Lists [COMMUNITY-TOOL]
- kdnuggets.com: How To Build A Database Using Python [COMMUNITY-TOOL]
- zdnet.com: Programming languages: Python just took a big jump forward [COMMUNITY-TOOL]
- 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 [COMMUNITY-TOOL]
- sureshdsk.dev: Check diff between two files in Python [COMMUNITY-TOOL]
- freecodecamp.org: Python String split() and join() Methods – Explained with' Examples [COMMUNITY-TOOL]
- blog.teclado.com: Python Methods: Instance, Static and Class [COMMUNITY-TOOL]
- treyhunner.com: How to flatten a list in Python [COMMUNITY-TOOL]
- makeuseof.com: 7 Vital Commands to Get Started With Python for Beginners [COMMUNITY-TOOL]
- freecodecamp.org: Python Sets – Explained with Examples [COMMUNITY-TOOL]
- dev.to: Creating a blockchain in 60 lines of Python [COMMUNITY-TOOL]
- medium.com: Learn about Exceptions in Python [COMMUNITY-TOOL]
- towardsdatascience.com: Master Class Inheritance in Python 🌟 [COMMUNITY-TOOL]
- tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide' for beginners [COMMUNITY-TOOL]
- medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis [COMMUNITY-TOOL]
- blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer [COMMUNITY-TOOL]
- makeuseof.com: 11 Useful Python One-Liners You Must Know [COMMUNITY-TOOL]
- thenewstack.io: More Python for Non-Programmers [COMMUNITY-TOOL]
- python.plainenglish.io: How to Perform Read and Write Operations on JSON' Files in Python [COMMUNITY-TOOL]
- developers.redhat.com: Generating pseudorandom numbers in Python [COMMUNITY-TOOL]
- dev.to: Best Practices For Writing Clean Pythonic Code [COMMUNITY-TOOL]
- digitalocean.com: How To Create a Twitterbot with Python 3 and the Tweepy' Library [COMMUNITY-TOOL]
- blog.alluxi.com: 8 habilidades que necesitas para ser un gran programador' Python [COMMUNITY-TOOL]
- javarevisited.blogspot.com: Java vs Python - Which Programming Language' beginners should learn in 2022? [COMMUNITY-TOOL]
- freecodecamp.org: Python Dictionary – How to Perform CRUD Operations on' dicts in Python [COMMUNITY-TOOL]
- freecodecamp.org: Python Requests – How to Interact with Web Services' using Python [COMMUNITY-TOOL]
- thenewstack.io: Guido van Rossum’s Ambitious Plans for Improving Python' Performance [COMMUNITY-TOOL]
- dev.to: python dictionary methods explanation and visualization [COMMUNITY-TOOL]
- medium.com/@florian.rieger: If you haven‘t heard of descriptors, you don‘t' know Python [COMMUNITY-TOOL]
- blog.devgenius.io: Logging in Python [COMMUNITY-TOOL]
- codesolid.com: Python Lists for Beginners: A Complete Lesson With Exercises' 🌟 [COMMUNITY-TOOL]
- towardsdatascience.com: requirements.txt vs setup.py in Python [COMMUNITY-TOOL]
- realpython.com: Building Lists With Python's .append() [COMMUNITY-TOOL]
- freecodecamp.org: Python List .remove() - How to Remove an Item from a List' in Python [COMMUNITY-TOOL]
- blog.devgenius.io: Introduction to python dictionaries [COMMUNITY-TOOL]
- levelup.gitconnected.com: Fully Explained Array Data Structure in Python [COMMUNITY-TOOL]
- freecodecamp.org: Else-If in Python – Python If Statement Example Syntax [COMMUNITY-TOOL]
- towardsdatascience.com: Work with SQL in Python Using SQLAlchemy and Pandas [COMMUNITY-TOOL]
- freecodecamp.org: Create a List in Python – Lists in Python Syntax [COMMUNITY-TOOL]
- freecodecamp.org: How to SSH into a Docker Container – Secure Shell vs Docker' Attach [COMMUNITY-TOOL]
- freecodecamp.org: How to Use *args and **kwargs in Python [COMMUNITY-TOOL]
- superfastpython.com: How to Identify a Deadlock in Python [COMMUNITY-TOOL]
- towardsdatascience.com: Fall in Love with Your Environment Setup [COMMUNITY-TOOL]
- towardsdatascience.com: You Don’t Need Sample Data, You Need Python Faker [COMMUNITY-TOOL]
- thenewstack.io: Python for Beginners: When and How to Use Tuples [COMMUNITY-TOOL]
- pub.towardsai.net: Python: Zero to Hero with Examples [COMMUNITY-TOOL]
- betterprogramming.pub: Getting Started With Pyvcloud — A Python Library [COMMUNITY-TOOL]
- freecodecamp.org: How to Set Up a Virtual Environment in Python – And Why' It's Useful [COMMUNITY-TOOL]
- freecodecamp.org: Python Attributes – Class and Instance Attribute Examples [COMMUNITY-TOOL]
- betterprogramming.pub: This Is Why You Should Use Tortoise-ORM in Your Python' Projects [COMMUNITY-TOOL]
- docker.com: How to Train and Deploy a Linear Regression Model Using PyTorch' – Part 1 (Machine Learning) [COMMUNITY-TOOL]
- betterprogramming.pub: Learning Python With Program Templates: The Input' One, Process One Template [COMMUNITY-TOOL]
- betterprogramming.pub: Automate Filling Templates With Python 🌟 [COMMUNITY-TOOL]
- pub.towardsai.net: Why Map(), Filter() And Reduce() Functions are so Famous? [COMMUNITY-TOOL]
- amitprius.medium.com: Python Dictionary: Zero to Hero with Examples [COMMUNITY-TOOL]
- python.plainenglish.io: It’s Time to Say Goodbye to These Obsolete Python' Libraries 🌟 [COMMUNITY-TOOL]
- guru99.com: Mutable & Immutable Objects in Python {EXAMPLES} 🌟 [COMMUNITY-TOOL]
- notia.ai: Building an authenticated Python CLI [COMMUNITY-TOOL]
- superfastpython.com: How to Choose the Right Python Concurrency API [COMMUNITY-TOOL]
- realpython.com/pdf-python [COMMUNITY-TOOL]
- dev.to: How to change an image with Python [COMMUNITY-TOOL]
- towardsdatascience.com: Iterables vs Iterators in Python [COMMUNITY-TOOL]
- towardsdatascience.com: How to Implement a Linked List in Python [COMMUNITY-TOOL]
- realpython.com/learning-paths: Python Learning Paths 🌟🌟🌟 [COMMUNITY-TOOL]
- superfastpython.com: Threading vs Multiprocessing in Python [COMMUNITY-TOOL]
- betterprogramming.pub: Python List Comprehensions Are More Powerful Than' You Might Think [COMMUNITY-TOOL]
- medium.com/@yonatanzunger: Advanced Python: Achieving High Performance with' Code Generation 🌟🌟 [COMMUNITY-TOOL]
- mishrapartha.blogspot.com: A Beginner’s Guide to Python for Data Science' - Part 5 Adding Comments in Python [COMMUNITY-TOOL]
- pydantic/pydantic ⭐ 27831 [DE FACTO STANDARD]
- PyWhatKit ⭐ 1676 [COMMUNITY-TOOL]
- medium.com/@connect.hashblock: Learn how you can create a chatbot in Python [COMMUNITY-TOOL]
- freecodecamp.org: Learn Data Structures and Algorithms – Introduction and' Learning Resources [COMMUNITY-TOOL]
- adicode.ml: Take your web development to next level with these python libraries [COMMUNITY-TOOL]
- freecodecamp.org: How to Use PyScript – A Python Frontend Framework 🌟 [COMMUNITY-TOOL]
- realpython.com: How to Get a List of All Files in a Directory With Python [COMMUNITY-TOOL]
- freecodecamp.org: Python For Loop - For i in Range Example [COMMUNITY-TOOL]
- realpython.com: Splitting, Concatenating, and Joining Strings in Python' Quiz [COMMUNITY-TOOL]
- medium.com/@terminalsandcoffee: Mastering Python: How to Generate a List' of Dictionaries for Files in Your Working Directory with One Script [COMMUNITY-TOOL]
- realpython.com: How to Write Pythonic Loops [COMMUNITY-TOOL]
- freecodecamp.org: Learn Algorithms and Data Structures in Python 🌟🌟 [COMMUNITY-TOOL]
- realpython.com: Python Machine Learning Tutorials 🌟🌟 [COMMUNITY-TOOL]
- devopscube.com: Python For DevOps: Guide for DevOps Engineers [COMMUNITY-TOOL]
- realpython.com: An Intro to Threading in Python [COMMUNITY-TOOL]
- realpython.com: Functional Programming in Python [COMMUNITY-TOOL]
- rogerperkin.co.uk: pyATS Tutorial for Beginners [COMMUNITY-TOOL]
- blog.devops.dev: Generating A List of Dictionaries With Python [COMMUNITY-TOOL]
- martinheinz.dev: Boost Your Python Application Performance using Continuous' Profiling [COMMUNITY-TOOL]
- towardsdatascience.com: Memoizing DataFrame Functions [COMMUNITY-TOOL]
- anaconda.com: Why Data Scientists Should Be Excited About Python in Excel [COMMUNITY-TOOL]
- testdriven.io: Clean Code in Python [COMMUNITY-TOOL]
- python.plainenglish.io: REST: A Quick Guide to Building Scalable and Flexible' Systems Using HTTP [COMMUNITY-TOOL]
- hub.tinztwins.de: 7 Hidden Python Tips for 2024 [COMMUNITY-TOOL]
- medium.com/bitgrit-data-science-publication: latexify: Writing LaTeX with' Python [COMMUNITY-TOOL]
- pypi.org/project/latexify-py [COMMUNITY-TOOL]
- freecodecamp.org: How to Build an Online Banking System – Python Object-Oriented' Programming Tutorial [COMMUNITY-TOOL]
- github.com/reactive-python/reactpy ⭐ 8138 [ENTERPRISE-STABLE]
- opensource.com: Make your API better with this positional trick from Python' 3.8 [COMMUNITY-TOOL]
- Project Thoth [COMMUNITY-TOOL]
- developers.redhat.com: Thoth prescriptions for resolving Python dependencies [COMMUNITY-TOOL]
- Python Data Science Handbook 🌟 [COMMUNITY-TOOL]
- github.dev: Python Data Science Handbook [COMMUNITY-TOOL]
- automatetheboringstuff.com: Automate the Boring Stuff with Python [COMMUNITY-TOOL]
- CodingEntrepreneurs youtube channel [COMMUNITY-TOOL]
- dev.to: Data Migration from Monolith to Microservice in Django [COMMUNITY-TOOL]
- betterprogramming.pub: Dockerize Your Django Apps [COMMUNITY-TOOL]
- mherman.org: Scaling Flask with Kubernetes 🌟 [COMMUNITY-TOOL]
- kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with' Other Micro-services [COMMUNITY-TOOL]
- dev.to: Getting Started with Flask and Docker [COMMUNITY-TOOL]
- freecodecamp.org: How to Dockerize a Flask Application [COMMUNITY-TOOL]
- rajansahu713.medium.com: Hands-On Guide to Restful API using Flask Python [COMMUNITY-TOOL]
- fastapi.tiangolo.com [COMMUNITY-TOOL]
- freecodecamp.org: How to Create Microservices with FastAPI [COMMUNITY-TOOL]
- freecodecamp.org: FastAPI Course – Code APIs Quickly [COMMUNITY-TOOL]
- reddit: Ship Better Python Using Feature Flags [COMMUNITY-TOOL]
- reddit: Real examples of unit testing [COMMUNITY-TOOL]
- Profiling Python using cProfile: a concrete case [COMMUNITY-TOOL]
- tracker: A time machine for debugging pesky stateful errors ⭐ 36 [COMMUNITY-TOOL]
- coursereport.com: A Beginner’s Guide to Python for Cybersecurity [COMMUNITY-TOOL]
- Getting Started with Data Wrangler in VS Code [COMMUNITY-TOOL]
- towardsdatascience.com: Unlimited scientific libraries and applications' in Kubernetes, instantly! [COMMUNITY-TOOL]
- huyenchip.com: Why data scientists shouldn’t need to know Kubernetes [COMMUNITY-TOOL]
- realpython.com: Machine Learning With Python 🌟🌟🌟 [COMMUNITY-TOOL]
- oreilly.com: how to use pivot tables in Pandas step-by-step [COMMUNITY-TOOL]
- Reshaping in Pandas – Pivot, Pivot-Table, Stack and Unstack explained with Pictures [COMMUNITY-TOOL]
- analyticsvidhya.com: Cheat Sheet for Exploratory Data Analysis in Python' 🌟 [COMMUNITY-TOOL]
- pandastutor.com 🌟 [COMMUNITY-TOOL]
- betterprogramming.pub: How to Use Pandas to Consume Data and Perform Data' Analysis [COMMUNITY-TOOL]
- iaviral.medium.com: Most used functions in Pandas [COMMUNITY-TOOL]
- betterprogramming.pub: Pandas Illustrated: The Definitive Visual Guide to' Pandas [COMMUNITY-TOOL]
- Python 3 standard library Module of the Week, Doug Hellmann [COMMUNITY-TOOL]
- Python 2 standard library Module of the Week, Doug Hellmann [COMMUNITY-TOOL]
- Boto ⭐ 6432 [ENTERPRISE-STABLE]
- Migrating to Boto3 [COMMUNITY-TOOL]
- dashbird.io: Explaining boto3: how to use any AWS service with python [COMMUNITY-TOOL]
- dashbird.io: 8 Must-Know Tricks to Use S3 More Effectively in Python [COMMUNITY-TOOL]
- hands-on.cloud: Quick Intro To Python 3 for AWS Automation Engineers 🌟 [COMMUNITY-TOOL]
- medium.com/@d.deloatch: How to Stop all Instances Using AWS SDK for Python' (Boto3) [COMMUNITY-TOOL]
- pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel ⭐ 161 [COMMUNITY-TOOL]
- medium: Build Interactive CLI Tools in Python [COMMUNITY-TOOL]
- Pydeps 🌟 ⭐ 2087 [COMMUNITY-TOOL]
- joke2k/faker 🌟 ⭐ 19257 [DE FACTO STANDARD]
- makeuseof.com: 10 Useful Tools for Python Developers [COMMUNITY-TOOL]
- dev.to: Code Quality Tools in Python [COMMUNITY-TOOL]
- google/python-fire 🌟 ⭐ 28195 [DE FACTO STANDARD]
- github.com/bloomberg/memray 🌟🌟 ⭐ 15046 [DE FACTO STANDARD]
- github.com/microsoft/pyright ⭐ 15447 [DE FACTO STANDARD]
- github.com/kodemore/chili ⭐ 73 [COMMUNITY-TOOL]
- Ruff ⭐ 47643 [DE FACTO STANDARD]
- TWINT - Twitter Intelligence Tool ⭐ 16375 [DE FACTO STANDARD]
- opensource.com: How to use Python to hack your Eclipse IDE [COMMUNITY-TOOL]
- PyGithub 🌟 ⭐ 7719 [ENTERPRISE-STABLE]
- python.plainenglish.io: 12 Python Snippets That Will Boost Your Productivity [COMMUNITY-TOOL]
Machine Learning
Deep Learning Foundations
Large Language Models
- LLMs-from-scratch ⭐ 95379 [ADVANCED LEVEL] [DE FACTO STANDARD] — 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_Frameworks | API