Video description
VSCode for the webUse VSCode directly on the web for editing Git repos
Although you can use VSCode locally, using it in the web allows you to avoid having an install and dealing with platform problems. There is no account required and you can directly edit GitHub repositories on the web.
In the case of Python, there are a couple of constraints that you must be aware of, like no support to run the terminal and execute a Python program. But syntax and intellisense works great, and we can even make Jupyter Notebooks work with the help of an extension.
If you are a beginner and trying out different text editors, or even if you are a seasoned developer, you will find a case to use this feature of VSCode.
Learning ObjectivesIn this lesson you will learn:
- Opening a GitHub repository directly on the web and start editing it
- Commit and push changes from VSCode on the web to GitHub
- What are the constraints and limitations of the Python support
- Use Jupyter Notebooks and find what are some of the problems you may find
Table of contents
Product information
- Title: VSCode for the Web
- Author(s):
- Release date: June 2022
- Publisher(s): Pragmatic AI Labs
- ISBN: 50139VIDEOPAIML
You might also like
video
GitHub Codespaces and custom dotfiles
GitHub Codespaces and custom dotfiles Add your dotfiles to any Codespace automatically Customize any GitHub Codespace …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …