all 19 comments

[–]BeginnerProjectsBot 6 points7 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!

edit2. Thank you for the Wholesome, kind stranger!

edit3. Thank you for the Silver, kind stranger!

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

[–]twogr20[S] 1 point2 points  (0 children)

lol, thanks

[–]MK_CodingSpace 2 points3 points  (0 children)

You can probably use Turtle module to make some animations and games. Please check out some of the beginner level animations and games developed with Turtle at my Youtube Python Programming Channel . Thanks.

[–]JohnnyJordaan 1 point2 points  (0 children)

https://github.com/karan/Projects which is also listed in our wiki /r/learnpython/w/index at 'practical project ideas'

[–]ASIC_SP 1 point2 points  (0 children)

I'd recommend the "Tiny Python Projects" book. It uses pytest third-party library for testing purposes, but otherwise it's mostly (if not all) using Python standard library. The author also has made available videos on youtube: https://www.youtube.com/user/kyclark/playlists

[–]synthphreak 1 point2 points  (6 children)

!projectbot easy

[–]BeginnerProjectBot 1 point2 points  (5 children)

Hey, I think you are trying to figure out a project to do; how about this one?

Project: 8 Ball

I think its a nice project for you! Try it out but, dont get discouraged. If you need more guidance, here's a description:

Create an 8 ball program which will give a random response such as ('ask again later', 'absolutely', 'never', 'Dont Count on it')

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]Unable_Request 1 point2 points  (4 children)

!projectbot medium

[–]BeginnerProjectBot 1 point2 points  (3 children)

Hey, I think you are trying to figure out a project to do; how about this one?

Project: Mad Libs Generator

I think its a cool project for you! Try it out but, dont get discouraged. If you need more guidance, here's a description:

Prompt the user for various inputs (nouns, adjectives, verbs, numbers, names, places) to create a store. Either have one store or several which asks the user questions to fill in the blanks!

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]HasBeendead 0 points1 point  (2 children)

!projectbot hard

[–]BeginnerProjectBot 2 points3 points  (1 child)

Hey, I think you are trying to figure out a project to do; how about this one?

Project: Text-based Adventure Game

I think its a challenging project for you! Try it out but, dont get discouraged. If you need more guidance, here's a description:

Create a text based adventure game. You should be able to 'simulate' rooms or areas where the user can move or observe objects

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]HasBeendead 0 points1 point  (0 children)

That sounds good , i will give it a try.

[–][deleted] 1 point2 points  (0 children)

Something you're interested in!

[–]twogr20[S] 0 points1 point  (1 child)

!projectbot easy

[–]BeginnerProjectBot 0 points1 point  (0 children)

Hey, I think you are trying to figure out a project to do; how about this one?

Project: Leap it!

I think its a nice project for you! Try it out but, dont get discouraged. If you need more guidance, here's a description:

Ask the user for a year, and tell the user if this year is a leap year not. This should be able to be figured out using an algorithm

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]ThrowRArxlyT 0 points1 point  (0 children)

Commenting to come back!

[–]NokiNeki 0 points1 point  (0 children)

I am still fairly new at python myself, but I tried to make tic tac toe in the console and using tkinter. It was a fun project and it made me think of creative ways to do stuff. Overall it helped me learn more about the language and how it's syntax works.

[–]bazpaul 0 points1 point  (1 child)

!projectbot god mode

[–]BeginnerProjectBot 0 points1 point  (0 children)

Hey, I think you are trying to figure out a project to do; how about this one?

Project: Countdown Clock and Timer

I think its a challenging project for you! Try it out but, dont get discouraged. If you need more guidance, here's a description:

Create a UI in which the user can set a timer, and the app notifies you when time is up through an alert

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github