User Profile

Collapse

Profile Sidebar

Collapse
somas1
somas1
Last Activity: Apr 5 '07, 07:47 PM
Joined: Jan 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • somas1
    started a topic Python OOP Class question.

    Python OOP Class question.

    I've read that when I create an object class I should explicitly indicate that my class is an object thusly:
    Code:
    class Thingy(object):
    but I've also seen
    Code:
    class Thingy:
    Which is right?
    See more | Go to post

  • I think understand how to use Proxies but how about tor?

    How do I use python to access the internet via tor (the onion router)?
    Specifically, I'd like to open a web page or ftp like I usually do but do it through tor.
    See more | Go to post

  • I want to practice by scripting a reverse ssh tunnel in python

    I've checked out quite a few web tutorials on Python and have bought a few books. I've got a lot of the basics down now but feel very limited because I've got difficulties figuring out how to do things without seeing how a more experienced programmer would get started solving a problem.

    I often have to remotely ssh into a friend's ibook but his ISP blocks ssh. This means I've got to talk him through setting up a reverse ssh tunnel...
    See more | Go to post
No activity results to display
Show More
Working...