| View previous topic :: View next topic |
| Do you use python? |
| Yes |
|
30% |
[ 6 ] |
| No |
|
60% |
[ 12 ] |
| What are you going on about??? |
|
10% |
[ 2 ] |
|
| Total Votes : 20 |
|
| Author |
Message |
Devilboy1324 Cheater
Reputation: 0
Joined: 18 Apr 2008 Posts: 26 Location: Where i want to be
|
Posted: Wed Jan 21, 2009 7:55 am Post subject: Python does any one use it? |
|
|
I have been here awhile and i have only seen a bit of python. Does any
One know what it is (I do just asking if any one else does) and does any
use it?
oh and here is a link to there website
http://www.python.org/ _________________
|
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Wed Jan 21, 2009 9:06 am Post subject: |
|
|
| Python is not very common, it has its reasons. |
|
| Back to top |
|
 |
crayzbeef Expert Cheater
Reputation: 0
Joined: 21 Jan 2007 Posts: 101
|
Posted: Wed Jan 21, 2009 1:43 pm Post subject: |
|
|
| Zerith wrote: | | Python is not very common, it has its reasons. |
Where are you pulling this shit from? Python is VERY common and is a great language. Just because it's not used to make hacks for your little maplestory game doesn't mean it's not common.
Also state your "reasons". |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Wed Jan 21, 2009 1:49 pm Post subject: |
|
|
| crayzbeef wrote: | | Zerith wrote: | | Python is not very common, it has its reasons. |
Where are you pulling this shit from? Python is VERY common and is a great language. Just because it's not used to make hacks for your little maplestory game doesn't mean it's not common.
Also state your "reasons". |
You're annoying. We haven't seen anything useful from you so please shut up and leave. |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jan 21, 2009 4:02 pm Post subject: |
|
|
I've only toyed with it, but I liked it.
| Code: | But I am not
Sure if I like the
Tabbing
One mis-tab, and program explodes |
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Jan 21, 2009 4:06 pm Post subject: |
|
|
Python got advantages and disadvanatges like any language..
User can see code -> correct/report bugs or steal
Its relativly slow (starts slow) but multiplatform.. _________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jan 21, 2009 4:32 pm Post subject: |
|
|
| Epic Cat Garfield wrote: | Python got advantages and disadvanatges like any language..
User can see code -> correct/report bugs or steal
Its relativly slow (starts slow) but multiplatform.. |
there's a million ways to deal with the speed, there's JITers, etc. |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Jan 21, 2009 4:42 pm Post subject: |
|
|
| slovach wrote: | | Epic Cat Garfield wrote: | Python got advantages and disadvanatges like any language..
User can see code -> correct/report bugs or steal
Its relativly slow (starts slow) but multiplatform.. |
there's a million ways to deal with the speed, there's JITers, etc. |
retard
You dont compare "using on a slow single core PC" and "using on a 1024 core with 6TB ram"
You compare like "C++ is ultra fast" "vb.Net is realy slow alrdy but still compiled" _________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Wed Jan 21, 2009 5:00 pm Post subject: |
|
|
| Epic Cat Garfield wrote: | | slovach wrote: | | Epic Cat Garfield wrote: | Python got advantages and disadvanatges like any language..
User can see code -> correct/report bugs or steal
Its relativly slow (starts slow) but multiplatform.. |
there's a million ways to deal with the speed, there's JITers, etc. |
retard
You dont compare "using on a slow single core PC" and "using on a 1024 core with 6TB ram"
You compare like "C++ is ultra fast" "vb.Net is realy slow alrdy but still compiled" |
retard
I can't understand you. |
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Wed Jan 21, 2009 5:05 pm Post subject: |
|
|
I made a XxYxZ tic-tac-toe with it :D It wasn't very hard to pick up for a C/C++ coder, the only things I missed were pointers. And I heard that you can get pointers with an extension, or w/e you call them, anyway, you can get them. Still myself I prefer C/C++, Python is more like a quick tool to solve a little problem, which I can't bother doing manually or waste a lot of time to do it with C/C++.
Last edited by Jani on Wed Jan 21, 2009 5:06 pm; edited 1 time in total |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jan 21, 2009 5:06 pm Post subject: |
|
|
| Epic Cat Garfield wrote: | retard
You dont compare "using on a slow single core PC" and "using on a 1024 core with 6TB ram"
You compare like "C++ is ultra fast" "vb.Net is realy slow alrdy but still compiled" |
You have no idea what you are talking about, at all. |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Jan 21, 2009 5:07 pm Post subject: |
|
|
| Jani wrote: | I made a XxYxZ tic-tac-toe with it It wasn't very hard to pick up for a C/C++ coder, the only things I missed were pointers. And I heard that you can get pointers with an extension, or w/e you call them, anyway, you can get them. Still myself I prefer C/C++, Python is more like a quick tool to solve a little problem, which I can't bother doing manually or waste a lot of time to do it with C/C++. |
whats a X Y z tic-tac-toe?
Slovach, do all you'r arguments say the ones with different oppinions are ratarded/cant write?
Important Content of last post:
You compare programming languages to each other.
not with same language on faster CPU like you did _________________
Last edited by 92Garfield on Wed Jan 21, 2009 5:39 pm; edited 2 times in total |
|
| Back to top |
|
 |
Omarbibz Expert Cheater
Reputation: 0
Joined: 19 Dec 2007 Posts: 157 Location: Where Waldo is....
|
Posted: Wed Jan 21, 2009 5:09 pm Post subject: |
|
|
python isnt that good (my point of view) |
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Wed Jan 21, 2009 6:24 pm Post subject: |
|
|
| Epic Cat Garfield wrote: | | whats a X Y z tic-tac-toe? | X dimension, Y dimension and the Z row length. -> You may define them yourself and play that board. |
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Wed Jan 21, 2009 6:47 pm Post subject: |
|
|
I was thinking of learning Python Web Programming... It's much more powerful than PHP (so i heard)... Google's Search Engine, Youtube, Gmail and all that other Google related stuff is made in Python if i recall correctly. _________________
|
|
| Back to top |
|
 |
|