Results 1 to 3 of 3

Thread: in need of hints [Python]

  1. #1
    Join Date
    Dec 2008
    Beans
    23

    in need of hints [Python]

    i am in search of what i should need to learn to make a instant msging client. it would would work by entering a person's ip adress who is also running the program. also i would like it to have file sharing as well because i want to run this at school so i can grab certain files i need from home while im at school. i am not looking for the program itself but hints on what i should learn with python to get me started.

  2. #2
    Join Date
    Jul 2008
    Beans
    1,706

    Re: in need of hints [Python]

    i believe you would need to take a look at sockets...

  3. #3
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: in need of hints [Python]

    twisted ( http://twistedmatrix.com/trac/ ) is framework for such apps, in Python.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •