Skip to content
View raunak-r's full-sized avatar

Block or report raunak-r

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
raunak-r/README.md

Pinned Loading

  1. data-science-notes data-science-notes Public

    A collection of data science concepts, datasets, industry-applications, walk-through's & notes. See ISSUES tab for in-depth studies by topics.

    Jupyter Notebook 9 3

  2. grow-holistic grow-holistic Public

    A guide for software developers to learn and prepare for their everyday tasks.

    3 3

  3. tech-notes tech-notes Public

    A repository to store code snippets, general functions, and any other notes taken for various technologies and tools. See ISSUES Tab for in-depth studies.

    R 2

  4. task-mgmt-system-django task-mgmt-system-django Public

    A backend only implementation of Django and Http Requests(Get, Post, Put, Delete) to create a task-mgmt-system.

    Python 1

  5. Python Setup for Backend Development... Python Setup for Backend Development in Windows using WSL
    1
    # Python Setup for Backend Development in Windows using WSL
    2
     
    3
    ### Project Setup - Contents
    4
    0. [Mandatory Must-TODO](#mandatory-must-todo)
    5
    1. [Laptop Setup](#laptop-setup)
  6. Setting up Celery & Redis to a Djang... Setting up Celery & Redis to a Django Project.
    1
    # Adding Redis and Celery to a Django Project
    2
     
    3
    #### Terminal 1
    4
    ```
    5
    Run standalone docker container for Redis.