Home > pythoncampus

pythoncampus

Pythoncampus is a project mainly written in JAVASCRIPT and PYTHON, it's free.

This is the source code for the PythonCampus.org website

PythonCampus.org

This project contains the source code for the PythonCampus.org website.

Development Environment

  1. Create a Virtualenv for the project:

    mkdir -p ~/pythoncampus
    cd ~/pythoncampus
    virtualenv --no-site-packages --unzip-setuptools .
    source ./bin/activate
  2. Install Pip, iPython and Django:

    easy_install -U pip
    pip install ipython
    pip install django
  3. Clone your forked repository:

    git clone [email protected]:[YOUR NAME]/pythoncampus.git src
    cd src
  4. Change whatever you want!

Dependencies

  • Django
  • DreamHost

License

This code is free to be used under the terms of the MIT license.

Previous:syncfs