Explore >> Select a destination


You are here

blog.hakril.net
| | tenthousandmeters.com
12.6 parsecs away

Travel
| | Have you ever wondered what python does when you run one of your programs? $ python script.py This article opens a series which seeks to answer...
| | dygalo.dev
15.9 parsecs away

Travel
| | Sometimes we need to extend existing Python projects with other languages to solve performance issues or to include some functionality already written in another language. In this chapter, we will create a full-featured Python integration for a Rust crate we built in the previous article. As the primary goal, I want to focus on a pleasant end-user experience and share tips on improving the usability and debuggability of the resulting library.
| | tenthousandmeters.com
16.4 parsecs away

Travel
| | In the first and the second parts of this series we explored the ideas behind the execution and the compilation of a Python program. We'll...
| | trstringer.com
86.4 parsecs away

Travel
| I'm a big fan of "the right tool for the right job". For some things, the right tool is a shell script. For others, it is Python. But sometimes... it is both.