Skip to content

utkarshg1/PWSkills-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWSkills-Assignments - Utkarsh Gaikwad

PWSkills Data Science Masters assignment - Utkarsh Gaikwad

How to initialize repository

  1. Create Repository on GitHub with gitignore as python and license as GNU
  2. Create empty folder on local system
  3. In VS Studio Code open terminal and use command: git clone "link" "local"
  4. Make python virtual environment with command: python -m venv "local/venv"
  5. create a requirements.txt file in which add dependencies like numpy, pandas etc
  6. press ctrl+shift+p to Select python interpreter and select path local/venv/scripts/python.exe
  7. restart the terminal of VS Code
  8. (venv) should appear in front of local path now. Use command : pip install -r requirements.txt
  9. Now add files / folders in local system .

Commiting and Pushing Files to GitHub

  1. git add .
  2. git commit -m "message"
  3. git status
  4. git push origin main

Activating Virtual Environment command

.\venv\Scripts\activate.bat or ctrl + shift + p and give python interpreter path and start new terminal

About

PWSkills Data Science Masters assignment - Utkarsh Gaikwad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published