Skip to content

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

License

Notifications You must be signed in to change notification settings

jbozanowski/django-carrots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Playing with Python
  3. Creating a polling application in Django
  4. Connecting the application to other sites (Facebook)
  5. Deploying the application

Build instructions

Just run:

pip install -r requirements.txt
make html

Documentation should be created in build/html directory.

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.0%
  • Shell 35.0%