mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-27 19:45:42 +00:00
28 KiB
28 KiB
Python
!!! info "Architectural Context" Detailed reference for Python in the context of Developer Ecosystem.
Standard Reference
- digitalocean.com python 🌟 [COMMUNITY-TOOL]
- Dough Hellmann - Python, OpenStack and Open Source [COMMUNITY-TOOL]
- 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 3.4 Programming Tutorials - YouTube [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]
- tqdm: Instantly make your python loops show a progress meter - just wrap' any iterator with "tqdm(iterator)", and you're done! ⭐ 2767 [COMMUNITY-TOOL]
- Python FAQ: Why should I use Python 3? 🌟 [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]
- 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]
- developers.redhat.com: micropipenv: Installing Python dependencies in containerized' applications 🌟 [COMMUNITY-TOOL]
- trstringer.com: Debug a Python Application Running in Kubernetes 🌟 [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]
- freecodecamp.org: Python List Methods – append( ) vs extend( ) in Python' Explained with Code Examples [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]
- 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]
- towardsdatascience.com: Master Class Inheritance in Python 🌟 [COMMUNITY-TOOL]
- makeuseof.com: 11 Useful Python One-Liners You Must Know [COMMUNITY-TOOL]
- thenewstack.io: More Python for Non-Programmers [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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- freecodecamp.org: Learn Data Structures and Algorithms – Introduction and' Learning Resources [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]
- 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]
- 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]
- 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]
- 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]
- fastapi.tiangolo.com [COMMUNITY-TOOL]
- freecodecamp.org: How to Create Microservices with FastAPI [COMMUNITY-TOOL]
- freecodecamp.org: FastAPI Course – Code APIs Quickly [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]
- 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]
- 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]
- kite: Code Faster with AI Autocomplete [COMMUNITY-TOOL]
- pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel ⭐ 161 [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]
💡 Explore Related: Dom | Embedded Servlet Containers | React