You are here |
blog.hakril.net | ||
| | | |
tenthousandmeters.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |