Getting started with Apache Cassandra in Python
Apache Cassandra is a highly scalable database with tunable consistency. It is a NoSQL database and it is used by large organizations in varied application…
How to Publish Python Package on PyPI
Python is a programming language that has become quite popular lately. It has enjoyed the support of big companies such as Google and Yahoo and…
Classes and Objects in Python
Python is an object-oriented, high-level programming language. Object-oriented means that objects are the fundamental building blocks. A property is an attribute of an object. A…
Test Your Typing Speed Using Python
Do you know you can test your typing speed using Python? A typing speed tester is a fun way to test how fast someone can…
How to Update your Mac Address using Python
So, what is a mac address? This can be either physical or virtual. This can be identified by the manufacturer to ensure that all of…
Download Youtube Videos using Python
Youtube is a website where you can freely upload and share videos online. But what if there was an easier way to download these videos…