An open API service indexing awesome lists of open source software.

https://github.com/subhadeeproy3902/pcc-cs393


https://github.com/subhadeeproy3902/pcc-cs393

Last synced: 2 months ago
JSON representation

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.