Code Monkey home page Code Monkey logo

django-carrots's Introduction

Django Carrots tutorials

Le tutoriel Django Carrots présente pas-à-pas aux débutants la manière de créer leur premier site internet avec Python et Django

En quelques mots:

  1. Installer Python et mettre en place son environnement de développement
  2. Les bases de Python
  3. "Snakes!" compétition en ligne
  4. Développer une application de sondage en Django
  5. Déployer son application

Générer la documentation

En deux lignes:

$ pip install -r requirements.txt
$ make html

La documentation sera créée dans le répertoire build/html.

Version imprimable

Pour générer une version imprimable, vous aurez besoin de XeTeX (car PDFLatex ne supporte malheureusement pas l'unicode):

$ make latex
$ cd build\latex

# Open workshops.tex and remove '\DeclareCharacter' directive
$ xelatex workshops.tex

Pourquoi Python 3 ?

Parce que Python 3, c'est le futur. Et aussi pour la gestion native de l'Unicode ce qui permet de sauter toute la formation à l'Unicode qui serait nécessaire avec Python 2. Ça évite de faire peur aux débutants dès le début.

Contribuer

N'hésitez pas ! Vous y êtes même fortement encouragés.

Les guides et outils logiciels de Django Carrots sont libres:

Vous pouvez les redistribuer et/ou les modifier sous les termes de la licence GPL v3 de la FSF. Voir le fichier LICENSE à la racine du dépôt pour plus d'informations.

django-carrots's People

Contributors

almet avatar bernardpaulus avatar c24b avatar fallen avatar geekgirlscarrots avatar gkapkowski avatar kstepniowska avatar kturbo avatar littlewhite-tb avatar lqc avatar mart-e avatar metamatik avatar mstepniowski avatar natim avatar pbetkier avatar qrees avatar simonsapin avatar

Watchers

 avatar  avatar  avatar

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.