Explore >> Select a destination


You are here

mathspp.com
| | blog.m-ou.se
15.8 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | www.thedigitalcatonline.com
17.3 parsecs away

Travel
| | A blog featuring in-depth posts about Python, Scala, TDD, devops, security and all things development
| | dirtsimple.org
16.1 parsecs away

Travel
| | I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that ...
| | dmitripavlutin.com
111.3 parsecs away

Travel
| A pure function always returns the same value for the same arguments and produces no side effects.