Skip to content
View nautatva's full-sized avatar

Organizations

@jazzband @iitb-gymkhana @Nautatva-Assignments-and-projects
Block or Report

Block or report nautatva

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

Pinned

  1. iitb_oauth iitb_oauth Public

    Django plugin for LDAP authentication using IIT Bombay gymkhana SSO.

    Python 1

  2. iitb-gymkhana/donation-portal iitb-gymkhana/donation-portal Public

    Donation Portal for IIT Bombay

    CSS

  3. iitb-gymkhana/iitb-gymkhana.github.io iitb-gymkhana/iitb-gymkhana.github.io Public

    The new website for Gymkhana, IIT Bombay

    CSS 2

  4. Scrape internship blog to get data i... Scrape internship blog to get data in CSV
    1
    import requests
    2
    from bs4 import BeautifulSoup, Comment
    3
    import csv
    4
    from enum import Enum
    5