Jack of Bladez
Full Member
Fear Jack of Bladez and his fake moustache!
Posts: 625
inherit
31713
0
Sept 13, 2005 2:38:26 GMT -8
Jack of Bladez
Fear Jack of Bladez and his fake moustache!
625
October 2004
autry
|
Post by Jack of Bladez on Jun 30, 2005 21:25:49 GMT -8
I want to learn a coding language that hardly anybody on ProBoards uses but is compatible with ProBoards. I already known html and javascript, and I was thinking of using Python. So is it compatible or just a waste of my time?
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 30, 2005 21:41:54 GMT -8
Python is a server side language. Only client side languages can be inserted into headers/footers -- namely, JavaScript and VBScript. And VBScript is useless because it only works in IE.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jul 1, 2005 5:35:14 GMT -8
Hey Cali, would it be possible if you have webhosting and the host has Python installed. The script would be executed remotely on the server and it's output could be generated onto the Proboards's page? I dunno, just a thought.
|
|
squalleh
inherit
-148667
0
Nov 30, 2024 2:48:41 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jul 1, 2005 6:46:32 GMT -8
Hey Cali, would it be possible if you have webhosting and the host has Python installed. The script would be executed remotely on the server and it's output could be generated onto the Proboards's page? I dunno, just a thought. People already do that with a mixture of PHP and JavaScript. It would be no different with Python and JavaScript.
Also, Cali: Python isn't server side. It's capable of becoming server side, but it was built to be a general-purpose interpreted language, such as Perl. Perl too wasn't meant to be used on the Web (through CGI), it was meant to build small and general applications on the system (namely Linux). Python's true purpose is the same as Perl, but as happened with Perl, people eventually made it capable of acting on the web.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jul 1, 2005 13:26:05 GMT -8
I meant when it was used on the web, it's executed on the server side, and not the client side is all. I realize Perl and Python can be used for non Internet based applications, but that's not really relevant here.
And yes, you can use Python the way PHP is used in ProBoards scripts -- basically for writing things to a database and obtaining IPs. It's uses are still very limited. You can't use Python alone to modify elements of the ProBoards page, which is my idea of what a ProBoards code is.
|
|