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
Introduction to Python Flet
Flet is a framework that allows you to create web, desktop, and mobile applications using…
Python Flet - How to Install Flet
Flet is a powerful tool that allows you to create web, desktop, and mobile applications u…
Python Flet - App View in Flet
In Flet, the concept of View plays a central role. A View is the top-level container that…
AI Agents with Python: Implementing Persistent Memory …
Transform your chatbot into an agent that remembers everything—from past conversations to…
Creating a New Flet App
To create a new Flet application, start by setting up a new directory. If you are using p…
How to Create a Container in Flet
The Container in Flet is a powerful tool that allows for flexible decoration and position…
Working with Text in Flet
Flet provides various ways to display and style text in your applications. The Text widge…
Introduction to Streamlit in Python
The field of Data Science and Analytics is rapidly growing, and one of the most important…