Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why do I get this traceback?
Post: RE: Why do I get this traceback?

(Sep-20-2016, 04:55 AM)micseydel Wrote: Should i, x = 0 be i = x = 0? I don't understand your second question. oh i think you're correct. I am somewhat new to actually programming in python. I've on...
Gengar General Coding Help 4 19,723 Sep-20-2016, 05:02 AM
    Thread: Why do I get this traceback?
Post: Why do I get this traceback?

>>> def orderize(array): ...     is_complete = False ...     i, x = 0 ...     ordered_list = [] ...     while not is_complete: ...             if array[i] == x: ...                     ordere...
Gengar General Coding Help 4 19,723 Sep-20-2016, 04:43 AM
    Thread: How do you use *args and **kwargs?
Post: How do you use *args and **kwargs?

I need to know how to use args and kwargs for overloading purposes. Also, if someone knows about generators, explain those to me too.
Gengar General Coding Help 3 19,739 Sep-20-2016, 01:40 AM
    Thread: Resizing the window and how to properly resize everything else?
Post: RE: Resizing the window and how to properly resize...

Ok, seems like my computer vocabulary isn't that good. Aspect ratio etc. Anything I should read about these things? Hey can you wrap wxPython around pygame?
Gengar Game Development 4 8,770 Sep-20-2016, 01:05 AM
    Thread: Resizing the window and how to properly resize everything else?
Post: RE: Resizing the window and how to properly resize...

well, say if I made the window bigger... more would reveal itself... etc etc... the window gets bigger... the whole picture would get bigger... it gets smaller... the window would get smaller...
Gengar Game Development 4 8,770 Sep-19-2016, 10:38 PM
    Thread: Resizing the window and how to properly resize everything else?
Post: Resizing the window and how to properly resize eve...

Hey, I want to be able to make the window smaller and bigger... and scale the contents of the frame (everything that deals with wxPython and pygame). How would I go on about that?
Gengar Game Development 4 8,770 Sep-19-2016, 10:13 PM
    Thread: Which GUI library should I use?
Post: RE: Which GUI library should I use?

I was thinking about wxPython. But there isn't support for python3. I'm using the previous version. I would like to make a change as I expect to do extremely large projects in python. The phoenix proj...
Gengar GUI 3 7,285 Sep-19-2016, 03:59 AM
    Thread: Which GUI library should I use?
Post: Which GUI library should I use?

I'm aiming for a good tough library that is versatile. I don't care if it's easy or hard. I wan't to be able to do the most with the library.
Gengar GUI 3 7,285 Sep-19-2016, 03:40 AM
    Thread: Problem assigning positions on CC plane.
Post: RE: Problem assigning positions on CC plane.

(Sep-19-2016, 01:52 AM)metulburr Wrote: (Sep-19-2016, 01:41 AM)Gengar Wrote: for some reason it only gives the value <rect(1856, 960, 64, 64)> Quote:   def make_tiles(self, ):       self.ti...
Gengar Game Development 2 5,727 Sep-19-2016, 03:38 AM
    Thread: Problem assigning positions on CC plane.
Post: Problem assigning positions on CC plane.

       def arrange_tile(self, ):            i = 0            for row in range(self.column):                for column in range(self.row):                    self.tile[i].topleft = (64*row, 64*col...
Gengar Game Development 2 5,727 Sep-19-2016, 01:41 AM

User Panel Messages

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