+ 1
how can I create a kind of a registration/login program using python
10 Respuestas
+ 1
@Stephen Django and Python are very similar or almost the same. Django is a web framework using the Python language. If you know Python, it will be much easier to understand Django.
0
try with django
0
does django work like python
0
django is a web framework for python
0
am actually trying to create a mud RPG game not web frameworkings
0
do u think django can do it
0
or I stick with c++
0
If you ever find the learning curve for django too steep, you can use python cgi programming to create a login system for websites. You would need to understand how login and registration works however but it is simple to understand.
0
python CGI that's kinda new to me
0
Maybe provide more context on what you need the login system for.
After reading the previous comments maybe we all misinterpreted what you needed.