#๐ help masta
79 messages ยท Page 1 of 1 (latest)
@covert basin
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.
would you like to learn python?
thats more than enough
do you like reading books or watching course (practice is need for both)
nah its about practice
If you're predisposed into thinking coding isn't for you, you're just being hard on yourself
Anyone can learn to code, especially the basics
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
some resources, choose only one
ChatGPT is only going to make it worse
personally i started coding with https://py4e.com
no real coder actually use it
then what?
It's great as a resource for people who already know how to sift through its nonsense
but beginners take everything it says at face value
it only gives me non sense
It's been an incredible resource for me, especially to write boilerplate code a lot quicker than I could
i do use it for docs and for identifiers name ๐
What basics would you say you've learned already?
what all topics are in ur practical
It's been good for UI templates. "Build me a UI that can parse json data and display it in a tree widget". I could write that too, but it would take me a lot longer.
interesting
but I know enough about UI that I can spot its mistakes and fix them. But it writes it in 30 seconds instead of the 20-30 minutes that would have taken me
Anyways back to @covert basin
You know the terms, but do you know how to actually implement them in code?
so what is a variable? (share what you know)
yes, variable is the name you give to the container that stores values
i really dont know how i would progress from here on teaching python to him
datatypes?
I would open a new python file, and type out the chat gpt code yourself instead of copy and paste
as you write each line, think about what it does
Then, do it again, but without looking at the chat gpt code
see if you understand the concepts well enough to put them to use on your own without having to copy
Do it for practice
"Understanding for loops" is not plagiarism
Programming isn't about the exact steps required to complete a task
it's about understanding the tools and putting them together in a way to achieve your goals
if you give 10 programmers the same task, you'll get 10 different approaches
Focus on understanding the tools
more like painting
and the patterns
one week is enough to get basics of python
Yes, repeat this until you can do it without looking at the gpt code
"Don't practice until you get it right. Practice until you can't get it wrong"
This quote has stuck with me since I started python
6+ years now
I'm self taught
I went to school for animation
I still went to college, just not for coding
I was lucky enough to already have a job when I decided to learn python
high school graduate, thinking of getting some degree in other stuffs like business related or similar so i could get structured syllabus in there
*online degree
oh
okay not bad
yeah, generally "just coding" isn't enough
you need another skill/expertise to pair it with
Coding is easy. Having ideas for what to code is hard.
well said
@covert basin so you can learn python from here
https://automatetheboringstuff.com/ (book)
https://py4e.com (course very good, from basics of computer to a good level python)
make sure you practice, and i can gurantee you will ace ur tests
Just to add in a bit here
W3Schools is an amazing site to use in your programming learning journey
It mostly contains info about built-in functions and simple concepts, but out of all beginner-level learning resources I have found, it has the best explanations
Many example code uses too - and you can run the code directly in their site + modify it any way you want
this site is not suggested here
bad examples, lack of indepth explanation etc..
its on top of the search result because of good SEO (search engine optimiation)
this is good
cant blame him, i also thought it was good, until i realized i am not learning anything ๐คก
All information does not need to be in one source
as i said cant blame him, i also used to do same
It provides simple explanations, with examples. It's a good site
Plenty of other sites too, it's completely up to you what to choose. That's just one of my recommendations
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.