poc projects for python
Python/Github/ -- practice github manul pull/push - SSH setup steps —> https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent - Create Github directory —> mkdir /Users/mbheri/PycharmProjects/github-code - Point to Github directory —> cd /Users/mbheri/PycharmProjects/github-code
- git status
- git add filepath
- git commit -m "User pipenv to manage dependencies"
- git push
- mkdir subdir
- git mv filename.ext subdir/
- git log --> tracks the git changes shift Q to exit
This proj reuires python3 and the following packages requests boto3
pipenv install
pinenv run "Github/fn_is_prime.py"
pipenv install -d ipython
/Users/mbheri/PycharmProjects/py-poc/Github/
'''