Course Handouts

BITS Pilani Course Handouts

View the Project on GitHub sudhirmishra/course-handouts

Welcome to Project Handouts

This project aims to achive the course handouts of the courses taught at BITS Pilani. The archive will faciliate the students make an informed decision about the electives they take up for the semester.

Previous archives

Go ahead checkout the archives of the previous years.

Odd Semester 2016-17 View All
Even Semester 2015-16 View All
Odd Semester 2015-16 View All

Contribute to keep the archive updated

The project contains a download script which scrapes the website for all the course handouts. As the course handouts website is available


# Clone the repository
git clone http://github.com/sudhirmishra/course-handouts.git

# Install the required libraries
pip install requests bs4

# Run the download script
python download_handouts.py

# Rename the download directory
mv "Rename Handouts" <semester>_SEM_<year>
# semester = I or II and year = 2015-16,2016-17, ....

# Push the update to archive
git add <semester>_SEM_<year>
git commit -m "Handout for <semester>_SEM_<year> added"

  

Contributors

Sudhir Mishra (@sudhirmishra)

Ownership and Support

The course handouts are owned by the respective faculties or BITS Pilani. Raise any issues @Github