₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,443 members, 8,445,501 topics. Date: Wednesday, 15 July 2026 at 07:47 AM

Toggle theme

Why Python & Django Are Your Top Choice For Web Development - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingWhy Python & Django Are Your Top Choice For Web Development (1253 Views)

1 Reply (Go Down)

Why Python & Django Are Your Top Choice For Web Development by Firestarter(op): 2:58pm On Mar 13, 2019
Python has been around for quite some time and we can say without a shred of a doubt that it is one of the most popular programming languages today. If you are not sure or still asking why django? then this article is for you https://steelkiwi.com/blog/why-python-django-are-your-top-choice-for-web-development/
Re: Why Python & Django Are Your Top Choice For Web Development by stanliwise(m): 4:19pm On Mar 13, 2019
Firestarter:
Python has been around for quite some time and we can say without a shred of a doubt that it is one of the most popular programming languages today. If you are not sure or still asking why django? then this article is for you https://steelkiwi.com/blog/why-python-django-are-your-top-choice-for-web-development/
Yea for sure
Re: Why Python & Django Are Your Top Choice For Web Development by dauddy97(m): 10:50am On Mar 14, 2019
Firestarter:
Python has been around for quite some time and we can say without a shred of a doubt that it is one of the most popular programming languages today. If you are not sure or still asking why django? then this article is for you https://steelkiwi.com/blog/why-python-django-are-your-top-choice-for-web-development/
good morning, I think I am in the right track to ask this question. I have been learning Django over the weeks now. I found everything simple and easy, the problems I am have are:
1. How to collect Data from the users
2. How Users can modify /edit their Datas
3. How to Delete the users can delete their datas.
Kindly shed more lights on these for me.
Re: Why Python & Django Are Your Top Choice For Web Development by oyolohi: 7:06pm On Mar 14, 2019
If una like, make una no migrate to PHP.

I remember building sites for client with Django... After adding hosting costs (of django) and workman fee... Dem run commot!

Ever since I realised php is the boss... Nobody run leave me again.
Re: Why Python & Django Are Your Top Choice For Web Development by kensmoney(m): 10:01pm On Mar 15, 2019
dauddy97:
good morning, I think I am in the right track to ask this question. I have been learning Django over the weeks now. I found everything simple and easy, the problems I am have are:
1. How to collect Data from the users
2. How Users can modify /edit their Datas
3. How to Delete the users can delete their datas.
Kindly shed more lights on these for me.
Though I don't HV experience in django, I hv used flask in many project, use template engine to render ur data, then query users table (user class instance) by id

In flask is done like dis =>
@app.route("/Edith/<int:id>", methods=["POST"])>
def Edith(id):
If request =="post":
// do ur query


However u can check d doc for better explanation
Re: Why Python & Django Are Your Top Choice For Web Development by dauddy97(m): 10:24pm On Mar 15, 2019
kensmoney:
Though I don't HV experience in django, I hv used flask in many project, use template engine to render ur data, then query users table (user class instance) by id

In flask is done like dis =>
@app.route("/Edith/<int:id>", methods=["POST"])>
def Edith(id):
If request =="post":
// do ur query


However u can check d doc for better explanation
Thanks
1 Reply

Why Python Is Considered The Top Programming Language Ahead Of Javascript And C+Learn How To Create Websites With Python(Django Web Framework)Four Reasons Why Python Is A Good Programming Language234

Advice Needed: Front-end Web Development Or Machine Learning?About To Start Blogging. Which Hosting Do You Suggest For A Start.on Low BudgetVB Programers In The House - Is This "Do-able"