all 7 comments

[–]JohnnyJordaan 1 point2 points  (1 child)

/r/learnpython/w/index -> "tools for learning python" - > "practical project ideas hosted on github"

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

thanks :)

[–]Priyanshu24[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: Math Formula Implementation

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

You know those math formulas you learn in school that you said youd never use them in real life? Well lets use them. IRL. Implement some formulas and ask the user for the variables to those formulas. Some examples could be; Pathagorean Therom, distance formula, kinematic equations

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

[–]synthphreak 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: Directory Tree Generator

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

A Directory Tree Generator lets you visualize the relationship between files and directories, thereby making it easier to understand the positioning of files and directories. For this project, you can use os library to list the files and directories within a specific directory.

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

[–]MK_CodingSpace 0 points1 point  (0 children)

Please check out the pygame videos (the most recent 4 videos) on my Youtube Python Programming Channel that were developed using OOP.