I started python almost 10 years ago now (jesus that makes me feel old). During that time, r/learnpython was incredibly helpful in that journey, and I learned a lot from the folks there.

I can’t wait to build the same thing here, and I want to offer my services as best I can to do so. If you have an issue, question or problem, post! You can reply here if it’s just a quick clarification, but feel free to make your own post and include your code. I’ll do my best to read it when I can and give any help I can. I don’t have “all the knowledge” - but I’m pretty proud of myself for being a near expert with the language.

So hit me, how can I help?

2 points

I was actively helping people (under a different name) with general python questions on r/learnpython also, and am keeping an eye on this community.

Note that lemmy is similar to reddit in that you want to mark your code blocks as code (using the code button or by indenting 4 spaces) to retain the formatting. Python can become pretty much unreadable without it since indentation is so critical to the language.

permalink
report
reply
1 point

I believe you can use triple backticks too and just paste your code in the space between.

```
codes goes here
```

Example:

def hello(name:  str) -> None:
    print(f'Hello {name}')
permalink
report
parent
reply
1 point
*

Fwiw the backquotes don’t show as code on jerboa I’m an idiot

permalink
report
parent
reply
1 point

Likely a result of the markdown library they’re using. Probably reach out in their community and they can find a solution. On desktop (where I assume most people are writing python) it does work

permalink
report
parent
reply

pythonhelp

!pythonhelp@lemmy.world

Create post

A community for posts that include helping Python programmers

Discord:
https://discord.gg/39K88eCxxr

Community stats

  • 4

    Monthly active users

  • 5

    Posts

  • 16

    Comments

Community moderators