Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python. - amontalenti/elements-of-python-style... (more…)
Read more »
🌈 Semantic Highlighting for Python in Neovim. Contribute to numirias/semshi development by creating an account on GitHub. (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 »
Last time we saw a geometric version of the algorithm to add points on elliptic curves. We went quite deep into the formal setting for it (projective space $latex \mathbb{P}^2$), and we spent a lot… (more…)
Read more »