PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
CyberPunkMetalHead / Binance-News-Sentiment-Bot

This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.

https://github.com/CyberPunkMetalHead/Binance-News-Sentiment-Bot
Writing a Jinja-inspired template library in Python

In this post we'll build a minimal text templating library in Python inspired by Jinja. It will be able to display variables and iterate over arrays.

https://notes.eatonphil.com/writing-a-template-library-in-python.html
Open Vision API

Open source computer vision API based on open source models

https://openvisionapi.com/
Rog3rSm1th / Profil3r

OSINT tool that allows you to find a person's accounts and emails + breached emails 🕵️

https://github.com/Rog3rSm1th/Profil3r
How image search works at Dropbox

In this post we’ll describe the core idea behind our image content search method, based on techniques from machine learning, then discuss how we built a performant implementation on Dropbox’s existing search infrastructure.

https://dropbox.tech/machine-learning/how-image-search-works-at-dropbox
Python is now the second most popular language in the world according to TIOBE. This is the highest position that Python reaches since 2001.

https://www.reddit.com/r/Python/comments/nlavn7/python_is_now_the_second_most_popular_language_in/
The Correct Way to Overload Functions in Python

Were you taught that function overloading isn’t possible in Python? Here’s how you can do it with generic functions and multiple dispatch!

https://t.co/JCDEDszwHB