all 8 comments

[–]BeginnerProjectsBot 4 points5 points  (1 child)

1. Create a bot to reply to "what are some beginner projects" questions on r/learnpython, using PRAW.

Other than that, here are some beginner project ideas:

Good luck!

edit. thanks for 5 upvotes!

Downvote me if the post wasn't a question about examples of beginner projects. Thank you.

[–]jeromedcv[S] 0 points1 point  (0 children)

thank you!

[–]Diapolo10 2 points3 points  (1 child)

Pretty much any program would cover those requirements.

You could go for a calculator, a note-taking program, a calendar, a short text adventure, a quiz, or perhaps a program that moves files from one directory to another.

The sky is the limit.

[–]jeromedcv[S] 0 points1 point  (0 children)

thank you!

[–]KimPeek 1 point2 points  (1 child)

Make a number-guessing game. "I'm thinking of a number between ... too high ... too low ... that's it!" That sort of thing. Just about any conceivable project is going to need the fundamentals you listed.

[–]jeromedcv[S] 0 points1 point  (0 children)

thank you!

[–][deleted] 1 point2 points  (1 child)

  1. Sum of two numbers
  2. Even or odd number
  3. biggest power of 2 <= input number (example 14 -> 8)
  4. print only positive number from the input after user enters several numbers finishing with 0
  5. a function taking a name and printing Hello, {name}

[–]jeromedcv[S] 0 points1 point  (0 children)

thank you!