Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 3.93 KB

README.md

File metadata and controls

60 lines (50 loc) · 3.93 KB

Beginner Projects

A list of Python projects for beginners.

If you're completely new to programming in Python, you may want to look into a tutorial. Before starting, you should already know the basics of programming such as variables, loops, dictionaries, and how to define functions, as well as how to run Python programs on your machine.

Each project idea has a basic goal for you to achieve, as well as subgoals that require a bit more thought, but help make your program more interesting. The overall intent for this repository is to serve as a learning resource for everyone and to help transition learners from a beginning level to an intermediate level.

Remember, if you don't know how to do something, Google is your friend.

If you are completely stuck:

$ python3
>>> import antigravity

Project List

(projects are ordered by increasing difficulty)

Contributing

Contributing to this repository in any way is encouraged.

Some ways to contribute are:

  • Adding solutions
  • Adding new projects to the project list
  • Editing the README

If you want to add a solution to one of the projects:

  • Save it in your own repository
  • Find the appropriate project folder in the solutions directory in this repo
  • Click on the README.md file and edit it
  • Add a link to your solution in the solution section

Credits

Project list copied from here and originally found on reddit

Inspired by Projects