How to use a BackgroundWorker?

How to use python for web programming like the way we use PHP ?

  • how to use python for web programming like the way we use  php (mixing python code with html tags, generating dynamics html pages,etc) ? do we have to use frameworks to web programming ? can we not use framework ? I am a php engineer learning python the first time. I was curious about the popularity of this language. If google backs python, then there must be something about this language that is powerful enough that attracts google's attention after learning the language for a week, i could not find a literature that teach python for web programming, like the way people see ini PHP literatures. i was wondering, how to "easily" (like in php) to use python for web programming like php. If google does not use PHP, then how is google generating its dynamic web pages like google finance, movies, news, etc, using python ? Do they use python at all for generating those pages ?

  • Answer:

    You should use python frameworks as the same reason as php frameworks. I mean make your work, code and architecture more clear (benefits for you and your team), focused on less time consuming in order to get results faster than in raw coding. You should start from here in order to see what kind of differences are between this two programming languages: http://wiki.python.org/moin/PythonVsPhp If you are familiar with php symfony framework than python django framework should be right choice for you. Read this topic: There is many good answers and suggestions about python learning. Have fun:)

Roman Piekarski at Quora Visit the source

Was this solution helpful to you?

Other answers

Use Python Web Frameworks . Django is the most famous Python Framework for developing web applications. These frameworks ease the process of web development.Django documentation is awesome for learning the web application development. Find more here https://docs.djangoproject.com/en/1.4/ And with Python , It is said there are more Web frameworks than the keywords in the Language.  http://wiki.python.org/moin/WebFrameworks

Rajeev Bharshetty

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.