Why Learn Python as Your First Programming Language

Web applications can be written in Python, Java, Ruby, Erlang, Haskell, Elixir, etc. If you don’t recognize these names, they are all programming languages. However, there are certain platfor… Read more

Similar

Reading Code: Python’s requests library

In preparation for the latest PizzaPY I browsed the code of Python's requests library. (You've got to love open source.) I'm of the opinion that must read lots of code in order to be able to write decent code yourself. The more diverse you read, the bette... (more…)

Read more »