PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
Scrape Twitter with 5 Lines of Code

This video shows how you can scrape twitter data using the python library snscrape to easily pull millions of historic tweets and save them off on your computer. Use this to create data for analysis or just archive off your tweets quick and easy.

https://www.youtube.com/watch?v=PUMMCLrVn8A
How to Easily Get Football Data with a Python Package (Without Web Scraping)

Get data about the World Cup, Champions League, La Liga, and more in a couple of minutesContinue ...

https://towardsdatascience.com/how-to-easily-get-football-data-with-a-python-package-without-web-scraping-c922e7ebfb41