PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
A simple example of Python OOP development (with TDD) - Part 2

In first part of this small series I introduced you to TDD with Python by means of the powerful ...

https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/
TorchScale

TorchScale is a PyTorch library that allows researchers and developers to scale up Transformers efficiently and effectively. It has the implementation of fundamental research to improve modeling generality and capability as well as training stability and efficiency of scaling Transformers.

https://github.com/microsoft/torchscale
Graphs with Python: Overview and Best Libraries

Graph analysis, interactive visualizations, and graph machine learningContinue reading on Towards ...

https://towardsdatascience.com/graphs-with-python-overview-and-best-libraries-a92aa485c2f8