#๐Ÿ”’ i want to learn python more

14 messages ยท Page 1 of 1 (latest)

fresh barn
#

i know some python and when i try to learn all the sources either tell me to download something or are not helpful so please help i want to make good stuff

devout iglooBOT
#

@fresh barn

Python help channel opened

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.

grand kettle
#

Do you want to study or do you want to practice? You can learn by working on projects if learning resources aren't helpful.

fresh barn
#

i want to practise so i can be better and also how do i do turtle i forgot pls just tell me that

grand kettle
#

You instantiate a turtle object and use its methods

#

What do you want to get better at?

fresh barn
#

everything about python i want tpo be able to think of something to make and make it no tutorials

#

also is vscode good for python? or IDLE?

grand kettle
#

It's good to refer to documentation and how other people do things, especially when you're stumped or looking for common approaches that do the job. Tutorials are okay if that's your source of insight. If you feel like you could get more but can't find anything, do look into official documentation or other up-to-date approaches that cover what you're tackling.
Visual Studio Code is good for Python. IDLE is good for Python. Choose whichever is more comfortable for you. I'll just say Visual Studio Code is inherently more extensible and powerful. You may need only a few of its features. You may be confused or distracted by all the other features. IDLE is just a smaller app targeting only Python programming.

fresh barn
#

ok thanks but can you recommend a good beginners tutorial? because i cant find one

#

nevermind i found a course on youtube

#

!close

devout iglooBOT
#
Python help channel closed with !close

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.