Python Projects for Beginners | Fun and Challenging Ideas

This article is an idea list of Python projects for Beginners. It’s easy enough to learn Python using the vast number of resources available online, however this does not make you a Python programmer. Simply “knowing” python isn’t enough. You need to have actually written your own project with your own two hands. Projects which … 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