How to use Visual Studio Code in Python? TRex

seeders: 20
leechers: 6
updated:
Added by TorrentRex in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 185
  • Language: English

Files

How to use Visual Studio Code in Python
  • 365491-01 - VSC - downloading and installing - How to use Visual Studio Code in Python.en.srt (4.7 KB)
  • 365491-01 - VSC - downloading and installing - How to use Visual Studio Code in Python.en.vtt (4.6 KB)
  • 365491-01 - VSC - downloading and installing - How to use Visual Studio Code in Python.mp4 (15.4 MB)
  • 365491-02 - Setting up the workspace in VSC and installing basic extensions - How to use Visual Studio Code in Python.en.srt (12.9 KB)
  • 365491-02 - Setting up the workspace in VSC and installing basic extensions - How to use Visual Studio Code in Python.en.vtt (12.3 KB)
  • 365491-02 - Setting up the workspace in VSC and installing basic extensions - How to use Visual Studio Code in Python.mp4 (30.4 MB)
  • 365491-03 - Linter - what is linting - how to use it, settings in .vscode - How to use Visual Studio Code in Python.en.srt (17.4 KB)
  • 365491-03 - Linter - what is linting - how to use it, settings in .vscode - How to use Visual Studio Code in Python.en.vtt (16.5 KB)
  • 365491-03 - Linter - what is linting - how to use it, settings in .vscode - How to use Visual Studio Code in Python.mp4 (69.6 MB)
  • 365491-04 - Code Runner Custom Shortcuts Shortcuts from other editors, Interactive shell - How to use Visual Studio Code in Python.en.srt (19.0 KB)
  • 365491-04 - Code Runner Custom Shortcuts Shortcuts from other editors, Interactive shell - How to use Visual Studio Code in Python.en.vtt (18.1 KB)
  • 365491-04 - Code Runner Custom Shortcuts Shortcuts from other editors, Interactive shell - How to use Visual Studio Code in Python.mp4 (44.9 MB)
  • 365491-05 - Auto Save - making sure your file is saved after each change - How to use Visual Studio Code in Python.en.srt (2.2 KB)
  • 365491-05 - Auto Save - making sure your file is saved after each change - How to use Visual Studio Code in Python.en.vtt (2.2 KB)
  • 365491-05 - Auto Save - making sure your file is saved after each change - How to use Visual Studio Code in Python.mp4 (4.0 MB)
  • 365491-06 - Snippets and pass keyword - How to use Visual Studio Code in Python.en.srt (10.5 KB)
  • 365491-06 - Snippets and pass keyword - How to use Visual Studio Code in Python.en.vtt (10.0 KB)
  • 365491-06 - Snippets and pass keyword - How to use Visual Studio Code in Python.mp4 (23.9 MB)
  • 365491-07 - Automatic code formatting - How to use Visual Studio Code in Python.en.srt (4.1 KB)
  • 365491-07 - Automatic code formatting - How to use Visual Studio Code in Python.en.vtt (4.0 KB)
  • 365491-07 - Automatic code formatting - How to use Visual Studio Code in Python.mp4 (9.0 MB)
  • 365491-08 - Debugging mode - how to professionally debug your code - How to use Visual Studio Code in Python.en.srt (23.7 KB)
  • 365491-08 - Debugging mode - how to professionally debug your code - How to use Visual Studio Code in Python.en.vtt (22.5 KB)
  • 365491-08 - Debugging mode - how to professionally debug your code - How to use Visual Studio Code in Python.mp4 (39.4 MB)
  • 365491-09 - Ligatures - custom font created especially for programmers - Fira Code - How to use Visual Studio Code in Python.en.srt (11.8 KB)
  • 365491-09 - Ligatures - custom font created especially for programmers - Fira Code - How to use Visual Studio Code in Python.en.vtt (11.2 KB)
  • 365491-09 - Ligatures - custom font created especially for programmers - Fira Code - How to use Visual Studio Code in Python.mp4 (31.6 MB)
  • 365491-10 - Icons theme - How to use Visual Studio Code in Python.en.srt (3.5 KB)
  • 365491-10 - Icons theme - How to use Visual Studio Code in Python.en.vtt (3.4 KB)
  • 365491-10 - Icons theme - How to use Visual Studio Code in Python.mp4 (9.2 MB)
  • 365491-11 - Bracket Pair Colorizer - improving readability of your code - How to use Visual Studio Code in Python.en.srt (3.5 KB)
  • 365491-11 - Bracket Pair Colorizer - improving readability of your code - How to use Visual Studio Code in Python.en.vtt (3.4 KB)
  • 365491-11 - Bracket Pair Colorizer - improving readability of your code - How to use Visual Studio Code in Python.mp4 (8.1 MB)
  • 365491-12 - Python Preview - watching the code execution while writing it - How to use Visual Studio Code in Python.en.srt (10.5 KB)
  • 365491-12 - Python Preview - watching the code execution while writing it - How to use Visual Studio Code in Python.en.vtt (10.0 KB)
  • 365491-12 - Python Preview - watching the code execution while writing it - How to use Visual Studio Code in Python.mp4 (21.6 MB)
  • 365491-13 - Python Quick Print - How to use Visual Studio Code in Python.en.srt (1.9 KB)
  • 365491-13 - Python Quick Print - How to use Visual Studio Code in Python.en.vtt (1.9 KB)
  • 365491-13 - Python Quick Print - How to use Visual Studio Code in Python.mp4 (3.2 MB)
  • 365491-14 - Code Spell Checker - How to use Visual Studio Code in Python.en.srt (4.5 KB)
  • 365491-14 - Code Spell Checker - How to use Visual Studio Code in Python.en.vtt (4.4 KB)
  • 365491-14 - Code Spell Checker - How to use Visual Studio Code in Python.mp4 (9.6 MB)

