Fabelier

a * Lab to make things

User Tools

Site Tools


workshops:twisted_matrix

Twisted Matrix

November, 24th, 6pm, @CRI, by Joaquin Keller

From Wikipedia : Twisted is an event-driven network programming framework written in Python and licensed under the MIT License. Twisted projects variously support TCP, UDP, SSL/TLS, IP Multicast, Unix domain sockets, a large number of protocols (including HTTP, XMPP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more. Twisted is based on the event-driven programming paradigm, which means that users of Twisted write short callbacks which are called by the framework.

Home Page of the project.

About The Workshop

Program:

  • write a webserver (10 lines of code)
  • write a webclient (10 lines of code)
  • pagemixer: build a webpage using other webpages
  • web collage: fetch pages with webclient mix them with pagemixer serve the result with webserver

Prepare for the Workshop

Please install what you need to run twisted on your machine before the workshop, and fill this wiki section to let us know about the issues you might have found while installing.

Installing windows and macOS

Installing Twisted on Ubuntu (or other debian distro)

sudo apt-get install python-twisted python-beautifulsoup python-nevow
workshops/twisted_matrix.txt · Last modified: 2015/02/18 22:41 by k4ngoo