Python for Scientists and Engineers is now free to read online. The table of contents is below, but please read this important info before. Python for Scientists and Engineers was the first book I … (more…)
Read more »
Code packages available in PyPI contained modified installation scripts. (more…)
Read more »
A common question: “Is Python interpreted or compiled?” Usually, the asker
has a simple model of the world in mind, and as is typical, the world is more
complicated. (more…)
Read more »
A lot of people have problems working with and understanding what asynchronous code means. This article is an intro into the basic asynchronous Python, where I'll try answering the question why or how the async makes your code to go fast. (more…)
Read more »
Arrays in Python - going over the Python lists, tuples, array module and NumPy arrays in parallel with the examples of their practical usage. (more…)
Read more »