add python extension docs
58
docs/day0.md
@@ -68,6 +68,30 @@ Your most important tool as a programmer is a proper editor. It should offer you
|
||||
|
||||

|
||||
|
||||
1. Click the "extensions" button on the left to open the extensions page
|
||||
|
||||

|
||||
|
||||
1. Search for "python"
|
||||
|
||||

|
||||
|
||||
1. Click on the first Python extension and click "install"
|
||||
|
||||

|
||||
|
||||
1. When the extension has finished installing, close out of the welcome window
|
||||
|
||||

|
||||
|
||||
1. Close out of the extension window
|
||||
|
||||

|
||||
|
||||
1. Reopen your document view by clicking the "documents" icon
|
||||
|
||||

|
||||
|
||||
### Create a "Projects" folder
|
||||
|
||||
I keep all my projects in a folder called "Projects" in my home directory. On Windows this is at `C:\Users\username\Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it.
|
||||
@@ -160,24 +184,48 @@ Your most important tool as a programmer is a proper editor. It should offer you
|
||||
|
||||
1. Head to <https://code.visualstudio.com/>
|
||||
|
||||
2. Click on the download link
|
||||
1. Click on the download link
|
||||
|
||||

|
||||
|
||||
3. Run through the installer, select default options
|
||||
1. Run through the installer, select default options
|
||||
|
||||
4. Open VSCode
|
||||
1. Open VSCode
|
||||
|
||||

|
||||
|
||||
5. Uncheck "Show welcome page on startup"
|
||||
1. Uncheck "Show welcome page on startup"
|
||||
|
||||

|
||||
|
||||
6. Close out of the welcome page
|
||||
1. Close out of the welcome page
|
||||
|
||||

|
||||
|
||||
1. Click the "extensions" button on the left to open the extensions page
|
||||
|
||||

|
||||
|
||||
1. Search for "python"
|
||||
|
||||

|
||||
|
||||
1. Click on the first Python extension and click "install"
|
||||
|
||||

|
||||
|
||||
1. When the extension has finished installing, close out of the welcome window
|
||||
|
||||

|
||||
|
||||
1. Close out of the extension window
|
||||
|
||||

|
||||
|
||||
1. Reopen your document view by clicking the "documents" icon
|
||||
|
||||

|
||||
|
||||
### Create a "Projects" folder
|
||||
|
||||
I keep all my projects in a folder called "Projects" in my home directory. On MacOS this is at `/Users/username/Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it.
|
||||
|
||||
BIN
docs/img/day0/close_extension.png
Executable file
|
After Width: | Height: | Size: 135 KiB |
BIN
docs/img/day0/close_welcome.png
Executable file
|
After Width: | Height: | Size: 115 KiB |
BIN
docs/img/day0/extension.png
Executable file
|
After Width: | Height: | Size: 70 KiB |
BIN
docs/img/day0/install_python.png
Executable file
|
After Width: | Height: | Size: 134 KiB |
BIN
docs/img/day0/install_success.png
Executable file
|
After Width: | Height: | Size: 137 KiB |
BIN
docs/img/day0/search_python.png
Executable file
|
After Width: | Height: | Size: 89 KiB |
BIN
docs/img/day0/select_docs.png
Executable file
|
After Width: | Height: | Size: 44 KiB |