Explore >> Select a destination


You are here

blog.burntsushi.net
| | dygalo.dev
14.6 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.
| | roscidus.com
14.5 parsecs away

Travel
| | This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ...
| | dygalo.dev
15.5 parsecs away

Travel
| | It is the second part of a series about Rust for Python users. In this article, we will build a foundation for a Rust-powered Python library - a crate that implements CSS inlining. It is a process of moving CSS rules from `style` tags to the corresponding spots in the HTML body. This approach to including styles is crucial for sending HTML emails or embedding HTML pages into 3rd party resources.
| | shipit.dev
70.9 parsecs away

Travel
| A guide on installing Python on a USB storage device when running OpenWRT.