|
||||||
| Python Discussion forum for Python, a high-level language with simple syntax, but yet powerful. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hello people,
I am starting to pick up python as a programming language. Mostly because it is nicely embedded in a lot of programs and tools I use. But I am thinking to create some tiny bits of software in the future. To continue my road on python I would like to have answers on these questions: is python a good language/platform to do this? And what programs do you suggest for developing software with python? Thanks |
| Sponsored Links |
|
|
|
|||||
|
You shall keep in mind that Python is an interpreted language, and if you want to make software, you'll probably need third-party software to convert your Python scripts to executable files - or ship the software with sourcecode. If you fell alright about this, then Python is a great language to use. It's easy, yet powerful, and has lots of libraries.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
|
|||||
|
Python is a great language to program in. Anything can be program on python, except those programs who need high perfomance. As void said you need some tools to create executable files for Python, but don't worry about that. They are easy to find and they are free. Here is one: FrontPage - py2exe.org
|
|
|||
|
Python is a great language, the only drawback that I could see when I focused on Python was that if you wanted to distribute programs to whoever wanted it, the best way to do so would be to make an executable file (.exe). That's fine and dandy except that Python programs can be enormous. I used Py2exe and PyInstaller with good results (I would recommend PyInstaller for 1 file programs and Py2exe for many different scripts), a simple 'print "hello world!"' program made a 0.99 mb size .exe (PyInstaller) and a 2.5mb directory. Aside from the size issue, Python is an excellent language.
|
|
|||
|
Quote:
I'm reminded of the standard fare which appears on the meter as soon as I get into a New York taxi.... |
| Sponsored Links |
|
|
|
|||
|
Py2exe bundles the interpreter in with the byte code. All that size is interpreter and is a one off cost.
Python is fine for applications. If you really need breakneck performance you can always rewrite critical modules in C and link it in. I suspect performance won't be an issue though.
__________________
Code:
glBegin(GL_TRIANGLES);
drawWorld();
glEnd();
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Software Dungeon | bungman | Shareware Sites | 10 | 08-21-2008 06:45 AM |
| Successfully Selling Your Software | Jordan | Tutorials | 11 | 07-16-2008 05:25 PM |
| Python Collection | reachpradeep | Python | 1 | 03-03-2007 02:50 PM |
| Xav | ........ | 1357.94 |
| MeTh0Dz|Reb0rn | ........ | 1083.85 |
| WingedPanther | ........ | 919.18 |
| marwex89 | ........ | 906.86 |
| morefood2001 | ........ | 903.18 |
| John | ........ | 902.37 |
| Brandon W | ........ | 789.89 |
| chili5 | ........ | 312.39 |
| Steve.L | ........ | 264.99 |
| dcs | ........ | 240.34 |
Goal: 100,000 Posts
Complete: 83%