Code Monkey home page Code Monkey logo

django-carrots's Introduction

Django Carrots tutorials

Tutorials walking new programmers through the process of building their first website in Python and Django.

Loose outline

  1. Installing Python and setting up development environment
  2. Python basics
  3. "Snakes!" online competition
  4. Creating a polling application in Django
  5. Deploying the application

Build instructions

Just run:

$ pip install -r requirements.txt
$ make html

Documentation should be created in build/html directory.

Print version

For print version you will need XeTeX engine (because PDFLatex doesn't support Unicode, go figure):

$ make latex
$ cd build\latex

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

Why Python 3?

Because it's the future. Also, Python 3 makes it possible to skip the whole section of the tutorial describing Unicode and character encodings in general. There is no use in scaring newbies from the start.

Contributing

Please do!

Django Carrots guides and related software are free works: you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation version 3 with the additional attribution requirements. See LICENSE file at the root of the source directory for details.

django-carrots's People

Contributors

geekgirlscarrots avatar kturbo avatar lqc avatar mstepniowski avatar pbetkier avatar qrees avatar

Watchers

 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.