Tagged Questions

10
votes
7answers
3k views

How do I learn Python from zero to web development?

I am looking into learning Python for web development. Assuming I already have some basic web development experience with Java (JSP/Servlets), I'm already familiar with web design (HTML, CSS, JS), ...
4
votes
4answers
1k views

Java or Python for internet application?

In choosing a technology for internet applications where the number of users may scale over time, which one should we consider: Java or Python? What are the considerations in choosing one and not the ...
12
votes
5answers
1k views

How difficult is Python and Django to pick up for a Java/.NET web developer?

I just started a new job a couple months ago at a small company where I am currently leading all development efforts present and future. I personally have years of experience in software design and ...
-1
votes
1answer
232 views

python login form vulnerability?

<HTML> <HEAD><TITLE>Login Page</TITLE></HEAD> <BODY> <CENTER> <FORM method="POST" action="http://yourserver/cgi-bin/login.py"> <paragraph> Enter ...
-2
votes
2answers
239 views

Some questions before I start learning Python! [closed]

First of all and before learning Python, does it support Unicode? I mean can I build a web application with interfaces in other languages? What about the performance of python websites? Is it ...