• Quick note - the problem with Youtube videos not embedding on the forum appears to have been fixed, thanks to ZiprHead. If you do still see problems let me know.

python

  1. William Parcher

    Kentucky guy nearly eaten by a python

    Kentucky pet store worker escapes death by python The photo shows a Reticulated Python. They get big, but a 20-foot specimen would be rare. The story has some contradictory elements and his daughter says that it didn't happen the way that the police and press are saying.
  2. ChrisC

    Linux GUI programming help - Python?

    Hi all, I don't know jack about programming, with the exception of QBasic which I've almost entirely forgotten. What I'd like to do is write a really tiny, simple, single-window program to calculate delay times. It would have a box to enter a number for BPM (say, .1 to 1000*), another box to...
  3. Yithmas

    Python Podcast

    Hi all, can someone of you good people recommend a podcast concerning Python? One aimed at newbies would be best, but others would also be cool.
  4. N

    Removing an object from a list in Python

    In Python, I have contructed a list where members of the list are objects. Now I want to remove a single object from this list. I can't get a reference to that object. Here is an example: class Student(object): # Student object .......name = '' .......def __init__(self, name): #...
  5. Beerina

    Anyone know Python?

    When I read some binary data with pySerial, I get an str that contains elements that, when printed, look like this: '\xc0' That itself is a str. How do I turn it back into a number so I can do math on it? o int( '\xc0' ) chokes o The binascii library is useless as it can't handle this in...
  6. A

    Trying to learn programming.

    I have Ubuntu on my computer and would like to learn simple programming. Python seems an obvious choice. It is already to use, and I have done the Print "hello" thing. I have looked at a few online tutorials but seem to get stuck after a fairly short time. Could anyone recommend a good book or...
  7. Z

    Python Non-Lethal Projectile Launcher

    http://www.yenra.com/non-lethal-projectile-launcher/ Looks like a paintball gun to me.
  8. S

    48 foot, 983 pound python captured

    The story is here: http://msnbc.msn.com/Default.aspx?id=3845750&p1=0 The reticulated python has never been known to exceed 32 to 33 feet in length so if this measurement is correct this would be a extraordinary find............... I placed this in this section because there is a lot of...

Back
Top Bottom