Codecademy Review | Is Pro worth it? [2020]

This is review on the tutorial site, Codecademy. About Codecademy Codecademy is an online learning education platform that offers coding classes. Codecademy covers an unbelievable amount of different languages and a massive number of concepts and topics. It’s one of the largest educational sites in the world, with a pretty good reputation for it’s courses … Read more

Python GUI Frameworks

This article covers the most popular GUI Frameworks in Python. One of Python’s strongest selling points is the vast number of GUI libraries available for GUI development. GUI development can be a tricky task, but thanks to the tools these Python GUI frameworks provide us, things become much simpler. While some of the below GUI … Read more

Datacamp Review

This article is a review on coding tutorial site, Datacamp. Datacamp is a very well known online learning platform for programmers. It aims to teach a variety of different languages and topics through the use of videos, text and exercises. In this review we’ll be attempting to cover everything about Datacamp, from it’s format to … Read more

JavaFX vs Swing | Java GUI Libraries [2022]

This article is a JavaFX vs Swing Comparison, explaining the pros and cons. Java has long been a very popular language since the 1990’s, used by a great number of people. Overtime many Java GUI frameworks have come and gone. There are a few that stand out as the most important, and those of those … Read more

What are Dependencies in Programming

This article explains what Dependencies in Programming mean. This article is going to be a very informative read no matter what kind of programmer you are. In fact, even if you aren’t a programmer you will find this article useful. After all, dependencies is not just a programming concept. It’s a general term that has … Read more

PySide vs PyQt | Understanding the difference

Once people get to know about both PySide and PyQt, due to their similarities, people have a hard time picking one over the other. Here in this “PySide vs PyQt” article we’ll examine both libraries from multiple angles and attempt to come to a conclusion. The reason why we are comparing these two libraries is … Read more

Java GUI Frameworks Guide

This article reviews the most important GUI Libraries/Frameworks in Java. Once you’ve graduated from creating simple console based applications, programs which graphical user interfaces (or GUI) are the next step. Java has several GUI libraries or “frameworks” which provide support for creating modern and feature rich user interfaces. Bear in mind that there are actually … Read more

Python Books by Al Sweigart

This article reviews several Python Books by Al Sweigart. Al Sweigart is a Python Influencer who has over the years created dozens of different Python resources, most notably books. In this article we’ll be exploring some of his most popular books that have been published. Many of these are highly reputed and widely read by … Read more

Best Python Book Recommendations

This article is for people looking for the Best Python Book recommendations out there. There are all kinds of different ways of learning Python in today’s era. With the rise of the internet, Web Tutorials, Coding sites and Online Video Courses have attracted alot of people. None of these however can compete with a well … Read more

PyQt vs Tkinter – The better GUI library

This article compares two Python GUI libraries, PyQt vs Tkinter. The PyQt vs Tkinter debate is one I’ve been seeing ever since I joined up with several Python communities and social media sites. In this article, I’m going to share my own journey and personal experience with these two GUI libraries. Besides my personal experience, … Read more