Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Python - library for sending requests to webserver

I want to start exploring how to communicate with a web server in python. Is there a best way of doing this, maybe an external library etc.. eg so I can sent GET, POST requests etc.. and also try communication over SSL. Is the whole handshaking process built into the library? I have heard that twisted is useful for networking is this a good thing to use?

Also is there any good info/ courses (couldn't see anything on treehouse) for understanding this better and covering HTTP, SSL/TLS, Restful API (still have no idea about that one vs SOAP etc...) and pulling data from a server to work with a python programme/script?

Thanks

2 Answers

Thanks I hadn't heard of that I'll take a look.