About 6,380,000 results
Open links in new tab
  1. 70+ Python Projects for Beginners [Source Code Included]

    So if you are looking for some great Python projects to get you started, here are the 70+ best python projects out there! Master Python with live projects will be your best investment. 1. Mad Libs Generator in Python. Python Project Idea – Mad Libs is a game where players have to put random words in the blanks of a story.

  2. A Step-by-Step Guide to Creating a Python To-Do List App

    Sep 9, 2023 · A to-do list application is a useful tool to help you stay organized and manage your day-to-day tasks. In this article, we will build a simple to-do list app using Python.

  3. Creating a Simple To-Do List Application in Python: A Step-by ... - GitHub

    Crafting a Basic Python To-Do List App: Stepwise Instructions. Are you a novice in programming seeking a project suitable for beginners to hone your Python abilities? Your search ends here! In this guide, I'll walk you through crafting a simple command-line …

  4. Building a To-Do List App in Python: A Step-by-Step Guide

    Aug 11, 2023 · Creating a To-Do List App in Python using PyQt5 is a great way to learn about GUI programming and handling user input. This basic version can be extended with features like task deletion, marking...

  5. To Do List in Python with Source Code - DataFlair

    Create a To Do List Project in Python with Tkinter and other basic concepts of python. Users can add, delete, mark done their tasks.

  6. Python: Build a basic To-Do List Project - w3resource

    Oct 19, 2024 · Learn how to build a to-do list project in Python using two methods: a simple loop-based approach and an OOP-based class approach.

  7. Python ToDo List – Create a To Do List using Django

    To do list helps a user to perform tasks without chaos. Create your own To Do List project using Python Django in easy steps.

  8. Building a Simple To-Do List Application in Python

    Mar 19, 2025 · In this blog, we will walk through the process of creating a simple to-do list application in Python. This application allows users to add, update, delete, and view tasks, as well as save tasks to a file and load them upon starting the application. We'll explain each function used in the project and provide the complete code at the end.

  9. Create a To Do List in Python - TechVidvan

    In this project, we are going to make a GUI based python to-do list with options to add and delete items in your list. The objective of this python project is to create a To-Do List. To build this, you will need a little understanding of File I/O and the Tkinter module.

  10. Create To Do List In Python - Project Gurukul

    To Do List is now part of our daily life. It helps us in time management, prioritization, reminders, etc. You might have created a to-do list on pen-paper so that you don’t miss deadlines or any important tasks. In this project, we will develop a To Do list using python and Tkinter.

  11. Some results have been removed