PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
The Ultimate Guide to Writing Functions

Over the years, I’ve seen a lot of code by different people, and my conclusion is that writing great, well-designed functions is difficult. So, I made this guide, which includes the 7 most important things you should do when writing functions.

https://www.youtube.com/watch?v=yatgY4NpZXE