PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Hands-On Demo of SQL vs. NoSQL Databases in Python

Impress your friends with SQLAlchemy and PyMongo

https://towardsdatascience.com/a-hands-on-demo-of-sql-vs-nosql-databases-in-python-eeb955bba4aa
lucidrains / big-sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun

https://github.com/lucidrains/big-sleep
11 Refactoring Patterns To Elevate Your Python Code

Let’s expand the definition of refactoring to…

https://betterprogramming.pub/11-refactoring-patterns-to-elevate-your-python-code-a47dbe5826d
4 Time-Saving Shortcuts for Python Programmers

Code on multiple lines, maintain proper scope, and more

https://betterprogramming.pub/4-time-saving-shortcuts-for-python-programmers-2f5c1ec4fff8
An Alternative to Python Dictionaries

Why you should use defaultdict in Python

https://betterprogramming.pub/an-alternative-to-python-dictionaries-5d54aa4c5a6
NumPy Basics Cheat Sheet (2021), Python for Data Science

The absolute basics for beginners learning…

https://towardsdatascience.com/numpy-basics-cheat-sheet-2021-python-for-data-science-89c483773880
Python behind the scenes

Have you ever wondered what python does when you run one of your programs?

https://tenthousandmeters.com/tag/python-behind-the-scenes/
Python 3 Types in the Wild: A Tale of Two Type Systems [pdf]

https://www.cs.rpi.edu/~milanova/docs/dls2020.pdf
Understand Time Series Components with Python

Basic concepts for…

https://pub.towardsai.net/understand-time-series-components-with-python-4bc3e2ba1189
Marimekko Charts with Python’s Matplotlib

A great way to visualize grouped and segmented proportions

https://towardsdatascience.com/marimekko-charts-with-pythons-matplotlib-6b9784ae73a1
6 Python Container Data Types You Should Know

Nailing high-level data structure tools in Python

https://towardsdatascience.com/6-python-container-data-types-you-should-know-81dad6c4f61d
OpenCV Haar Cascades

In this tutorial, you will learn about OpenCV Haar Cascades and how to apply them to real-time ...

https://www.pyimagesearch.com/2021/04/12/opencv-haar-cascades/