I’m working full time, and can’t really afford classes. I’ve gotten far enough where I can make some fun little programs, but my background is biochemistry, so I might have some questions.
I heard that the python community is really kind, so I hope I can ask some of my questions here.
If, when asking questions or offering replies, you decide to post code within these discussions, please format it correctly for display, so that important details such as indentation are rendered properly. One way to perform this formatting is to place lines of three back ticks before and after the code, as follows:
```python
# example code
for i in range(10):
print("Hello World!")
```
As shown above, you may optionally place a python label at the end of the first line of back ticks.
There is also a </> button at the top of the editing window for formatting code. First select the code, then click the button.