Fun Computer Science Projects in Python

Source for the book Fun Computer Science Projects in Python. – davecom/FunComputerScienceProjectsInPython… Read more

Similar

Pandas Tutorial: Data Analysis with Python: Part 2

This post was originally published hereWe covered a lot of ground in Part 1 of our pandas tutorial. We went from the basics of pandas DataFrames to indexing and computations. If you’re still not confident with Pandas, you might want to check out the Dat...

Read more »

Unravelling `is` and `is not` in Python

As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄 The operators is and is not are very short. The documentation for the op... (more…)

Read more »