Suggested Reading

B

Benoit

I got myself into programming late in the summer and have dabbled in
python for the most part in that time, recently beginning work on a
music player. In January, I start my minor in Information
Technology. I'd like to get ahead a bit, however, and over the break
would like to do some reading. I seek your recommendations in the
field of database design basics and network programming, with a bias
towards texts which specifically address Python. By network
programming, I mean fundamental understanding of sockets, TCP/UDP,
right up to HTTP serving, etc. Thanks ahead of time.
 
T

Thin Myrna

Benoit said:
I got myself into programming late in the summer and have dabbled in
python for the most part in that time, recently beginning work on a
music player. In January, I start my minor in Information
Technology. I'd like to get ahead a bit, however, and over the break
would like to do some reading. I seek your recommendations in the
field of database design basics and network programming, with a bias
towards texts which specifically address Python. By network
programming, I mean fundamental understanding of sockets, TCP/UDP,
right up to HTTP serving, etc. Thanks ahead of time.

Steve Holden's Python Web Programming might be what you are looking for.
It covers all the topics needed to deal with sockets, databases, up to
building complete web apps. One of my books I'd never give away.

HTH
Thin
 
S

scripteaze

Steve Holden's Python Web Programming might be what you are looking for.
It covers all the topics needed to deal with sockets, databases, up to
building complete web apps. One of my books I'd never give away.

HTH
Thin

urls
http://docs.python.org/lib/module-socket.html
http://www.amk.ca/python/howto/sockets/
http://www.devshed.com/c/a/Python/Sockets-in-Python/

books
http://www.amazon.com/Foundations-Python-Network-Programming/dp/1590593715

you might also want to read up on twisted, (just for the heck of it)
http://twistedmatrix.com/trac/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top