PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
Test factory functions in Django

When writing tests for Django projects, you typically need to create quite a lot of instances of database model objects. This page documents the patterns I recommend, and the ones I don’t.

https://lukeplant.me.uk/blog/posts/test-factory-functions-in-django/
A simple example of Python OOP development (with TDD) - Part 1

If you are eager to learn some Python and do not know how to start, this post may give you some ...

https://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/