PythonHub
Відкрити в Telegram
News & links about Python programming. https://pythonhub.dev/
Показати більше2 543
Підписники
+424 години
+127 днів
+2030 день
Архів дописів
2 544
Listening to Satellites with my Raspberry Pi
Building a live dashboard with the help of a few hardware modules.
https://healeycodes.com/listening-to-satellites-with-my-raspberry-pi/
2 544
A Concrete Introduction to Probability (Using Python) (Norvig, 2018)
https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb
2 544
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
2 544
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/
2 544
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
2 544
wilsonfreitas / awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
https://github.com/wilsonfreitas/awesome-quant
2 544
Rog3rSm1th / Profil3r
OSINT tool that allows you to find a person's accounts and emails + breached emails 🕵️
https://github.com/Rog3rSm1th/Profil3r
2 544
What is WSGI and Why Do You Need Gunicorn and Nginx in Django
In this article, we’re going to talk about WSGI, Gunicorn, and Nginx. We will discuss why ...
https://apirobot.me/posts/what-is-wsgi-and-why-do-you-need-gunicorn-and-nginx-in-django
2 544
Deploying a FastAPI backend using AWS Amplify Container-based REST APIs
https://www.xiegerts.com/post/fastapi-fargate-amplify/
2 544
Open Vision API
Open source computer vision API based on open source models
https://openvisionapi.com/
2 544
Why I Run Django on Kubernetes as a One-Man SaaS
When it comes to choice of tools there’s no holy grail, and there will always be tradeoffs to be ...
https://anthonynsimon.com/blog/tools-of-the-trade/
2 544
Increase performance via Range Fields in Django Querysets on PostgreSQL
A brief story from the database optimizations of a Django application that uses PostgreSQL
https://nezhar.com/blog/increase-performance-via-range-fields-in-django-querysets-on-postgresql/
2 544
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
2 544
kovidgoyal / kitty
Cross-platform, fast, feature-rich, GPU based terminal
https://github.com/kovidgoyal/kitty
2 544
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
2 544
Why the sad face?
A post explaining one of the details of Black code style.
https://lukasz.langa.pl/1d1a43c4-9c8a-4c5f-a366-7f22ce6a49fc/
2 544
microsoft / recommenders
Best Practices on Recommendation Systems
https://github.com/microsoft/recommenders
2 544
Shrinking your Python application’s Docker image: an overview
In this article you’ll find an overview of the many techniques you can use to shrink your image, organized approximately by logical order packaging. The focus is on Python, though many of these techniques are more generic.
https://pythonspeed.com/articles/smaller-docker-images/
