# Programming community

**URL:** https://meta.discourse.org/t/programming-community/130682
**Category:** Self-hosting
**Tags:** hosting
**Created:** [October 10, 2019, 12:45pm UTC](https://meta.discourse.org/t/programming-community/130682 "2019-10-10T12:45:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![weulerfilho](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/weulerfilho/32/158269_2.png) [@weulerfilho](https://meta.discourse.org/u/weulerfilho)
#### Post date: [October 10, 2019, 12:45pm UTC](https://meta.discourse.org/t/programming-community/130682/1 "2019-10-10T12:45:36Z")

</div>

```python
def testing():
    print("Hello World!")

question = input()
print("My question is ", question)

```

Hi, I’m willing to create a Python programming community with Discourse.

I have three main questions:

- How much am I able to customize the platform if I use your hosting?
- Is there a way that the \</\> code tag support syntax highlighting directly?
- Is there a way to support the “tab” key inside the editing box?

Another important doubt I have is: can we use plugins or your app on self-hosted Discourse?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [October 10, 2019, 1:39pm UTC](https://meta.discourse.org/t/programming-community/130682/2 "2019-10-10T13:39:22Z")

</div>

Run on over to [try.discourse.org](http://try.discourse.org) and paste some code between some back ticks like

````
 ```
  Code here
 ```

````

It’ll attempt to guess the language but you can override and set a default.

Using plugins other than those described on their pricing page requires enterprise hosting,which is more expensive.

If you self host you can install whatever plugins you want.
