-
Notifications
You must be signed in to change notification settings - Fork 0
Home
cgbosse edited this page Jun 14, 2022
·
1 revision
-
In tried to prepare VSCODE to be used with Python without much success. Using the following articles:
- https://stackoverflow.com/questions/57310009/how-to-install-a-new-python-module-on-vscode
- https://windowsloop.com/how-to-add-to-windows-path/
While doing these steps I encountered the problem that while installing it would refer to a prior version of python that is installed on my computer.
-
I installed the PuGithub and requests following the indications from this article:
-
Installed JSON package for converting to more complex JSONs
- https://opensource.com/article/19/7/save-and-load-data-python-json 2.In order to view the JSON in Pycharm in a better format I learned to use the Ctrl+Alt+L command from this article.
-
Created a .gitignore file to exclude for upload the github_data.json