Python
- Python Blogs and Forums
- Python docs
- ReactPy
- PHP vs Python
- APIs in Python
- Thoth
- Python Books
- Python Django Framework
- Python Flask Lightweight Framework (microframework)
- FastAPI
- Python pip and pip’s wheel
- Python Feature Flags
- Python testing
- Python Cyber Security
- Data Science
- Python standard library Modules and Code
- Python and AWS
- Python Tools
- Jython
- Eclipse IDE
- Python Libraries
- Python Snippets
- Slides
- Videos
- Tweets
Python Blogs and Forums
- digitalocean.com python 🌟
- Learn Python ‘subreddit’
- Full Stack Python is an open book that explains each Python web application stack layer and provides the best web resources for those topics
- realpython.com
- LearnPython.org interactive Python tutorial
- Dough Hellmann - Python, OpenStack and Open Source
- The docker-py repository: an API client for docker written in Python
- Awesome Python. A curated list of awesome Python frameworks, libraries and software
- Awesome Django. A curated list of awesome Django apps, projects and resources
- pyvideo.org
- Talk Python To Me Podcast
- Microsoft: Python Engineering
- blog.pythonlibrary.org 🌟
- nixCraft: Python Execute Unix/Linux Command Examples 🌟
- fedoralovespython.org 🌟
- futurecoder.io Learn Python from scratch with interactive learning.
Python docs
- github.com/Asabeneh/30-Days-Of-Python 30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.
- Python progression path - From apprentice to guru
- reddit: Why Python
- Python Anti-Patterns. The Little Book of Python Anti-Patterns and Worst Practice
- Setting up Python on OSX: UPDATED
- Python 3.4 Programming Tutorials - YouTube
- How do you handle the ORM problem? When do you say YES or NO to using ORM?
- Don’t Make Us Say We Told You So: virtualenv for New Pythonistas
- commandlinefu.com: pip install into current directory without virtualenv
- Java Vs. Python - Which Programming Language is More Productive? - Infographic
- Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team
- My top 5 ‘new’ Python modules of 2015
- reddit.com: Modules every python developer should know
- reddit.com: My thoughts about moving from Python 2.7 to Python 3.x
- Why Python 3 exists
- stackoverflow: Create dictionary from splitted strings from list of strings
- Yagmail: Python e-mail library
- How To Deadlock Your Python With getaddrinfo()
- New String Formatting in Python 3.6
- en.wikibooks.org: Python Programming
- tqdm: Instantly make your python loops show a progress meter - just wrap any iterator with “tqdm(iterator)”, and you’re done!
- If you don’t like exceptions, you don’t like Python
- Stop writing code that will break on Python 4! With the end of support for Python 2 on the horizon (in 2020), many package developers have made their packages compatible with both Python 2 and Python 3.
- github: Python3 in one pic
- reddit.com: Functions vs. Classes
- Complexity of Python Operations
- reddit.com: Multiprocessing vs Threading?
- devbattles.com: Python list. Functions and Methods lists
- devbattles.com: Python: sorting lists by .sort () with - in simple words
- Create a GUI Application Using Qt and Python in Minutes: Example Web Browser
- Python command line oneliners
- “Learn Python” Overtakes “Learn Java” on Google Trends 🌟
- Python gains the upper hand against Perl, PHP, and Ruby
- Python FAQ: Why should I use Python 3? 🌟
- stackoverflow: Problems installing python3 on RHEL 🌟
- PEP 8 Cheatsheet 🌟
- Lists vs. Tuples A common beginner Python question: what’s the difference between a list and a tuple?
- linuxconfig.org: python tuples 🌟
- digitalocean.com: How To Use the Python Map Function 🌟
- thenextweb.com: 6 practical tricks every Python developer should have
- dzone: Best of DZone: Python 🌟
- digitalocean.com: How To Code in Python 3 🌟
- towardsdatascience.com: Top 11 Github Repositories to Learn Python 🌟 Popular GitHub repositories for learning Python
- tryolabs.com: Top 10 Python libraries of 2020
- blog.logrocket.com: Django REST framework alternatives
- towardsdatascience.com: Unexpected Size of Python Objects in Memory How much memory does a Python object take on memory?
- aigents.co: Data Structures and Python 🌟
- doppler.com: Using Environment Variables in Python for App Configuration 🌟 Learn how experienced developers use environment variables in Python, including managing default values and typecasting.
- src-r-r.github.io: How To Property Set Up Python Logging With A Command Line Program
- realpython.com: Python Microservices With gRPC 🌟
- dashbird.io: How I Manage Credentials in Python Using AWS Secrets Manager
- freecodecamp.org: The Python Handbook 🌟
- towardsdatascience.com: 7 Must-Know Data Wrangling Operations with Python Pandas
- towardsdatascience.com: All The Important Features and Changes in Python 3.10
- towardsdatascience.com: Data Preprocessing in Python Pandas — Part 6 Dropping Duplicates A quick tutorial to drop duplicates using the Python Pandas library.
- antonz.org: How to make an awesome Python package in 2021
- freecodecamp.org: Python Map Function – How to Map a List in Python 3.0, With Example Code
- betterprogramming.pub: 3 Seemingly Simple Python Features That Confuse Beginners
- analyticsindiamag.com: Object-Oriented Programming with Python
- towardsdatascience.com: Python loops: Some beginner-friendly looping challenges Looping through lists, tuples, dictionaries and strings.
- analyticsvidhya.com: Top Online Platforms to Learn Python
- towardsdatascience.com: Master Label Processing In Python The full tutorial on working with string-type data in Python.
- towardsdatascience.com: There is more to ‘pandas.read_csv()’ than meets the eye A deep dive into some of the parameters of the read_csv function in pandas
- blog.adnansiddiqi.me: Getting started with Elasticsearch 7 in Python 🌟
- towardsdatascience.com: Concurrency and Parallelism in Python
- pythonsimplified.com: Introduction to Python Sequence Types 🌟
- pub.towardsai.net: OPs Concept in Python OOPs is a highly efficient way of writing a program
- developers.redhat.com: micropipenv: Installing Python dependencies in containerized applications 🌟
- pythonsimplified.com: Python List Vs Tuple 🌟
- trstringer.com: Debug a Python Application Running in Kubernetes 🌟
- towardsdatascience.com: 7 advanced pandas tricks for data science Pandas is the go-to library for data science. These are the shortcuts I use to do repetitive data science tasks faster and simpler.
- pub.towardsai.net: Class and Objects in Python with Examples A handy concept for software development programs
- dineshkumarkb.com: How to specify non PYPI requirements in your requirements.txt file
- theglitchblog.com: Logging in Python Using Best Practices
- jhhemal.medium.com: Some Tips and Tricks for Writing Better Code in Python
- jhhemal.medium.com: Some Essential Built-in Tools for Working with Lists
- dineshkumarkb.com: Reverse a linked list without additional datastructures using python
- analyticsvidhya.com: Implementing ETL Process Using Python to Learn Data Engineering
- infoworld.com: How to use the Python for loop The for loop construction in Python easily iterates over a collection of items. Here’s what you need to know to use it well.
- stackoverflow.blog: Getting started with… Python 🌟 Here’s a collection of resources on how to get started using Python.
- oxylabs.io: Python Web Scraping Tutorial: Step-By-Step
- towardsdatascience.com: Automate Email Sending with Python The Definitive Snippets Collection for your ETL Pipelines
- returngis.net: Gestionar recursos de Kubernetes con Python
- pythonsimplified.com: Making Sense of Python Iterables and Iterators
- opensource.com: Parse command-line arguments with argparse in Python Use the argparse module to enable options in your Python applications.
- itsallaboutpython.blogspot.com: Simple Script To Send Emails In Python
- tecadmin.net: How To Read, Write & Parse CSV in Python
- freecodecamp.org: Python List Methods – append( ) vs extend( ) in Python Explained with Code Examples
- writersbyte.com: 4 key Python Data Structures every beginner must know
- geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know
- freecodecamp.org: Dictionary Comprehension in Python – Explained with Examples 🌟
- developers.redhat.com: Learn Python: Tutorials and updates from Red Hat experts Python is a popular programming language for data science, machine learning, and web development.
- python.plainenglish.io: Special Methods Will Change How You Write Classes in Python An introduction to the most useful special methods
- towardsdatascience.com: 12 Of My Favorite Python Practices For Better Functions
- towardsdatascience.com: Stop Hardcoding Sensitive Data in Your Python Applications Keep your settings and credentials private with .env files
- towardsdatascience.com: How Not to Use Python Lists Understanding Mutable Objects in Python.
- pythonsimplified.com: Understanding Python map function
- kdnuggets.com: How To Build A Database Using Python
- zdnet.com: Programming languages: Python just took a big jump forward Python overtakes Java and C for the first time in 20 years of a key language popularity index.
- 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
- sureshdsk.dev: Check diff between two files in Python
- freecodecamp.org: Python String split() and join() Methods – Explained with Examples
- pythonsimplified.com: How to schedule Python scripts using schedule library
- blog.teclado.com: Python Methods: Instance, Static and Class
- treyhunner.com: How to flatten a list in Python
- makeuseof.com: 7 Vital Commands to Get Started With Python for Beginners
- pythonsimplified.com: Python secrets module for strong random number and token generation Do you know Python has a built-in module called secrets that can be used to generate cryptographically strong passwords, tokens, and other related secrets? The secrets module was first introduced in Python 3.6
- freecodecamp.org: Python Sets – Explained with Examples
- aigents.co: Pro Python Tips for Data Analysts
- dev.to: Creating a blockchain in 60 lines of Python
- medium.com: Learn about Exceptions in Python
- towardsdatascience.com: Master Class Inheritance in Python 🌟 Understand Python Inheritance using an intuitive example
- pythonsimplified.com: Understanding namespaces and scope in Python
- tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide for beginners
- medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis
- blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer
- makeuseof.com: 11 Useful Python One-Liners You Must Know Python One-Liners can help you perform complex tasks with just one line of Python code. Here are some of the most useful ones to know!
- dev.to: Installing Python in Ubuntu 20.04
- redhat.com: Packaging applications to install on other machines with Python Use a virtual environment, pip, and setuptools to package applications with their dependencies for smooth installation on other computers.
- redhat.com: Writing and unit testing a Python application to query the RPM database
- thenewstack.io: More Python for Non-Programmers
- python.plainenglish.io: How to Perform Read and Write Operations on JSON Files in Python A simple guide to handle JSON files in Python.
- developers.redhat.com: Generating pseudorandom numbers in Python
- dev.to: Best Practices For Writing Clean Pythonic Code
- searchenginejournal.com: An Introduction To Python & Machine Learning For Technical SEO Python is used to power platforms, perform data analysis, and run their machine learning models. Get started with Python for technical SEO.
- digitalocean.com: How To Create a Twitterbot with Python 3 and the Tweepy Library
- blog.alluxi.com: 8 habilidades que necesitas para ser un gran programador Python
- javarevisited.blogspot.com: Java vs Python - Which Programming Language beginners should learn in 2022?
- freecodecamp.org: Python Dictionary – How to Perform CRUD Operations on dicts in Python
- freecodecamp.org: Python Requests – How to Interact with Web Services using Python
- thenewstack.io: Guido van Rossum’s Ambitious Plans for Improving Python Performance While Python is a simple language to start with and has excellent support for ML/AI, it is still a slow language which consumes more energy. This means the execution/infra costs are higher. The creator of Python, Guido van Rossum, quit his BDFL (Benevolent Dictator For Life) post at Python (in disgust over PIP 572) and later joined Microsoft. He is reported to be working at making Python 5-fold faster in next few releases.
- towardsdatascience.com: Memory Management in Python How does it work? A list of examples that help.
- dev.to: python dictionary methods explanation and visualization
- medium.com/@florian.rieger: If you haven‘t heard of descriptors, you don‘t know Python
- open.sap.com: Python for Beginners
- blog.devgenius.io: Logging in Python
- codesolid.com: Python Lists for Beginners: A Complete Lesson With Exercises 🌟
- towardsdatascience.com: requirements.txt vs setup.py in Python Understanding the purpose of requirements.txt, setup.py and setup.cfg in Python when developing and distributing packages
- realpython.com: Building Lists With Python’s .append()
- freecodecamp.org: Python List .remove() - How to Remove an Item from a List in Python
- blog.devgenius.io: Introduction to python dictionaries
- levelup.gitconnected.com: Fully Explained Array Data Structure in Python Handy concepts in data structures for data science and machine learning
- freecodecamp.org: Else-If in Python – Python If Statement Example Syntax
- towardsdatascience.com: Work with SQL in Python Using SQLAlchemy and Pandas Extract SQL tables, insert, update, and delete rows in SQL databases through SQLAlchemy
- freecodecamp.org: Create a List in Python – Lists in Python Syntax
- freecodecamp.org: How to SSH into a Docker Container – Secure Shell vs Docker Attach
- freecodecamp.org: Int Object is Not Iterable – Python Error [Solved]
- freecodecamp.org: How to Use *args and **kwargs in Python
- superfastpython.com: How to Identify a Deadlock in Python
- towardsdatascience.com: Fall in Love with Your Environment Setup A Python developer’s guide to the optimal setup for collaboration, production readiness and time saving
- towardsdatascience.com: You Don’t Need Sample Data, You Need Python Faker An extendable Python library that generates fake data to “fill” your project
- thenewstack.io: Python for Beginners: When and How to Use Tuples
- pub.towardsai.net: Python: Zero to Hero with Examples A handbook guide for python beginners
- betterprogramming.pub: Getting Started With Pyvcloud — A Python Library A quick setup for creating your first virtual machine. Pyvcloud is a Python library for VCloud Director administration and all tasks which you can perform on vCloud Director can be done with this easy-to-use Pyvcloud!
- freecodecamp.org: How to Set Up a Virtual Environment in Python – And Why It’s Useful
- freecodecamp.org: Python Attributes – Class and Instance Attribute Examples
- betterprogramming.pub: This Is Why You Should Use Tortoise-ORM in Your Python Projects Manage your databases like a boss!
- docker.com: How to Train and Deploy a Linear Regression Model Using PyTorch – Part 1 (Machine Learning)
- betterprogramming.pub: Learning Python With Program Templates: The Input One, Process One Template A fun way to implement loops in your programs
- betterprogramming.pub: Automate Filling Templates With Python 🌟 Do important work instead of repetitive tasks
- pub.towardsai.net: Why Map(), Filter() And Reduce() Functions are so Famous? Functional programming to avoid loop and branching in python.
- amitprius.medium.com: Python Dictionary: Zero to Hero with Examples Learning dictionary for data science and machine learning applications
- python.plainenglish.io: It’s Time to Say Goodbye to These Obsolete Python Libraries 🌟 Forget about os.path, random, pytz, namedtuple and more and start using the latest and greatest Python libraries.
- guru99.com: Mutable & Immutable Objects in Python {EXAMPLES} 🌟
- notia.ai: Building an authenticated Python CLI
- superfastpython.com: How to Choose the Right Python Concurrency API
- realpython.com/pdf-python How to Work With a PDF in Python
- dev.to: How to change an image with Python
- towardsdatascience.com: Iterables vs Iterators in Python Understanding the difference between Iterables and Iterators in Python
- towardsdatascience.com: How to Implement a Linked List in Python Exploring how to write Linked List and Node objects from scratch using Python
- realpython.com/learning-paths: Python Learning Paths 🌟🌟🌟 Take your coding skills to the next level with Real Python’s accelerated study plans for beginner, intermediate, and advanced Python developers.
- superfastpython.com: Threading vs Multiprocessing in Python
- betterprogramming.pub: Python List Comprehensions Are More Powerful Than You Might Think Write better list comprehensions with the help of these unknown features and tricks
- medium.com/@yonatanzunger: Advanced Python: Achieving High Performance with Code Generation 🌟🌟
- mishrapartha.blogspot.com: A Beginner’s Guide to Python for Data Science - Part 5 Adding Comments in Python
- morioh.com: How to create Google Map in Python using Gmaps
- pydantic/pydantic Data parsing and validation using Python type hints
- PyWhatKit is a Python library with various helpful features. It’s easy-to-use and does not require you to do any additional setup. Currently, it is one of the most popular library for WhatsApp and YouTube automation.
- medium.com/@connect.hashblock: Learn how you can create a chatbot in Python
- freecodecamp.org: Learn Data Structures and Algorithms – Introduction and Learning Resources
- adicode.ml: Take your web development to next level with these python libraries
- freecodecamp.org: How to Use PyScript – A Python Frontend Framework 🌟 Python is popular for web development, often used on the backend w/ frameworks like Django & Flask. But there’s a newer framework called PyScript that lets you use Python on the web with regular HTML.
- realpython.com: How to Get a List of All Files in a Directory With Python
- freecodecamp.org: Python For Loop - For i in Range Example
- github.blog: Why Python keeps growing, explained A deep dive into why more people are using Python than ever, its key use cases, and why it’s still so popular 30-plus years after it was first released.
- realpython.com: Evaluate Expressions Dynamically With Python eval() (Overview)
- realpython.com: Splitting, Concatenating, and Joining Strings in Python Quiz
- medium.com/@terminalsandcoffee: Mastering Python: How to Generate a List of Dictionaries for Files in Your Working Directory with One Script
- realpython.com: How to Write Pythonic Loops
- freecodecamp.org: Learn Algorithms and Data Structures in Python 🌟🌟 When you’re learning Python, there are some important algorithms and data structures you’ll need to know. They’ll come up in job interviews, & you’ll use them on a daily basis, too. You’ll learn how to use them in this comprehensive Python DSA course.
- realpython.com: Python Machine Learning Tutorials 🌟🌟
- devopscube.com: Python For DevOps: Guide for DevOps Engineers
- realpython.com: An Intro to Threading in Python
- realpython.com: Functional Programming in Python
- rogerperkin.co.uk: pyATS Tutorial for Beginners pyATS was (and still is) an in-house Cisco Python testing framework that was developed for internal Cisco engineering use and has now been made open source and is available for you to perform your network testing. It is primarily a foundation-layer test framework. Cisco currently run over 2 million test runs per month using the pyATS framework.
- genbeta.com: Ocho canales de YouTube para aprender Python desde cero hasta nivel experto
- blog.devops.dev: Generating A List of Dictionaries With Python
- martinheinz.dev: Boost Your Python Application Performance using Continuous Profiling Learn how to use Grafana Phlare and continuous profiling to discover bottlenecks in your code and boost the performance of your Python apps running in Kubernetes
- towardsdatascience.com: Memoizing DataFrame Functions Using Hashable DataFrames and Message Digests to Optimize Repeated Calculations
- anaconda.com: Why Data Scientists Should Be Excited About Python in Excel
- testdriven.io: Clean Code in Python
- python.plainenglish.io: These 25 Python Commands Are All You Need for Programming Mastery in 2024
- python.plainenglish.io: REST: A Quick Guide to Building Scalable and Flexible Systems Using HTTP The characteristics of a RESTful systems, HTTP methods used to interact with resources, and HTTP status codes.
- hub.tinztwins.de: 7 Hidden Python Tips for 2024 Boost your work pace and advance your Python expertise
- medium.com/bitgrit-data-science-publication: latexify: Writing LaTeX with Python Generate LaTeX expression from Python code.
- freecodecamp.org: How to Build an Online Banking System – Python Object-Oriented Programming Tutorial
ReactPy
- github.com/reactive-python/reactpy It’s React, but in Python
PHP vs Python
APIs in Python
- towardsdatascience.com: Quick-Fire Guide to APIs in Python A straightforward guide to web communication
- opensource.com: Make your API better with this positional trick from Python 3.8 Explore positional-only parameters and two other underutilized but still useful Python features.
Thoth
- Project Thoth Using Artificial Intelligence to analyse and recommend software stacks for Python applications.
- developers.redhat.com: Thoth prescriptions for resolving Python dependencies One of Thoth’s major offerings is a cloud-based resolver, which examines the packages and libraries requested by an application and determines the best way to resolve them so that they work together in the target environment.
Python Books
- Python Data Science Handbook 🌟 This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks.
- automatetheboringstuff.com: Automate the Boring Stuff with Python
Python Django Framework
- gettopical.com: Get Django Latest News
- Learn Python Django in 4 Hours
- realpython.com: Django Development With Docker Compose and Machine
- realpython.com: Fun With Django’s New Postgres Features
- realpython.com: Deploying a Django App to AWS Elastic Beanstalk
- TaskBuster Django Tutorial, made with Django 1.8 and Python 3
- TDD with Django, from scratch: a beginner’s intro to testing and web development
- Cómo crear un servicio REST en 30 líneas de código de Django y Python
- Django Development With Docker Compose and Machine
- Installing and Configuring Django Web Framework with Virtual Environments in CentOS/Debian
- realpython.com: Development and Deployment of Cookiecutter-Django via Docker A Cookiecutter template for creating production-ready Django projects quickly.
- github.com: Django app + RESTful API for automatic billing
- CodingEntrepreneurs youtube channel
- Getting Started with Django REST Framework (DRF) and AngularJS (Part 1)
- webcodegeeks.com: Python Django Tutorial
- digitalocean.com: Building a REST API With Django REST Framework
- github.com: Django Blog Site A simple blog application based on Django
- github.com: Django Sage Painless A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework.
- dev.to: Data Migration from Monolith to Microservice in Django
- dev.to: Building a REST API with Django REST Framework 🌟
- betterprogramming.pub: Dockerize Your Django Apps From local development to production
Python Flask Lightweight Framework (microframework)
- Flask is a Python lightweight web application development framework with simplicity and extensibility. Flask is called “microframework” because of using a simple core and extensions are used to add other functions.
- Flask Documentation 🌟
- The Flask Mega-Tutorial: Now with Python 3 Support
- realpython.com: Discover Flask, Part 1 - Setting Up a Static Site
- Two-Factor Authentication with Authy
- devbattles.com: Python Flask, Part 1: Hello World!
- mherman.org: Scaling Flask with Kubernetes 🌟
- towardsdatascience.com: Create and Deploy a Simple Web Application with Flask and Heroku
- towardsdatascience.com: How to deploy a Flask API in Kubernetes and connect it with other micro-services A hands-on tutorial on how to implement your micro-service architecture using the powerful container orchestration tool Kubernetes.
- kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with Other Micro-services
- dev.to: Getting Started with Flask and Docker
- freecodecamp.org: How to Dockerize a Flask Application
- rajansahu713.medium.com: Hands-On Guide to Restful API using Flask Python
FastAPI
- FastAPI 🌟
- blog.adnansiddiqi.me: Create your first REST API in FastAPI 🌟 A step by step guide creating high performance APIs in Python
- freecodecamp.org: How to Create Microservices with FastAPI This article aims to elevate one’s understanding of Flask Restful Framework from the initial concepts to advanced use-cases.
- freecodecamp.org: FastAPI Course – Code APIs Quickly FastAPI is an open source Python web dev framework that makes building APIs fast and easy. Even though it’s still relatively new, big companies like Netflix are using it. This crash course teaches you the basics so you can code robust APIs quickly.
Python pip and pip’s wheel
Python Feature Flags
Python testing
- reddit: Real examples of unit testing
- Testing Python
- Profiling Python using cProfile: a concrete case
- nylas.com: Profiling Python in Production How We Reduced CPU Usage by 80% through Python Profiling
- gabbi - Declarative HTTP testing library pypi
- tracker: A time machine for debugging pesky stateful errors
Python Cyber Security
Data Science
- towardsdatascience.com: Unlimited scientific libraries and applications in Kubernetes, instantly! Set up a shared library of packages and applications that you can dynamically load into your Kubernetes Data Science environments.
- huyenchip.com: Why data scientists shouldn’t need to know Kubernetes
- towardsdatascience.com: How to Land a Data Science Job in 2022 7 skills to improve employability for a data science position
- realpython.com: Machine Learning With Python 🌟🌟🌟
Python Pandas and pivot tables
- oreilly.com: how to use pivot tables in Pandas step-by-step
- pbpython.com: Practical Business Python
- Reshaping in Pandas – Pivot, Pivot-Table, Stack and Unstack explained with Pictures
- pandas.pydata.org: Reshaping by pivoting DataFrame objects
- analyticsvidhya.com: A Complete Tutorial to Learn Data Science with Python from Scratch
- analyticsvidhya.com: Tutorial – Python List Comprehension With Examples
- analyticsvidhya.com: Cheat Sheet for Exploratory Data Analysis in Python 🌟
- pandastutor.com 🌟 Pandas Tutor visualizes how your Python code transforms dataframes
- betterprogramming.pub: How to Use Pandas to Consume Data and Perform Data Analysis An introduction to data analysis with Pandas
- iaviral.medium.com: Most used functions in Pandas Useful functions in Pandas for Data Science and Machine Learning
- betterprogramming.pub: Pandas Illustrated: The Definitive Visual Guide to Pandas Is it a copy or a view? Should I merge or join? And what the heck is MultiIndex?
PandasAI
- github.com/gventuri/pandas-ai Chat with your data (CSV, pandas, polars, etc). PandasAI makes data analysis conversational
- levelup.gitconnected.com: Introducing PandasAI: The Generative AI Python Library Pandas AI is an additional Python library that enhances Pandas, the widely-used data analysis and manipulation tool, by incorporating generative artificial intelligence capabilities.
PandasDatabase
NumPy
- towardsdatascience.com: NumPy Basics Cheat Sheet (2021), Python for Data Science The absolute basics for beginners learning NumPy in 2021
Orchest. Data Pipelines with Python and R code. No frameworks. No YAML
- orchest.io - orchest/orchest Build data pipelines, the easy way 🛠️. No frameworks. No YAML. Just write Python and R code in Notebooks.
Python standard library Modules and Code
- Python 3 standard library Module of the Week, Doug Hellmann
- Python 2 standard library Module of the Week, Doug Hellmann
- Dead simple {for devs} python crawler (script) for extracting structured data from any website into CSV
- Python Multi-Process Execution Pool
Python and AWS
- Ansible and AWS: cloud IT automation management
- Python and AWS Cookbook. Boto library
- Boto
- Migrating to Boto3
- Managing the Cloud with a Few Lines of Python (EuroPython 2014)
- ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as ‘Name’)
- dashbird.io: Explaining boto3: how to use any AWS service with python
- dashbird.io: 8 Must-Know Tricks to Use S3 More Effectively in Python
- hands-on.cloud: Quick Intro To Python 3 for AWS Automation Engineers 🌟
- medium.com/@d.deloatch: How to Stop all Instances Using AWS SDK for Python (Boto3)
Python Tools
- PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX
- ZipPy: Python3 on top of the JVM (faster than PyPy!)
- DictMySQL: A MySQL class for more convenient database manipulation with Python dictionary
- WinPython: Portable Scientific Python ⅔ 32/64bit Distribution for Windows
- Kite 🌟 Kite is the best autocompletions engine available for Python, powered by AI. Check it out — It’s free!
- pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel
- medium: Build Interactive CLI Tools in Python Bored of traditional CLIs? Develop interactive command lines with PyInquirer
- Pydeps 🌟 Python Module Dependency graphs
- joke2k/faker 🌟 Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
- makeuseof.com: 10 Useful Tools for Python Developers Whether you need Python tools for data science, machine learning, web development, or anything in between, this list has you covered.
- dev.to: Code Quality Tools in Python
- google/python-fire 🌟 Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
- github.com/bloomberg/memray 🌟🌟 Memray is a memory profiler for Python
- github.com/microsoft/pyright Static Type Checker for Python
- github.com/kodemore/chili Object serialization/deserialization tools for python.
- Ruff An extremely fast Python linter and code formatter, written in Rust.
Web Scraping with Python
- Scrapy An open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.
- First web scraper A step-by-step guide to writing a web scraper with Python.
- TWINT - Twitter Intelligence Tool Twint is an advanced Twitter scraping tool written in Python that allows for scraping Tweets from Twitter profiles without using Twitter’s API.
Jython
Eclipse IDE
Python Libraries
- https://pypi.org 🌟 Find, install and publish Python packages with the Python Package Index. The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community.
- Click 🌟 is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It’s the “Command Line Interface Creation Kit”. It’s highly configurable but comes with sensible defaults out of the box.
- towardsdatascience.com: Auto Import Python Libraries Using Pyforest to import important python libraries
- PyGithub 🌟 Typed interactions with the GitHub API v3 - pygithub.readthedocs.io PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Python Snippets
Slides
Click to expand!
PEP-8 Cheatsheet (2009) by Veeraj Shenoy on Scribd
Videos
Click to expand!
Tweets
Click to expand!
29 common beginner Python errors on one page via https://t.co/Ctvy84KXKx #Python #Sysadmin #Programming #Unix #Linux pic.twitter.com/vaZaJETNPU
— nixCraft (@nixcraft) 6 de marzo de 2016
Python is a beautiful programming language. It contains really useful features that make writing code more efficient than ever.
— Danny Steenman (@dannysteenman) October 10, 2020
Here are 5 tips for writing more efficient and compact code.
🧵🧵🧵
TOP Python Github repositories for you.
— Ankur💻🎧💪 (@TheAnkurTyagi) October 19, 2020
A Thread... 🧵#100DaysOfCode #CodeNewbies
Python Quick Revision Guide(Part-1) 🐍
— Saurav Jain (@Sauain) September 30, 2021
MEGA Thread 🧵👇
Have you checked out @jakevdp's #Python Data Science Handbook yet? 📕 You can follow along right in the comfort of your browser with https://t.co/UMiyEY5CgZ 😎
— Visual Studio Code (@code) November 7, 2021
👉 https://t.co/g9gCznaoqz pic.twitter.com/g1fluMB6eH
Best #Python Cheat Sheet! #BigData #Analytics #DataScience #AI #CES2022 #MachineLearning #IoT #IIoT #Python #JavaScript #CloudComputing #Serverless #DataScientist #Linux #Programming #Coding #100DaysofCode #5G #Metaverse #DigitalTransformation
— Dr. Marcell Vollmer #StaySafe #CES2022 Carpe Diem (@mvollmer1) January 8, 2022
Many thanks @TheAdityaPatro pic.twitter.com/sTQsr99EfS
If you want to master Python, watch these YouTube videos:
— Nikki Siapno (@NikkiSiapno) October 29, 2022
Python is one of the most versatile programming languages used in almost any industry🔥
— Simon (@simonholdorf) December 30, 2022
Add these incredible Python projects to your resume to land a high-paying job: