#🔒 hello guy oh im new to this group and coding and also im just start to learn python i was wonder
15 messages · Page 1 of 1 (latest)
@open oar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
i was wonder if i can get any advice because for some reason i don't know what im doing
Advice on what exactly?
Like what I should because I have learned all the functions and basic but I’m still have difficulty when it comes coding
but I’m still have difficulty when it comes coding
Having trouble, especially in the beginning, is completely normal. There really is no solution other than to invest more time into it. There is no fast way, it takes hundreds of hours of studying and practice to become proficient.
Yeah I just spend lot time learning how to understand the basic functions
how about the built-in data types and how/when to use them and their different methods as well as general program flow?
Well I do learn some of them but I didn’t learn that yet
Well I do learn some of them but I didn’t learn that yet
how to use variables and the different data types (at least the most common ones) is key in more or less all programming languages to be able to use write programs effectively
I know about variable and many other basic like functions and loops and
okay, but you really need to master data types and when you use what and why you would/should use one thing over another
the most notable being int, str, list, dict, float and tuple, then set and frozenset can be nice to know about
knowing them really well and how to apply them to solve different problems will go a long way
It's also about starting small, with simple yet good learning programs.
For example making a small script which does one thing when you input a particular value
Can you make a small program that performs a calculation?
These will start to embed the knowledge about various data types and things like variables.
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.