With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

You are viewing a single thread.
View all comments
6 points

I’m building a back-end for my website without a framework.

permalink
report
reply
4 points

Out of interest, why are you avoiding using a framework? I use Django literally every day for web dev, so I’m curious as to what your site requirements are like.

permalink
report
parent
reply
3 points

I tried Django at the beginning, it is very nice and I will most likely use it if I need to build a professional website, I wanted to understand and learn better how it all works and for my personal not serious website it was a perfect opportunity, so I started messing around and testing without a framework. Coding my own back-end is very fun for me and I’m learning a ton this way. Currently I am making an authentication system where if a client is not authenticated, it will get redirected to a login page where a code is displayed and a user has to send that code to my server’s whatsapp. Once the server validates the matching code from whatsapp, it will authorise the client and redirect back to the original requested page. This system will be perfect for me and my friends to access my website!

permalink
report
parent
reply
3 points

Ah, cool, that makes good sense. Yeah, it’ll be a good learning process, as Django does handle so many of those things basically like magic and you never really need to learn what’s going on under the hood. Good luck!

permalink
report
parent
reply
3 points

Which language?

permalink
report
parent
reply
2 points
*

Python of course! I am using hypercorn ASGI server, it supports HTTPS/3.

permalink
report
parent
reply
3 points

Oh of course lol, I didn’t even realize where I was. And right on, sounds like a fun experience. I haven’t messed with async python too much myself but it seems like a powerful way to run a webserver

permalink
report
parent
reply

Python

!python@sh.itjust.works

Create post

A community for talking about the Python programming language.

Community stats

  • 1

    Monthly active users

  • 23

    Posts

  • 121

    Comments

Community moderators