Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 21st, 2008, 10:04 AM   #1
Chuckiferd
Programmer
 
Join Date: Nov 2007
Posts: 61
Rep Power: 1 Chuckiferd is on a distinguished road
Games you don't download

I have searched to see if this was already posted and got nothing but don't yell at me if this is already asked.

Does everyone played a flash game before. You know the ones you can play right off your web browser. Well is this possibal with python or must all Python games be downloaded in order to play?
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't.
Chuckiferd is offline   Reply With Quote
Old Jan 21st, 2008, 1:38 PM   #2
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 777
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: Games you don't download

You must have Flash Player installed to play Flash games.

Python scripts cannot be run in a browser window.

There are programs (such as py2exe) that can convert your Python script to an executable by bundling the Python interpreter with your script. These programs will dramatically increase the size of your program and may not work if you use non-standard libraries such as numpy.
titaniumdecoy is offline   Reply With Quote
Old Jan 21st, 2008, 1:56 PM   #3
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,722
Rep Power: 5 Sane is on a distinguished road
Re: Games you don't download

But, of course, you can use Python to generate HTML for a web browser. For example, Google does this for its help pages:

http://www.google.com/support/webmas...83&ctx=sibling

Note the '.py' in the URL.

You can make browser-based games in Python this way, if you're really ambitious. But you need to have a clear understanding of what exactly CGI is, and a fundamental grasp on how the web works, before you can tackle such a thing.
Sane is offline   Reply With Quote
Old Jan 25th, 2008, 12:01 AM   #4
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 304
Rep Power: 3 Game_Ender is on a distinguished road
Re: Games you don't download

I not a Microsoft person, but Silverlight 2.0 will support IronPython so you will be able to run python in your web brower. It will basically be like a better flash.
__________________
Robotics @ Maryland AUV Team - Software Lead
Game_Ender is offline   Reply With Quote
Old Jan 25th, 2008, 3:40 PM   #5
Chuckiferd
Programmer
 
Join Date: Nov 2007
Posts: 61
Rep Power: 1 Chuckiferd is on a distinguished road
Re: Games you don't download

I will have to look into that
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't.
Chuckiferd is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download decryption? titaniumdecoy Coder's Corner Lounge 3 Mar 20th, 2007 11:58 PM
Download Blocker Finished - Random Text in Window Title? bigguy Visual Basic 1 Jan 13th, 2006 1:05 PM
Download Manager bigguy Visual Basic 16 Oct 31st, 2005 2:07 PM
fastest download speed darkone916 Coder's Corner Lounge 17 Aug 1st, 2005 10:22 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:14 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC