top of page


Exploring Free Threading in Python and Its Impact on the GIL Era
Free threading in Python is not just an optimization - it is a paradigm shift. By removing the GIL, Python evolves from a “convenient but slow” scripting tool into a truly concurrent programming language, capable of leveraging the full potential of modern multi-core hardware.
We are witnessing the dawn of a new era in Python, where the language finally speaks to the machine on equal terms.
Siergej Sobolewski
Aug 170 min read


Julia Fundamentals. Merging Simplicity and Power
Dear friends, Cartesian School is excited to announce the launch of a unique educational program - “Introduction to the Julia Programming Language”.
Julia is a modern, high-performance programming language that’s perfect for scientific computing, data analysis, machine learning, and much more. In our course, you’ll get to know Julia’s syntax, learn to write efficient code, and discover how to combine the simplicity of Python with the power of C in one language!
Siergej Sobolewski
Aug 72 min read
bottom of page