The Python for Kids: Coding Made FUN book was recently published on Amazon. Great way for every kid to learn programming.
Tag Archives: Python
The Types in Python Seminar
When coding in Python we can use types. Most developers avoid it. Using types with the right static analysis tool can make a huge difference.
Python Influence on Scala
The changes that were introduced with the release of Scala 3.x indicate, probably more than ever, about the influence Python has on Scala.
How to Install Python
Installing Python on your computer and coding your first program in Python is very simple. This article overviews the steps.
Python: Empowering Automation with Simplicity and Versatility
Thanks to its simplicity, versatility, and vast array of libraries, Python has become the preferred choice when it comes to automation.
Structural Pattern Matching in Python
As of Python 3.10 we can start using structural pattern matching. The course we developed on Udemy covers this topics in detail.
What Programming Language Should You Learn First
What programming language should you learn first? Should we start with C/C++ or should it be another programming language?