Glad to be here!

Hi there!

I'm Orion, an intermediate Python programmer. Python by far has to be my favourite programming language!

I am also knowledgeable in HTML and a bit of CSS, though I have to constantly Google all the available commands because I forget them a lot

I'll mainly use this forum whenever I have an issue. Right now, I have an issue with pip installing. You can find the topic here: https://discuss.python.org/t/having-issues-pip-installing/13673

2 Likes

Hi @pyby! Welcome to Discourse!

I’m happy to see that you enjoy Python. And if you need something, you can always come with us! :wink:

2 Likes

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

We hope you enjoy the discussions here. You might be interested in taking a look at the following pages:

Also see the great variety of discussions in the popular Users category, where many visitors ask and answer questions about Python. In fact, it’s great to see that @DiddiLeija is already offering information in your discussion, Having issues pip installing?.

If at some time, you need to post code within these discussions, please be sure to format it, so that important details such as indentation are displayed properly. One way to do 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 it has been selected.

2 Likes