

Installing packages for pybricks-stubs, ev3dev2, rope and autopep8
The pybricks-stubs package cooperates with Visual Studio Code's IntelliSense in providing programmers with information such as the next variable or function they could use and provides information on the written-out commands, such as their functions and input parameters.
The ev3dev2 adds extra commands for the EV3 brick. It depends on the ev3dev library, which is installed alongside the EV3 MicroPython Visual Studio Code extension. If you haven't installed EV3 MicroPython, due so before you proceed.
The Rope library allows us to automatically refactor our code. In this course, you will learn how to use this library to quickly edit variables, functions, etc
Autopep8 automatically formats code. There are standardized rules for how a well-written piece of code should be formated and this tool will help us follow them.
- #1516
- 24 Jan 2020