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

Block or report raunak-r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
raunak-r/README.md

Pinned

  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 8 2

  2. grow-holistic grow-holistic Public

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

    2 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.