Learn Python from scratch with hands-on projects 🐍
Master programming in a practical and fun way. Access tutorials, interactive challenges, and expert mentoring.
Python Challenges
Solve Python code challenges
100+ exercisesInteractive Python
Learn with interactive lessons
16 modulesLogic Journey
Develop your logical thinking
8 levelsMath for Coders
Essential math for programming
10 topicsHTML/CSS Basics
Web development fundamentals
12 lessonsAlgorithms in Pseudocode
Learn algorithms with pseudocode
10 modulesWeek's Highlight
View all →How to Create Window in tkinter
Here we will create our first window on tkinter. First, we will import the Tkinter package and create a window and define its title
Recent Posts
How to create a SpinBox in Tkinter
In Tkinter we can also create a spinBox. To create a Spinbox widget, you can use the Spin…
How to create a ListBox in Python Tkinter
The ListBox widget is used to display different types of items . These items must be of t…
How to create a Frame in Tkinter
A Frame is a rectangular region on the screen. A Frame can also be used as a base class t…
How to create a ScrolledText in Tkinter
We can also create a Scrolled Text area in tkinter. To add a ScrolledText widget, you can…
MessageBox in Tkinter
In this tutorial, you will learn how to create and use MessageBox using Tkinter using pyt…
What is Logging in Python and how to use it?
Python's logging module is one of the lesser-known libraries, but it plays a crucial role…
Managing packages in Python with pip
In this article, we will explore pip, Python's package installer. You will learn how to i…
Working with CSV Files in Python
CSV (Comma-Separated Values) files are widely used for exporting data from spreadsheets a…