Best Python Libraries to learn

This article covers the best Python libraries out there. A language that relies heavily on it’s library, Python has amassed hundreds of thousands of libraries over the years. Here we have selected over a dozen of Python’s best libraries to show case their abilities. The libraries mentioned in this article will cover a wide range … Read more

How to create Software in Python?

Before we get around to explaining how to create software using Python, let’s list down some basic differences between an actual software and the small scripts. A Graphical User Interface (GUI) Exception Handling Logging System Software is compiled code that is executed Scripts are interpreted Script are typically a single file program Software may consists … Read more

Top 11+ Coding practices for Great Coders

A compilation of all good coding practices for both new and experienced programmers. A must read, especially for newcomers or those looking to begin develop proper software and programs, even if it’s only on a basic level. In some sections of this article we have some code snippets for further elaboration on certain coding practices. … Read more