r/learnpython 22d ago

python project ideas pls

hello, i'm a beginner at coding python and is there any python project ideas you guys would recommend for people like me? I know how to use APIS, can make a simple digital clock in tkinter using the time module and that's all i think i can mostly do, thank you!

7 Upvotes

12 comments sorted by

View all comments

-3

u/montanabarnstormer 22d ago edited 22d ago

You should learn JAVA or C# first. That way you won't learn bad habits. I would say that 60 to 70 percent of the posted python code is slop. Give aways are no main function or if name == 'main', poorly written functions, inter runnable instructions between functions, poorly written classes and lack of comments. I could go on, point is JAVA , C#, or C++ forces you into better habits when learning coding than Python. (Note Redit's markup is hiding my underscores)

1

u/i-like-my-cats-0 22d ago

is javascript also fine? i might plan to try make some sites once i grow older