Need Project Ideas to Start with Python!

0
3
Asked By CuriousCoder99 On

Hey everyone! I've been learning Python and have a grasp on basic data structures and object-oriented programming. Now, I need to build some projects, but I'm feeling completely lost. I want to create something decent enough to showcase on my GitHub, but there's just so much information out there that it feels overwhelming. Any suggestions on where to start?

2 Answers

Answered By GameDevNerd42 On

How about cloning something? If you're interested in API development, you could tackle a Facebook or Instagram clone. It could be a solid way to learn. If that’s too big, maybe start with smaller projects like a random number generator or even a simple game!

CuriousCoder99 -

But I can't just make a YouTube clone with Python; I’ll need a backend like Flask and learn HTML and CSS too. I like the idea of integrating APIs, but I'm not super keen on the typical weather app suggestions. A small game could be a fun project to try.

Answered By DataDynamo77 On

One cool idea is to use a public API! You can find a free API online, gather data from it, and store that data in a MySQL database. It’s pretty straightforward for beginners. Once you have the data, try displaying it in a DataFrame and maybe exporting it to Excel. If you're up for it, you could even automate converting Excel files to CSV. Sounds like a fun challenge!

PythonRookie99 -

Sounds scary but hella fun. IM ON IT TY!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.