#πŸ”’ Any advice for a learner?

14 messages Β· Page 1 of 1 (latest)

void fractal
#

I've recently begun learning my first programming language (python) and was wondering if anyone had any advice on how to improve. I do understand the very basics of python, this is basically what I know so far:

-Loops (For loops and while loops)
-Basic functions (like multiplying a number or similar)
-if/elif/else statements
-Basic formatting like using [], {}, f"", int, str, bool etc
-Basic use of .append and .remove feature

I've been able to make a few basic codes with this and I find it a lot of fun, but when it comes to codes that are a little more complex I easily get overwhelmed, even if it only includes these things above that I already know.

So for those of you who has learned from scratch, what is your advice for me?

restive moatBOT
#

@void fractal

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.

fossil epoch
restive moatBOT
#
Kindling Projects

The Kindling projects page contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

void fractal
soft estuary
#

There isn't really a minimum set of skills required for projects in general. You'll figure out what skills you're missing when you attempt a project, and you can always learn those skills then.

fossil epoch
void fractal
void fractal
soft estuary
#

Rinse and repeat

void fractal
restive moatBOT
#
Python help channel closed for inactivity

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.