Giter Site home page Giter Site logo

rapid-web-slides's Introduction

Rapid Web Prototyping with Lightweight Tools

This is a 3-hour tutorial I gave at PyCon 2013 in Santa Clara, CA; a video recording is also on YouTube.

This blog post covers the tutorial and all the appropriate links in detail, and this information was spun out of one of my blog's most popular posts, "How to build a web app fast: Python, HTML, and JavaScript resources".

Outline

  • why novice web devs tend to get overwhelmed by fancy frameworks
  • why rapid web prototyping is important, even for experienced devs
  • what lightweight tools are available in the web ecosystem (jQuery, Bootstrap)
  • what complementary Python tools are available (Jinja2, Flask)
  • how to put these pieces together to build web apps quickly
  • a theory of "inside out" programming, starting with the UI and moving to the backend

View the slides online

Slides can be viewed in compiled form at:

http://pixelmonkey.org/pub/rapid-web-slides/

Note that the slides can be controlled as follows:

  • Advance forward / back with the forward and back keys
  • Press c to get the "controls", which also allows you to skip slides and switch to outline mode
  • Outline mode includes some notes not included in the slidedeck, and also allows you to easily copy/paste examples into your own interpreter

I suggest you run through the slides in slide mode, and then review them in outline mode, doing examples from your own interpreter. That's how I tended to do things when I physically gave the presentation. Of course, you can also contact me on Twitter at @amontalenti if you want to see if I might be giving the talk nearby you sometime soon :-)

How this was built

Using Python, of course. It's turtles all the way down.

I wrote the slides using reST, and specifically Docutils support for S5 export. Scripts are included to compile the presentation from the index.rst file and also to allow development of new slides with live recompilation using pyinotify (Linux systems only). See build.sh and monitor.sh for more information. If you have prince installed, you can also export these slides as a PDF using slides.sh.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.