One Year of Classic Computer Science Problems in Python

Making too many observations about our society may lead to inferences that will fundamentally change one’s outlook – not necessarily for the better. Read more

Similar

Introduction to web scraping with Python

Data is the core of predictive modeling, visualization, and analytics. Unfortunately, the needed data is not always readily available to the user, it is most often unstructured. The biggest source of data is the Internet, and with programming, we can extr... (more…)

Read more »

Representing Money in Python

Python’s float type is a natural first step to represent monetary amounts in the code. Almost all platforms map Python floats to IEEE-754 “double precision”. Doubles contain 53 bits of precision. When the machine is trying to represent the fractional part... (more…)

Read more »