Responding to an article on using Rust for throw away code and prototyping: Making a case for go over Rust, Python, and perl. (more…)
Read more »
0.4.0 introduces parallel file uploads using Python's multiprocessing module. This enables huge speed-ups for first time uploads. Using testdata with 50 files at 500kb each upload finished in 1m9s using 0.3.1 and in just 10s using 0.4.0.
Read more »
https://ep2022.europython.eu/Welcome to the 21st EuroPython. We're the oldest and longest running volunteer-led Python programming conference on the planet! ... (more…)
Read more »
Implementing a Naive Bayes machine learning classifier in Python. Starting with a basic implementation, and then improving it.
Libraries used: NumPy, Numba (and scikit-learn for comparison). (more…)
Read more »
aredis - An effecient and user-friendly async redis client...
Read more »