Szymon-Budziak / CodeBrainers

CodeBrainers teaching materials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeBrainers

CodeBrainers teaching materials.

Table of contents

  1. Django:
  2. Data science

To start with any of the available materials, do the following:

1. In your terminal create a new folder where you would like to store the repository:

mkdir Django_project
cd Django_project

2. Clone repository by typing:

git clone https://github.com/Szymon-Budziak/CodeBrainers.git

3. Create new virtual environment and activate it:

  • Linux/macOS machine:
python -m venv venv
source venv/bin/activate

(if python is not working try using python3)

  • Windows machine:
py -m venv venv
venv\Scripts\activate

this will create new activated virtual environment with venv name.

5. Enter either Django course and specific group Data science and install required packages:

pip install -r requirements.txt

About

CodeBrainers teaching materials.

License:MIT License


Languages

Language:Jupyter Notebook 88.9%Language:Python 9.7%Language:HTML 1.2%Language:CSS 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Procfile 0.0%