New student saying hello!

I’m a new student of Python and so far I love it! Hoping I won’t get jaded lol. Thank you for being a part of this community, and allowing me to poke around and learn.

2 Likes

Hello, @OriginalRoxanne, and welcome to Python Foundation Discourse!

We are glad you like Python and hope you enjoy the discussions here.

The following pages offer helpful information about this forum:

Also see the discussions in the informative Users category, where many users of this forum ask and answer questions about Python.

If, at some time, you decide to post code within these discussions in order to request help or to offer help to others, please be sure to format it, so that important details such as indentation are displayed properly. One way to format code is to place lines of three back ticks before and after the code, as follows:


```
# example code
for i in range(10):
    print("Welcome to Python Foundation Discourse!")
```

There is also a </> button at the top of the editing window for formatting code, after that code has been selected.

1 Like

@OriginalRoxanne have fun