How To Use Python Online, Beginner of python |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Web Design & Development Server Side Scripting Python |
||
![]() |
How To Use Python Online, Beginner of python |
||
Apr 6 2010, 09:57 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 6-April 10 Member No.: 137,345 |
Im a beginner ..
just learned python scripting basics .. i know serverside scripting language - php im interested in using it online have no idea of how to use it online .. ! can someone explain how to use it with a server .. ! is it used like an executable where you send data from php or can be used instead of php ??? |
|
|
Apr 24 2011, 05:30 AM
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 24-April 11 Member No.: 187,736 |
When a user enters a web site, their browser makes a connection to the site’s web server (this is called the request). The server looks up the file in the file system and sends it back to the user’s browser, which displays it (this is the response). This is roughly how the underlying protocol, HTTP, works.
Dynamic web sites are not based on files in the file system, but rather on programs which are run by the web server when a request comes in, and which generate the content that is returned to the user. They can do all sorts of useful things, like display the postings of a bulletin board, show your email, configure software, or just display the current time. These programs can be written in any programming language the server supports. Since most servers support Python, it is easy to use Python to create dynamic web sites. Most HTTP servers are written in C or C++, so they cannot execute Python code directly – a bridge is needed between the server and the program. These bridges, or rather interfaces, define how programs interact with the server. There have been numerous attempts to create the best possible interface, but there are only a few worth mentioning. Not every web server supports every interface. Many web servers only support old, now-obsolete interfaces; however, they can often be extended using third-party modules to support newer ones.
Reason for edit: Removing Ad Link *Staff*
|
|
|
May 9 2011, 04:31 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 9-May 11 Member No.: 189,624 |
First in which server you have to use Python is needed, And all the Server connectivity is different from other ones. In HTTP server or FTP server has local connectivity and no more difficulties in it, But in advance you have to facing major problems.
|
|
|
Jul 7 2011, 11:04 AM
Post
#4
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 7-July 11 Member No.: 197,575 |
Im also new to python
Wanna learn something about Python Hope will help me regarding this |
|
|
Apr 2 2012, 08:50 PM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 28-March 12 Member No.: 235,945 |
Python is simply the programming language used to make this, I havent actually named ... For other OS,
|
|
|
Apr 3 2012, 06:43 AM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 30-March 12 From: US Member No.: 236,231 |
Bhoopati..
You can use either PHP or Python for writing server side programs, as they both are server side scripting languages. |
|
|
Oct 25 2012, 09:11 PM
Post
#7
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 25-October 12 Member No.: 261,758 |
you can learn some python based web application framework like django etc. .. see here https://docs.djangoproject.com/en/dev/intro/tutorial01/ for the django documentation of writing an app |
|
|
![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 22nd May 2013 - 03:06 PM |