PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Image Processing with Python — Blob Detection using Scikit-Image

How to identify and segregate…

https://towardsdatascience.com/image-processing-with-python-blob-detection-using-scikit-image-5df9a8380ade
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect. Works on macOS and Linux and Windows

https://www.reddit.com/r/Python/comments/l6dqvx/quickly_fetch_your_wifi_password_and_if_needed/
30 Python Language Tricks That Will Make You a Better Coder

If you think you mastered the language…

https://medium.com/pythonland/30-python-language-tricks-that-will-make-you-a-better-coder-f08f811a7b0f
20 Examples to Master Pandas Series

A core data structure of Pandas

https://towardsdatascience.com/20-examples-to-master-pandas-series-bc4c68200324
Mastering indexing and slicing in Python

A deep dive into indexing and slicing over ordered collections

https://towardsdatascience.com/mastering-indexing-and-slicing-in-python-443e23457125
WordNet: A Lexical Taxonomy of English Words

What is WordNet and why is it useful?

https://towardsdatascience.com/%ef%b8%8fwordnet-a-lexical-taxonomy-of-english-words-4373b541cfff
4 Types of Comprehensions In Python

Only use them for concise and readable

https://towardsdatascience.com/4-types-of-comprehensions-in-python-2fbeafdf2fda
Automating Stock Investing Fundamental Analysis With Python

Explaining Stock Trading Fundamental…

https://medium.com/fintechexplained/automating-stock-investing-fundamental-analysis-with-python-f854781ee0b4
Introduction to Python’s Boto3

The AWS SDK the Easy Way

https://towardsdatascience.com/introduction-to-pythons-boto3-c5ac2a86bb63
Edifice: A Declarative UI Library

Make simple UI easy and complex ones straightforward.

https://www.pyedifice.org/
OpenCV Image Translation

In this tutorial, you will learn how to translate and shift images using ...

https://www.pyimagesearch.com/2021/02/03/opencv-image-translation/
12 requests per second

A realistic look at Python web frameworks

https://suade.org/dev/12-requests-per-second-with-python/
Histogram matching with OpenCV, scikit-image, and Python

In this tutorial, you will learn how to perform histogram matching using OpenCV and ...

https://www.pyimagesearch.com/2021/02/08/histogram-matching-with-opencv-scikit-image-and-python/
Using matplotlib to generate graphs in Django

Nowadays the most common way to generate graphs in your Django apps (or web apps in general) is ...

https://spapas.github.io/2021/02/08/django-matplotlib/