PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Large-Scale Security-Oriented Static Analysis of Python Packages in PyPI

This paper examines various security issues in Python packages with static analysis. The dataset is based on a snapshot of all packages stored to the Python Package Index (PyPI). In total, over 197 thousand packages and over 749 thousand security issues are covered.

https://arxiv.org/pdf/2107.12699.pdf
How to Dockerize Django in 5 minutes

This tutorial will show you how to Dockerize a Django project in less than 5 minutes.

https://justdjango.com/blog/django-docker-tutorial
Mastering Web Scraping in Python: Avoid Blocking Like a Ninja

Master the best techniques for massive scale scraping. Avoid detection and scrape the web silently - from browser fingerprinting to bypassing state-of-the-art solutions.

https://www.zenrows.com/blog/stealth-web-scraping-in-python-avoid-blocking-like-a-ninja
Test-Driven Development In Python

Test-driven development (TDD), also known as red-green-refactor is a common software development technique in which you write tests before you write the actual code. This video shows an example in Python of how to do TDD using the unittest package and also shares a few practical tips related to software testing.

https://www.youtube.com/watch?v=B1j6k2j2eJg
Flask & React - From Zero to Full-Stack (with Samples)

Learn how to use Flask and React to code full-stack products that scale with ease. Open-source samples included.

https://blog.appseed.us/flask-react-full-stack-seed-projects/
Acquire and Analyze Inflation Data in the US with an API, Python, and Tableau

Use Python and the US Bureau of Labor Statistics Data API to retrieve consumer price index data. Load the data into Tableau to compare it with Series I US Savings Bond initial composite interest rates.

https://t.co/kvvWMmkOeO