Description

This course was created to make sure you understand how to work fast and easy with Python using popular Visual Studio Code

You will learn:

How to set up a workspace.
How to work with Visual Studio Code?
Installing plugins (plugins):
python
What is linter? How to use it? How to change linter in VSC? How to ignore messages you don't want to see?
Settings in visual studio code.
How to create a shortcut for the command you are interested in?
How to run a program in an interactive terminal / shell?
About extensions that will allow you to import shortcuts from other editors that you know, e.g. Sublime / Netbeans / Atom etc.
Extension that will let you fire part of the code?
About the pandas package for viewing data in the form of a table
How to make sure your file is saved after each change?
How to write your code faster using predefined templates of code called snippets?
How does pass keyword work?
How to automatically format the code according to the standards?
What is debugging?
How to debug your code?
How to add breakpoints?
How to edit breakpoints?
How to make breakpoints with condition?
How to use breakpoints to log?
How to add elements to watchlist?
What is callstack?
What is ligature?
How to turn them on/off?
How do you enable custom fonts?
Why use Fira Code or Cascadia Code?
How to change your icons theme?
How to make sure you don't make any more mistakes when opening and closing curly brackets?
I will show you an extension that will help you understand how your computer works when it analyzes your code.
How to quickly print the value of variable using print?
Making sure that your code is spelled properly is very important, this extension will do it for you!



Download torrent
320.2 MB
seeders:20
leechers:6
How to use Visual Studio Code in Python? TRex


Trackers

tracker name
udp://opentor.org:2710/announce
udp://p4p.arenabg.com:1337/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://9.rarbg.to:2710/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.moeking.me:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.tiny-vps.com:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.internetwarriors.net:1337/announce
µTorrent compatible trackers list

Download torrent
320.2 MB
seeders:20
leechers:6
How to use Visual Studio Code in Python? TRex


Torrent hash: 5F2AB9CEC722C3BE25D6E049334708C0EB9811D6