Wednesday, July 17, 2013

Getting started with WebSockets using Python and Tornado

news about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python

If you are about to ask a question, please consider r/learnpython

Please don't use URL shorteners

Posting code to this subreddit

Add 4 extra spaces before each line of code

def fibonacci():     a, b = 0, 1     while 1:         yield a         a, b = b, a + b 

Online books

Online exercices

programming challenges

Asking Questions

Try Python in your browser

Docs

Libraries

Related subreddits

Python jobs

Source: http://www.reddit.com/r/Python/comments/1ifl1u/getting_started_with_websockets_using_python_and/

smokey robinson smokey robinson USA VS Mexico Alexis DeJoria Tubby Smith opm passover

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.