Hello, how to create a Website for SentinelSec in Python/Rust

I am developing a website in python for SentinelSec and i needed to know how to do that, is there a way to do that in this programming language or is better to use rust for this? i only know Python currently but soon i will try out the Rust Programming Language or probably create up my own and do my custom operating system with it. Who knows maybe someone else here could help me out? i am willing to get enough help but for now i will focus on the web development

This forum is for supporting Fedora. While there are programmers here it’s not usually to discuss programming here.

You might have more luck asking on the python discussion forum for python advice - https://discuss.python.org/

4 Likes

Yep - you can use python as the back-end for a website. What framework are you using for the front end? Are you going the full Django route or something lighter, such as bottle or flask?

I would encourage you to learn rust - it’s a great language, but it does have a fairly steep learning curve. On the plus side, it’s quite fast and has a pretty good set of additional crates.

Creating your own language is something of an overkill and an Operating System is even more-so. You’ll just end up replicating (probably badly) something that is already a solved issue.

I would stick with Python until you hit an issue that you struggle to solve, such as not being able to serve the site traffic as a reasonable pace, but until you get a few thousand concurrent users I suspect you’ll be fine.

1 Like

Hello Diego @diegothehacker

It is not forbidden to make questions like this. However, to avoid that users flagging you, saying your topics are off topic in the ask fedora section, you can use straight the off topic section like:

The Water Cooler tech-talk

Please give me a thumb up when you agree to move your request to this section.

1 Like