PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
ds-blocks

Write highly modular, compact, and decoupled data science pipelines.

https://github.com/Jaume-JCI/ds-blocks
kangas

Kangas is a tool for exploring, analyzing, and visualizing large-scale multimedia data. It provides a straightforward Python API for logging large tables of data, along with an intuitive visual interface for performing complex queries against your dataset.

https://github.com/comet-ml/kangas
Season 3 Episode 8: Rivers Cuomo and Guido van Rossum

Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!

https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum
Thoughts on my first machine learning project

https://www.holovaty.com/writing/machine-learning-thoughts
How To Reduce Coupling With Facade

The Facade design pattern is a great choice if you want to connect with a complex system via a simplified interface. In this tutorial, I show you how to apply the pattern to your own code and discuss some of the limitations of the pattern.

https://www.youtube.com/watch?v=jjoLejA4iAE
karosis88 / aioreq

Aioreq is a simple asynchronous HTTP request library that can be useful when you need to make a series of requests quickly, such as when you need to generate a large number of requests per second to bring down websites.

https://github.com/karosis88/aioreq
Getting Started with Mastodon API in Python

With what's happening in Twitter, many people are considering moving to Mastodon. Like Twitter, Mastodon also has an API that can be used to create many useful application, bots, to analyze data, respond to notification or simply post some statuses. In this article we will explore all the things Mastodon API can do and how you can use it to build applications with Python.

https://martinheinz.dev/blog/86