Guideline paper 
• RaspberryPi 
https://wiki.archlinux.org/index.php/Raspberry_Pi Docs wiki Raspberry Pi archlinux 
http://archlinuxarm.org/ Project archlinux ARM & installation OS 
http://uk.farnell.com/raspberry-pi Specification hardware 
http://archpi.dabase.com/ Archlinux on RPI 
• Domain TLD & SSL cert 
https://hover.com/ Domain management doubleAUTH 
https://namecheap.com/ Cheap SSL cert 
• Python 
http://quokkaproject.org/ Quokka CMS – It's a MongoDB Flask CMS 
http://flask.pocoo.org/docs/0.10/ Flask WEB Framework 
https://stormpath.com/blog/build-a-flask-app-in-30-minutes/ Build a flask apps 30 minutes 
http://jinja.pocoo.org/docs/dev/ Jinja2 template langage python for HTML 
http://mynt.uhnomoli.com/ Mynt Static site generators include Jinja2 template, markdown syntax 
http://python-eve.org/index.html#demo Eve RESTful API powered by MongoDB,flask,Redis 
https://speakerdeck.com/nicola/eve-rest-api-for-humans EVE API getting started 
https://wiki.archlinux.org/index.php/Virtualenv Python VirtualEnv 
• Web server 
https://gist.github.com/ichpuchtli/7541462 nginx + uwsgi + flask on arch linux 
http://metz.gehn.net/2013/02/running-anything-on-nginx-with-uwsgi/ Running anything on uWSGI 
http://uwsgi-docs.readthedocs.org/en/latest/index.html uWSGI Building hosting service 
https://wiki.archlinux.org/index.php/Nginx High performance HTTP server & proxy 
• Data management 
http://redis.io/ Reddis key-value cache, store. Data structure server 
http://www.slideshare.net/kjunine/getting-started-with-redis Getting started with Redis 
https://www.mongodb.org/ NoSQL Database JSON-style documents 
http://www.fullstackpython.com/no-sql-datastore.html noSQL Data Stores 
https://mongolab.com/ MongoDB-as-a-Service hosting 
• Markdown syntax 
http://daringfireball.net/projects/markdown/ text-to-HTML conversion tool for web writers 
http://en.support.wordpress.com/markdown-quick-reference/ Quick reference sheet 
• HTML & CSS 
http://www.w3schools.com/ w3schools 
http://getbootstrap.com/2.3.2/#download-bootstrap CSS Web framework 
http://www.uxapprentice.com/ UX design 
• Security 
https://wiki.archlinux.org/index.php/Security Security page 
https://wiki.archlinux.org/index.php/Grsecurity Extensive security enhancement to the Linux kernel 
• DATA visualisation 
http://neo4j.com/ Graph database 
http://gremlindocs.com/ Domain specific langage for traversing property graphs 
https://github.com/tinkerpop/blueprints/wiki Collection of interfaces, implementation graph data model 
Autres cours FR 
http://openclassrooms.com/courses/guide-de-demarrage-pour-utiliser-mongodb 
Guide de démarrage pour utiliser mongoDB 
http://openclassrooms.com/courses/creez-vos-applications-web-avec-flask 
Créer vos applications web avec Flask 
http://openclassrooms.com/courses/apprenez-a-programmer-en-python Apprenez le python 
http://openclassrooms.com/courses/apprenez-a-creer-votre-site-web-avec-html5-et-css3 HTML5 & CSS3

Guideline paper@rpi full_stack_python_arch

  • 1.
    Guideline paper •RaspberryPi https://wiki.archlinux.org/index.php/Raspberry_Pi Docs wiki Raspberry Pi archlinux http://archlinuxarm.org/ Project archlinux ARM & installation OS http://uk.farnell.com/raspberry-pi Specification hardware http://archpi.dabase.com/ Archlinux on RPI • Domain TLD & SSL cert https://hover.com/ Domain management doubleAUTH https://namecheap.com/ Cheap SSL cert • Python http://quokkaproject.org/ Quokka CMS – It's a MongoDB Flask CMS http://flask.pocoo.org/docs/0.10/ Flask WEB Framework https://stormpath.com/blog/build-a-flask-app-in-30-minutes/ Build a flask apps 30 minutes http://jinja.pocoo.org/docs/dev/ Jinja2 template langage python for HTML http://mynt.uhnomoli.com/ Mynt Static site generators include Jinja2 template, markdown syntax http://python-eve.org/index.html#demo Eve RESTful API powered by MongoDB,flask,Redis https://speakerdeck.com/nicola/eve-rest-api-for-humans EVE API getting started https://wiki.archlinux.org/index.php/Virtualenv Python VirtualEnv • Web server https://gist.github.com/ichpuchtli/7541462 nginx + uwsgi + flask on arch linux http://metz.gehn.net/2013/02/running-anything-on-nginx-with-uwsgi/ Running anything on uWSGI http://uwsgi-docs.readthedocs.org/en/latest/index.html uWSGI Building hosting service https://wiki.archlinux.org/index.php/Nginx High performance HTTP server & proxy • Data management http://redis.io/ Reddis key-value cache, store. Data structure server http://www.slideshare.net/kjunine/getting-started-with-redis Getting started with Redis https://www.mongodb.org/ NoSQL Database JSON-style documents http://www.fullstackpython.com/no-sql-datastore.html noSQL Data Stores https://mongolab.com/ MongoDB-as-a-Service hosting • Markdown syntax http://daringfireball.net/projects/markdown/ text-to-HTML conversion tool for web writers http://en.support.wordpress.com/markdown-quick-reference/ Quick reference sheet • HTML & CSS http://www.w3schools.com/ w3schools http://getbootstrap.com/2.3.2/#download-bootstrap CSS Web framework http://www.uxapprentice.com/ UX design • Security https://wiki.archlinux.org/index.php/Security Security page https://wiki.archlinux.org/index.php/Grsecurity Extensive security enhancement to the Linux kernel • DATA visualisation http://neo4j.com/ Graph database http://gremlindocs.com/ Domain specific langage for traversing property graphs https://github.com/tinkerpop/blueprints/wiki Collection of interfaces, implementation graph data model Autres cours FR http://openclassrooms.com/courses/guide-de-demarrage-pour-utiliser-mongodb Guide de démarrage pour utiliser mongoDB http://openclassrooms.com/courses/creez-vos-applications-web-avec-flask Créer vos applications web avec Flask http://openclassrooms.com/courses/apprenez-a-programmer-en-python Apprenez le python http://openclassrooms.com/courses/apprenez-a-creer-votre-site-web-avec-html5-et-css3 HTML5 & CSS3