how can I create a kind of a registration/login program using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can I create a kind of a registration/login program using python

5th Aug 2016, 11:00 AM
Stephen Antai
Stephen Antai - avatar
10 Answers
+ 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.
5th Aug 2016, 10:19 PM
Chuma Umenze
0
try with django
5th Aug 2016, 8:20 PM
Vlad Crow
Vlad Crow - avatar
0
does django work like python
5th Aug 2016, 9:32 PM
Stephen Antai
Stephen Antai - avatar
0
django is a web framework for python
5th Aug 2016, 9:37 PM
Vlad Crow
Vlad Crow - avatar
0
am actually trying to create a mud RPG game not web frameworkings
5th Aug 2016, 9:51 PM
Stephen Antai
Stephen Antai - avatar
0
do u think django can do it
5th Aug 2016, 9:52 PM
Stephen Antai
Stephen Antai - avatar
0
or I stick with c++
5th Aug 2016, 9:52 PM
Stephen Antai
Stephen Antai - avatar
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.
6th Aug 2016, 9:45 AM
Gershon Fosu
Gershon Fosu - avatar
0
python CGI that's kinda new to me
6th Aug 2016, 5:10 PM
Stephen Antai
Stephen Antai - avatar
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.
6th Aug 2016, 5:15 PM
Gershon Fosu
Gershon Fosu - avatar