From the course: Python for Health Sciences and Healthcare
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Code editors - Python Tutorial
From the course: Python for Health Sciences and Healthcare
Code editors
- [Instructor] Code editors are not people. Code editors are actually software that provide an interface for code writing and editing. Think of it like a prescription pad where prescribers write instructions about which medications to dispense. Code are file documents. So if your code is formatted well, you can write it in plain text files and save it as the target's file type. Code editors provide functions like syntax highlights, auto-completion, indentation, and spacing, which improves productivity. Code editors are also typically language-agnostic. So they can support multiple programming languages. You can also find platform-specific code editors like Notepad++ for Windows, or TextEdit for macOS, or cross-platform editors like Atom, Sublime, Vim, and Visual Studio Code. This is what some of the editor interfaces look like. This is Notepad++, and this is Atom in dark mode. It's definitely has the programmer vibe.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is programming?3m 39s
-
(Locked)
What are programming languages?6m 3s
-
(Locked)
Code editors1m 39s
-
(Locked)
Integrated development environment software (IDEs)2m 11s
-
(Locked)
Modules, libraries, packages, and systems1m 51s
-
(Locked)
Code versioning2m 52s
-
(Locked)
Version control and repositories1m 43s
-
(Locked)
Package managers and installers2m 9s
-
(Locked)
What is Python?2m 11s
-
(Locked)
Python naming convention3m 20s
-
(Locked)
Python keywords2m 13s
-
-
-
-
-
-
-
-
-
-
-