“Extending Python with Rust” by Samuel Cormier-Iijima [video]

Have you ever wanted lightning-fast code, without the segfaults and tedious boilerplate of C? Then come learn why so many Pythonistas are excited about Rust,…

Similar

Working with SQLite Using Go and Python

Introduction I prefer to use relational (SQL) databases in general since they provide several features that are very useful when working with data. SQLite is a great choice since the database is a single file, which makes it easier to share data. Even tho... (more…)

Read more »