ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

News & links about Python programming. https://pythonhub.dev/

إظهار المزيد
2 543
المشتركون
+424 ساعات
+127 أيام
+2030 أيام
أرشيف المشاركات
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/

A Concrete Introduction to Probability (Using Python) (Norvig, 2018) https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb

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

Python is now the second most popular language in the world according to TIOBE. This is the highest position that Python reac
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/

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

wilsonfreitas / awesome-quant A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance) https://github.com/wilsonfreitas/awesome-quant

Rog3rSm1th / Profil3r OSINT tool that allows you to find a person's accounts and emails + breached emails 🕵️ https://github.com/Rog3rSm1th/Profil3r

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

Deploying a FastAPI backend using AWS Amplify Container-based REST APIs https://www.xiegerts.com/post/fastapi-fargate-amplify/

Open Vision API Open source computer vision API based on open source models https://openvisionapi.com/

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/

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/

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

kovidgoyal / kitty Cross-platform, fast, feature-rich, GPU based terminal https://github.com/kovidgoyal/kitty

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

Why the sad face? A post explaining one of the details of Black code style. https://lukasz.langa.pl/1d1a43c4-9c8a-4c5f-a366-7f22ce6a49fc/

microsoft / recommenders Best Practices on Recommendation Systems https://github.com/microsoft/recommenders

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/