public marks

PUBLIC MARKS from ghis with tags web & python

2017

2010

Optimiser ses applications Django — bruno.im

(via)
Quelques conseils pour optimiser les performances des applis Django : éviter les requêtes multiples, mettre les templates en cache, différer certaines actions (files)...

Using fabric to deploy symfony application - Thomas Rabaix

by 1 other (via)
Fabric is a python command-line tool to deploy projects over one or several servers. The article details how to simplify and automates the deployment of a symfony project using Fabric.

Créer un blog avec Django 1.2 - Gilles Fabio

by 1 other
Tutoriel sur la création basique d'un blog avec Django 1.2.

10 Django Trouble Spots for Beginners | Nettuts+

(via)
"Django is an incredibly-powerful web framework, but using it can be a bit daunting for new users. I found this out the hard way over a year ago, spending hours struggling with even the most basic of concepts. If you're new to Django, (or MVC frameworks in general), you're probably going to have to shift your thinking a bit to use this robust framework. Here are some of the issues that I had to struggle with before I fully understood them. Hopefully, this will save you hours of struggling."

A Roundup of 10 Django Tutorials | blogfreakz.com

(via)
A list of good to start playing with Django.

Droopy Creates Instant Servers for Large File Trading - Web apps - Lifehacker

(via)
Windows/Mac/Linux: Droopy is a Python script that creates a miniature, one-shot web server that lets anyone upload files through a web page straight to your computer, no matter the size.

Dailymotion - La dure vie des développeurs web - une vidéo Comédie et Humour

(via)
Encore une parodie de la scène de «der unterdang», sur le thème du développement web.

The Official web2py Book

The official documentation of web2py, a python web framework.

Create a Simple App with Django and MongoDB: Part 1 - Reza Muhammad

Beginning of a tutorial on how to create a simple app with Django and MongoDB.

Bottle: Python Web Framework - Bottle: Python Web Framework

Bottle is a fast and simple WSGI web-framework for Python packed into a single file with no external dependencies.

2008

Debugging Django

by 1 other
Tips for debugging in Django.