https://github.com/subhadeeproy3902/pcc-cs393
https://github.com/subhadeeproy3902/pcc-cs393
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subhadeeproy3902/pcc-cs393
- Owner: subhadeeproy3902
- Created: 2023-07-24T03:03:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T03:17:45.000Z (almost 2 years ago)
- Last Synced: 2023-07-24T05:27:13.533Z (almost 2 years ago)
- Language: Python
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCC-CS393 (Python - IT Workshop)
This repository contains the Python programs which I practised and the notes I referred to in my third semester for the PCC-CS393 paper(IT WORKSHOP) as a part of the 2nd year B.Tech CSE Curriculum.
## How to Install
1. Create a ```Python``` virtual environment.
2. Clone the repo ```git clone https://github.com/ParnaRoyChowdhury777/PCC-CS393-Python-IT-Workshop.git``` or download the repository.
3. Go to the cloned/downloaded directory ``` cd ```.
4. Go to the [Python website.](https://www.python.org/)
5. Download the software.
6. Install it according to the guide.
7. Open terminal and type ```python --version``` to see whether it is properly installed or not.
8. And now you can run the example scripts or create your own scripts.## Usage
- To run any python program, run ``` python filename.py```, where filename is the name of the file you are wanting to execute.
- If the above command doesn't work, then run ``` python3 filename.py```, where again filename is the name of the file you are wanting to execute.## âī¸ FAQ
- How to stop the script? Ctrl+C (control+C for Mac)
- For any other problems, feel free to raise an issue.## đ¤ Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.## Where to contact ?
Contact: [[email protected]]## đ License
[Apache License 2.0 ÂŠī¸ Parna Roy Chowdhury](https://github.com/ParnaRoyChowdhury777/PCC-CS393-Python-IT-Workshop/blob/53dba04febdbc341b3ec0deb5283b3b450e509d8/LICENSE)## đââī¸ Support
đ If you like this project, do give it a â and share it with your friends!
---
Made with â¤ī¸ and Python.