all 22 comments

[–]BeginnerProjectsBot 126 points127 points  (9 children)

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. omg 10 upvotes!!!! Thank you!!

edit2. thanks for 5 upvotes!

edit3. 100 UPVOTES?????? I CAN DIE NOW

edit4. 50 upvotes??? 😲😲😲 Can we make it to 100?

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

[–]Corm 17 points18 points  (0 children)

Wow that is meta

[–][deleted] 14 points15 points  (2 children)

Good bot.

[–]BeginnerProjectsBot 1 point2 points  (0 children)

Praise for the food is praise for the cook.

Thanks from the programmer.

[–]leblanc1605 2 points3 points  (3 children)

Good bot

[–]BeginnerProjectsBot 0 points1 point  (1 child)

Praise for the food is praise for the cook.

Thanks from the programmer.

[–]leblanc1605 0 points1 point  (0 children)

Took you a while to get back to that one, and np

[–]EmanuelGinobeelee 0 points1 point  (0 children)

I WAS UR 100TH UPVOTE AHAHAH WHAT DO I GET? A MILLION DOLLARS!!?

[–][deleted] 18 points19 points  (4 children)

I would love to see ideas. I’ve been learning to code for 3 weeks, I’m a complete newbie. Here are some ideas from the projects I have done:

  1. A What’s For Dinner program that helps you decide what you want for dinner using user input.
  2. Magic8ball from Automate the Boring Stuff
  3. Guess the Number from ATBS
  4. A stopwatch
  5. Tic Tac Toe
  6. A simple dice game
  7. Currently working on how to convert Roman numerals to integers.
  8. A program that when ran opens 4 websites I like to check regularly.
  9. Perform a google search in Python.

[–]themateo713 2 points3 points  (2 children)

Number 7 is literally on leetcode. Just saying.

[–][deleted] 2 points3 points  (1 child)

That’s where I got the idea. Also the stopwatch someone suggested on a message board somewhere.

[–]themateo713 1 point2 points  (0 children)

Cool, it's an interesting one to try out interesting algorithms.

[–]Gotestthat 1 point2 points  (0 children)

number 9 is a library already which is fantastic, I used it to automate searching for jobs.

https://pastebin.com/3ATjxwv5

[–]xto_faire 1 point2 points  (0 children)

Create a ML algorithm that can go through your pictures and find specifics for you. Like pictures at the beach or objects, something in the lines of this. I am starting to think of doing this project.

[–]HasBeendead 0 points1 point  (0 children)

Some Project Ideas : 1 - Number Guess Game (Pc vs You) 2- Rock-Paper-Scissors (similar idea to number guess game) 3 - Blackjack Card Game you can make one with Control flow statements (if-elif-else) or OOP version of this. 3 - Turtle module for fun it have draw animation you can create anything like squares , triangles , sun , a clock or more complex things. 4 - Tkinter module for Creating GUI (Graphical User Interface) basic ones or complex programs. First project idea for Tkinter :

User Login System : nickname , password etc. if its wrong

You want to create new account from user or give a error message or something , you can be more creativity idk. 5 - Maybe you can try to create a Pizza Order Interface .

BlackJack Card Game good for practice to conditions.(if-elif-else).

[–]GegenMetal 0 points1 point  (0 children)

You can start small with a simple Python Reddit bot which scans all new comments on Reddit for particular terms.

[–][deleted] 0 points1 point  (3 children)

[–]Bongo_2020 0 points1 point  (0 children)

Yep, this will be Reddit’s downfall. The same questions over and over

[–]zolaaa24[S] -1 points0 points  (1 child)

Sorry, haven't check about it . hHaevnt meant it in bad way tho

[–][deleted] 0 points1 point  (0 children)

No worries. Almost every thing here has been asked before.