This repository contains code for the practical labs in MES Wadia College Of Engineering, Pune. The code follows the syllabus of the SPPU Pune University for semester 7 of Computer Engineering. Explore and learn from the code examples and exercises!
To use the code in this repository, navigate to the appropriate directory for the lab there you will find the respective codes.
For Python Used Virtual Environment
pip install virtualenv
virtualenv venv
source venv/bin/activate
source venv/bin/activate
venv/Scripts/activate
pip install -r requirements.txt
Contributions to this repository are welcome. If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.