My previous article explained how to work with dynamic-link libraries
(DLLs) using w64devkit. These techniques also apply to other
circumstances, including with languages and ecosystems outside of C and
C++. In particular, w64devkit is a great complement ... (more…)
Read more »
Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies. (more…)
Read more »
As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, … - Selection from Architecture Patterns ... (more…)
Read more »
A new and updated introduction to computer science as a tool to solve real-world analytical problems using Python 3.5. (more…)
Read more »
bounter - Efficient Counter that uses a limited (bounded) amount of memory regardless of data size. (more…)
Read more »