Python & WebSockets - Noisebridge Python Class

Details
For more complex interactive web applications, the WebSockets protocol has many advantages over HTML alone. The Flask framework also allows applications to use WebSockets to enable low latency bi-directional communications between the clients and the server, with the Flask-SocketIO module.
This talk will give an overview of the WebSockets protocol, and will walk through how to implement a simple interactive application using Flask-SocketIO.
A basic knowledge of Python, Javascript and Flask is recommended as a prerequisite for this course.
Speaker: Gareth Morgan
For more information please see:
Wiki Entry (https://noisebridge.net/wiki/Pyclass)
Lessons (https://github.com/PyClass/PyClassLessons/tree/master/course)
• Week 1 - March 6 - JSON and File Manipulation
• Week 2 - March 13 - String Management
• Week 3 - March 20 - Storing data with sqlite databases
• Break - March 27 - No Class!
• Week 4 - April 3 - Thinking in Algorithms, Bubble Sort
• Week 5 - April 10 - Functions Omnibus
• Break 2 - April 17 - No Class!
• Week 6 - April 24 - Flask Basics / what is a web application?

Python & WebSockets - Noisebridge Python Class