mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 16:43:36 +00:00
41 KiB
41 KiB
Python
!!! info "Architectural Context" Detailed reference for Python in the context of Developer Ecosystem.
- 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]
- 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]
- Microsoft: Python Engineering [COMMUNITY-TOOL]
- blog.pythonlibrary.org 🌟 [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]
- 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 [COMMUNITY-TOOL]
- Complexity of Python Operations [COMMUNITY-TOOL]
- Create a GUI Application Using Qt and Python in Minutes: Example Web Browser [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: Fun With Django's New Postgres Features [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 [COMMUNITY-TOOL]
- webcodegeeks.com: Python Django Tutorial [COMMUNITY-TOOL]
- digitalocean.com: Building a REST API With Django REST Framework [COMMUNITY-TOOL]
- github.com: Django Sage Painless [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]
- 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]
- 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 [COMMUNITY-TOOL]
- PandasDatabase is a RESTful database engine application built on top of Pandas [COMMUNITY-TOOL]
- orchest.io [COMMUNITY-TOOL]
- Python Multi-Process Execution Pool [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]
- DictMySQL: A MySQL class for more convenient database manipulation with Python dictionary [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]
- Dough Hellmann - Python, OpenStack and Open Source [COMMUNITY-TOOL]
- Awesome Python 🌟 [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 [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! [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 [COMMUNITY-TOOL]
- PyWhatKit [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 [COMMUNITY-TOOL]
- 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]
- realpython.com: Django Development With Docker Compose and Machine [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 [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]
- 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 [COMMUNITY-TOOL]
- 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 [COMMUNITY-TOOL]
- Pydeps 🌟 [COMMUNITY-TOOL]
- joke2k/faker 🌟 [COMMUNITY-TOOL]
- makeuseof.com: 10 Useful Tools for Python Developers [COMMUNITY-TOOL]
- dev.to: Code Quality Tools in Python [COMMUNITY-TOOL]
- google/python-fire 🌟 [COMMUNITY-TOOL]
- github.com/bloomberg/memray 🌟🌟 [COMMUNITY-TOOL]
- github.com/microsoft/pyright [COMMUNITY-TOOL]
- github.com/kodemore/chili [COMMUNITY-TOOL]
- Ruff [COMMUNITY-TOOL]
- TWINT - Twitter Intelligence Tool [COMMUNITY-TOOL]
- opensource.com: How to use Python to hack your Eclipse IDE [COMMUNITY-TOOL]
- PyGithub 🌟 [COMMUNITY-TOOL]
💡 Explore Related: Java And Java Performance Optimization | Golang | Javascript