#12 in Computer networks books
Use arrows to jump to the previous/next product

Reddit mentions of Foundations of Python Network Programming: The comprehensive guide to building network applications with Python (Books for Professionals by Professionals)

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Foundations of Python Network Programming: The comprehensive guide to building network applications with Python (Books for Professionals by Professionals). Here are the top ones.

Foundations of Python Network Programming: The comprehensive guide to building network applications with Python (Books for Professionals by Professionals)
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.25 Inches
Length7.52 Inches
Number of items1
Release dateDecember 2010
Weight1.45725555182 Pounds
Width0.83 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on Foundations of Python Network Programming: The comprehensive guide to building network applications with Python (Books for Professionals by Professionals):

u/azuosxela · 5 pointsr/learnpython

I can suggest that you can read Foundations of Python Network Programming. (http://www.amazon.com/Foundations-Python-Network-Programming-comprehensive/dp/1430230037) It covers dozens of networking subjects...

u/Yoghurt42 · 3 pointsr/Python

A quick google for "low level python network programming book" found this:

https://www.amazon.com/Foundations-Python-Network-Programming-comprehensive/dp/1430230037

I haven't read it, but at least one of the author (Brandon Rhodes) is known for giving good talks about Python. So i'd suggest you go with that.

u/tryexceptfuckit · 2 pointsr/learnpython

I liked

http://www.amazon.com/gp/aw/d/1430230037?pc_redir=1405047805&robot_redir=1

It's starts small and simple and builds on itself very well.


I would also encourage you to make another website with tornado or django. I really enjoy web dev in python and there are a lot of job opportunities in that popping up right now. You should also be using virtualenv. For data analysis you should def checkout Pandas and ipython. You can maybe even integrate your interests. For example make a script that scrapes a bunch of data from the web and displays it in cool graphs. I would also recommend getting a 5$ a month Linux server off for example digital ocean. Learn how to ssh and transfer files to it. You can start running some bots or website on it also.

Hope this helps good luck.

u/meegee · 1 pointr/Python

Check out Foundations of Python Network Programming

> This book will be of interest to python programmers who need to program networked applications using Python. From web application developers, to systems integrators, to system administrators—this book has everything you need to know.

>This book assumes that you know how to program in Python, but does not assume that you know anything about networking. If you have used something like a web browser before, and are vaguely aware that your computer talks to other computers in order to display web pages, then you should be ready to start reading this book.