Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Selenium Document Lookup and Download Automation Error - Target Machine active
Post: RE: Python Selenium Document Lookup and Download A...

I have no Idea what the target machine is... But if you knew what it is then you could try and find out, how to make the target machine not activley refuse it.  **think**
SpeedyZapGaming Web Scraping & Web Development 4 5,219 Apr-15-2017, 12:47 PM
    Thread: Should i abuse the RAM or hard disc while creating big games?
Post: RE: Should i abuse the RAM or hard disc while crea...

Your welcome!  **biggrin**
SpeedyZapGaming General Coding Help 12 7,282 Apr-15-2017, 12:41 PM
    Thread: Should i abuse the RAM or hard disc while creating big games?
Post: RE: Should i abuse the RAM or hard disc while crea...

I guess you could try and make one set of mesh, grouped with other blocks? I have no Idea... Just trying to find out how. I know!! make each block (If you are using blocks) bigger so that it holds mo...
SpeedyZapGaming General Coding Help 12 7,282 Apr-15-2017, 10:49 AM
    Thread: Should i abuse the RAM or hard disc while creating big games?
Post: RE: Should i abuse the RAM or hard disc while crea...

Oops I'm sorry, I thought you were using unity. But are you using pygame? What type of game are you making? Platformer, flappy-bird style, etc.
SpeedyZapGaming General Coding Help 12 7,282 Apr-15-2017, 10:44 AM
    Thread: Should i abuse the RAM or hard disc while creating big games?
Post: RE: Should i abuse the RAM or hard disc while crea...

I dont have Unity but I think they have a limit on how many gameobjects you are allowed to have until its full. I have experiences in Blender and it said that it would be better to make mesh chunks th...
SpeedyZapGaming General Coding Help 12 7,282 Apr-15-2017, 10:35 AM
    Thread: Should i abuse the RAM or hard disc while creating big games?
Post: RE: Should i abuse the RAM or hard disc while crea...

If I were you I would choose to put it into the ram because you said that if you put it into the hard disc it would run very slow, but in the ram it would run fast until it reaches a limit. Just put a...
SpeedyZapGaming General Coding Help 12 7,282 Apr-15-2017, 07:17 AM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-12-2017, 03:38 PM)metulburr Wrote: (Apr-12-2017, 03:32 PM)SpeedyZapGaming Wrote: Thank you, but I already found out how to do it. :D Im saying for future packages you install you need to chec...
SpeedyZapGaming Game Development 16 11,880 Apr-13-2017, 11:52 AM
    Thread: Why is voxel generated terrain looks better?
Post: RE: Why is voxel generated terrain looks better?

(Apr-13-2017, 11:23 AM)hsunteik Wrote: why does voxel generated terrain looks better especially the graphics and the colours? Is it because is most voxel game uses cel shading or is it the voxel gen...
SpeedyZapGaming General Coding Help 1 3,218 Apr-13-2017, 11:28 AM
    Thread: pywinauto problems
Post: RE: pywinauto problems

(Apr-13-2017, 10:32 AM)vnc Wrote: Apologies if this is the wrong location for the post, i wasn't sure where it fits...anyways: I already had python 3.6 installed on windows 10 and have just also ins...
SpeedyZapGaming General Coding Help 3 8,153 Apr-13-2017, 10:45 AM
    Thread: The LOL Translator
Post: RE: The LOL Translator

Thanks bro! :D
SpeedyZapGaming Code sharing 7 6,169 Apr-13-2017, 09:11 AM
    Thread: The LOL Translator
Post: RE: The LOL Translator

Thanks man! :D I did this when I was a beginner so... :|
SpeedyZapGaming Code sharing 7 6,169 Apr-13-2017, 07:17 AM
    Thread: The LOL Translator
Post: RE: The LOL Translator

(Apr-13-2017, 02:19 AM)teenspirit Wrote: Turn your program into a function. Then you can add more features or options in the future without having to rewrite any code and can adjust where your curre...
SpeedyZapGaming Code sharing 7 6,169 Apr-13-2017, 06:36 AM
    Thread: The LOL Translator
Post: The LOL Translator

Hello everyone I'm an average python coder so I just coded a LOL Translator. Just wanted to ask for suggestions on how to improve it! """ This is the lol-translator by: SpeedyZapGaming """ # Variable...
SpeedyZapGaming Code sharing 7 6,169 Apr-12-2017, 07:16 PM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-12-2017, 03:11 PM)metulburr Wrote: (Apr-12-2017, 07:44 AM)SpeedyZapGaming Wrote: It's different on a mac, on windows its easy but here on a mac you have to download seperate files for the ter...
SpeedyZapGaming Game Development 16 11,880 Apr-12-2017, 03:32 PM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-11-2017, 10:02 PM)Larz60+ Wrote: YikesIt's virus-free I checked on virustotal.com You can check for yourself. (Apr-11-2017, 10:04 PM)metulburr Wrote: i believe you can bypass all that now wi...
SpeedyZapGaming Game Development 16 11,880 Apr-12-2017, 07:44 AM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-11-2017, 05:32 PM)wavic Wrote: Open a terminal. Type: pip install pygame, and hit Command Command/Enter ?? **huh** **think**Guys, found out how to get pygame: http://programarcadegames.com/i...
SpeedyZapGaming Game Development 16 11,880 Apr-11-2017, 07:51 PM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-11-2017, 03:54 PM)SpeedyZapGaming Wrote: (Apr-11-2017, 12:04 PM)metulburr Wrote: pygame finally now works with pip. So you can now install it like any other 3rd party library pip install pyga...
SpeedyZapGaming Game Development 16 11,880 Apr-11-2017, 04:47 PM
    Thread: How do you get PyGame?
Post: RE: How do you get PyGame?

(Apr-11-2017, 12:04 PM)metulburr Wrote: pygame finally now works with pip. So you can now install it like any other 3rd party library pip install pygame If you check out the tutorials section, the g...
SpeedyZapGaming Game Development 16 11,880 Apr-11-2017, 03:54 PM
    Thread: How do you get PyGame?
Post: How do you get PyGame?

How do you actually get PyGame?  Please help me, I really want to use my experience in python to create games. ?  If you can, please show me how to use PyGame. PS: how do you get signatures?
SpeedyZapGaming Game Development 16 11,880 Apr-11-2017, 08:28 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020