shftr / DC713-lets-learn-python

This project will serve as a training program for DC713 scrubs to learn python things. I will post questions and problems on here occasionally and people can submit answers in the form of a git push. I will post problems once or twice a week (depending on how caffeinated I am) and answer the problems the following week. I will be reviewing the problems in DC713 meetings in case people have questions. Follow the following format to clone the master, create a local branch, work on the code, then push the branch (not to master preferably or I'll reject it) Set up your local github configuration. Follow instructions located at (https://help.github.com/en/articles/set-up-git) to download, install, setup and configure git on your local system. Set up your commit email address and create an HTTPS personal access token on your account (https://help.github.com/en/articles/which-remote-url-should-i-use#cloning-with-https-urls-recommended) Cache your Github password in Git with (https://help.github.com/en/articles/caching-your-github-password-in-git) (Alternatively, you can use SSH keys and authenticate to Github using your SSH key that you can generate using the following: https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) To clone the repo and create a new branch, follow these instructions: https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shftr/DC713-lets-learn-python Stargazers