PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
The quantum state of a TCP port

If I navigate to https://blog.cloudflare.com/, my browser will connect to a remote TCP address from the local IP address assigned to my machine, and a randomly chosen local TCP port. What happens if I then decide to head to another site? Is it possible to establish a new TCP connection from the same local IP address and port?

https://blog.cloudflare.com/the-quantum-state-of-a-tcp-port/
Working with Large Data Sets Made Easy: Understanding Pandas Data Types

In this video, we'll show you how to use the Pandas library to make working with large datasets easy. You'll learn about the different data types that Pandas supports and see some examples of how to use them to optimize your memory usage.

https://www.youtube.com/watch?v=uVy23GEehpc
Building And Distributing A macOS Application Written in Python

Even with all the great tools we have, getting a macOS application written in Python all the way to a production-ready build suitable for end users can involve a lot of esoteric trivia.

https://blog.glyph.im/2023/03/py-mac-app-for-real.html
Keeping the Cloudflare API 'all green' using Python-based testing

Scout is an automated system providing constant end to end testing and monitoring of live APIs over different environments and resources. Scout does it by periodically running self explanatory Python tests.

https://blog.cloudflare.com/keeping-cloudflare-api-all-green-using-python-based-testing/