Python 3 Object Oriented Programming – Part II

In this chapter, we are going to learn about how to implement the advance concept of object oriented programming in Python. We are going to cover – Inheritance, Multiple Inheritance, Method Overloading, Method Overriding and making variables private. Read more

Similar

Data Pipelines: Cassandra, Kafka and Python (and Go!)

Last year I started working on a 'Big Data' exercise. It's an ongoing project that mixes large amounts of web traffic, data ingestion and analytics. It's also really fun. We get to play with an array of new technologies - sometimes on a bet, granted - but...

Read more »

9 Reasons Python Sucks

This is a list of reasons why I think Python is a terrible programming language. Naturally, none of them apply to other programming languages. It's impossible to determine at compile time whether a Python program can terminate. While strings in Python 3 a... (more…)

Read more »