Python

mystex

Reputable
Joined
Nov 15, 2009
Messages
115
Reaction score
0
FP$
6
Anyone ever coded in Python before? Software development or web development?

I've only done software development with it before; created some games using Pygame.
 
I know python. I find it a very well made language, but it is next to useless (IMHO) because of distribution problems. C++ is much more reliable, being compiled.
 
Distribution problems? For windows, it's not that hard to make an exe/install file 😛.
 
Cosmic said:
I know python. I find it a very well made language, but it is next to useless (IMHO) because of distribution problems. C++ is much more reliable, being compiled.
Not really just save it as file.py and it normally works on every os.
 
NBK*Twitch said:
Cosmic said:
I know python. I find it a very well made language, but it is next to useless (IMHO) because of distribution problems. C++ is much more reliable, being compiled.
Not really just save it as file.py and it normally works on every os.

Assuming they've downloaded the appropriate interpreter. Python's mess with version 2->3 might be good for it in the long run but right now it's a major setback for wider adoption.
 
Back
Top Bottom