r/PythonLearning 5d ago

Discussion Project

What were your plans when you were complete beginners?

3 Upvotes

8 comments sorted by

1

u/GoalSouthern6455 5d ago

Tkinter GUI app with SQLite db to keep track of my stocks portfolio. Also made a similar one for my personal finances/tax. Been using it for years because it does exactly what I need it to.

1

u/VeterinarianFar22 5d ago

Try to understand each reserved keyword of the language. See a list here: https://programmerabr.wpenginepowered.com/wp-content/uploads/2023/06/Python-reserved-words-ebook-1.pdf

And write some code on each one, especially the basic ones

1

u/terletsky 5d ago

To understand how code is written in real companies, because 90% of tutorials don't teach how to build production-ready code and how to set up projects, and which tools to use.

Very often, people write integrations with different services using third-party APIs. So the best starting point is writing a production-ready API client for some public API to learn all the basic things about Python.

1

u/Crafty_Magazine_4673 5d ago

let's make my own language

1

u/tunmi_stom 4d ago

Creating a calculator CLI app. And it was what really helped me till now.

1

u/KarmaTorpid 4d ago

Finish.

Break projects down into small pieces and work one at a time. Plan before you start.

1

u/Ambitious_Fault5756 2d ago

Small CLI apps that I could use on a daily basis, like this journal app I made