Learning Python by myself in Japan

Hello, @Commune, and welcome to Python Software Foundation Discourse!

We hope you enjoy learning Python and find the discussions here to be helpful. Perhaps Python can be useful in your work.

To learn more about this forum, you might be interested in taking a look at the following pages:

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.