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?
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}')
Fwiw the backquotes don’t show as code on jerboaI’m an idiotLikely 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
Backticks do work on Liftoff for android however
They do for me…
They used backticks in a way that wouldn’t show code the first time, to show the backticks. Then used it properly the second time, and you can see in your screenshot that it did appear as code.
Oh fuck me I’m an idiot