+ +- [Mozilla Developer Network Learning Area](https://developer.mozilla.org/en-US/docs/Learn) + - Doing MDN sections for HTML, CSS and JavaScript is the best ways to get into web development! + +
++ +- [Python getting started guide](https://docs.python.org/3/tutorial/introduction.html) +- [Python getting started resources](https://www.python.org/about/gettingstarted/) + +
+
+>
+> Alternatively to using HTTPS as in the instructions below, consider SSH to interact with GitHub from the terminal. SSH allows you to connect without a user-pass authentication flow.
+>
+> To run git commands with SSH, remember then to substitute the HTTPS URL, `https://github.com/...`, with the SSH one, `git@github.com:...`.
+>
+> - e.g. Cloning now becomes `git clone git@github.com:
+>
+> Alternatively to using HTTPS as in the instructions below, consider SSH to interact with GitHub from the terminal. SSH allows you to connect without a user-pass authentication flow.
+>
+> To run git commands with SSH, remember then to substitute the HTTPS URL, `https://github.com/...`, with the SSH one, `git@github.com:...`.
+>
+> - e.g. Cloning now becomes `git clone git@github.com: