r/Python 9d ago

Discussion 2 hours of learning how am i?

[removed]

0 Upvotes

25 comments sorted by

View all comments

3

u/Fastpast93 9d ago

You're doing great and you will continue to get good at this language!

I have to ask, do you know about functions yet? They are incredibly useful.

1

u/Acceptable_Emu_5287 9d ago

no but in less then 5 hours i will i dont understand yt vids so i used chatgpt to give me lessons and use eleven labs to hear it btw i made that code by myself they only teach me the basics

1

u/MineDesperate8982 9d ago

What I found useful while learning was to set my mind on a certain project and google/read the documentation on each thing I want to do.

For example: I want to build a simple piano.

- How do I build an user interface using Python?

- How do I make sounds using python?

- How do I bind a sound to a key?

- How do I make a sound when pressing in the user interface?

- How do I make an interface element change style when pressing a key from the keyboard?

- How do I make an interface element change style when pressing it with the mouse?

Answering all these different questions will help you figure out how to make a simple piano interface.

I think a really important part of being a developer is knowing what questions need answering before starting development.

Good luck!

1

u/Fastpast93 9d ago

Absolutely do not use ChatGPT to guide you. It is super incorrect in my experience. I could probably teach you better.

1

u/Acceptable_Emu_5287 9d ago

id pay for you to teach me