Excited to learn Python!

New student here from Saint Leo University. Looking forward to using this board and the resources available!

2 Likes

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

We hope you enjoy your coursework in Python, and that you benefit from the discussions here. In order to enhance the value of your experience on this forum, you may be interested in taking a look at the following pages:

Also browse through the great variety of discussions in the popular Users category, where many visitors to this forum ask and answer questions about Python.

If at some time, when asking questions or offering replies, you find it useful to post code within this forum, please format it correctly for posting, so that important details such as indentation and quote marks are displayed properly. One means of accomplishing this is to place lines of three back ticks before and after the code, as follows:

```
# example code
for i in range(10):
    print("Hello World!")
```

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

1 Like