How to Build a GUI Quiz App Using Tkinter and Open Trivia DB

In this article, we’ll learn to build a Graphical User Interface (GUI) Quiz Application using the Tkinter Python built-in module. The task is to ask multiple-choice questions, collect user answers, and finally display the results. Before coding the GUI, we’ll first see how to fetch multiple-choice questions, their correct answers,

SVG Tutorial – How to Code Images with 7 Examples

Have you ever needed an icon for your website, but you couldn’t quite find the right one? Or perhaps you wanted to have a simple diagram, but didn’t want to learn a whole new library just for that? Well, good news – you can do all that and more without ever

Learn JavaScript – Free JS Courses for Beginners

JavaScript is a popular programming language used for building web applications, among many other things. In this article, I will provide a list of free online resources where you can start learning JavaScript. After you have learned the basics then you can start building beginner friendly projects. JavaScript Algorithms and

How to Merge Dictionaries in Python

In Python, a dictionary is a collection you use to store data in {key:value} pairs. It is ordered and mutable, and it cannot store duplicate data. We write a dictionary using curly brackets like this: my_dict = { “id”: 1, “name”: “Ashutosh”, “books”: [“Python”, “DSA”] } Sometimes, we need to merge

Learn SQL – Free Relational Database Courses for Beginners

SQL (Structured Query Language) is a popular programming language used for relational databases. And there are many good free resources you can use to start learning it. In this article, I will list out 8 free online beginner-friendly resources to learn SQL, PostgreSQL, and MySQL. Free SQL CoursesRelational Database Curriculum

Can you code on a phone?

More than half of people worldwide access the internet using mobile devices instead of desktop computers. And if you only have a mobile device, you can still learn to code! We just published a tutorial on the freeCodeCamp.org YouTube channel that will teach you how to code on an
Find the soul