30 Days of Python

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. – GitHub – Asa… Read more

Similar

Nim for Python Programmers

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness,... (more…)

Read more »

Under the hood of calling C/C++ from Python

I’ve always been fascinated by CPython and C language companionship. On the one hand, we’ve got a comprehensive and straightforward tool, and on the other — performant and low-level one. I’d even say that this synergy is one of the main pillars that hav... (more…)

Read more »