From the course: Python for Health Sciences and Healthcare
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Integrated development environment software (IDEs) - Python Tutorial
From the course: Python for Health Sciences and Healthcare
Integrated development environment software (IDEs)
- [Narrator] Integrated Development Environments software, or IDEs, is a comprehensive workspace. Think of them as code editors on steroids where there is code writing, editing, testing, versioning, auto-complete, and automated code deployment in one place. For context, think of it as prescription pad, but beyond just writing a prescription, it also has an embedded dosage verifier, quantity checker, and drug interaction checker, all in real-time as the prescription is being written. While there are IDEs that support multiple programming languages, there are also specialized one targeted towards programmers in a particular language. These offer supporting syntax and highlight errors for the focus language, direct interaction for code versioning, and syncing with repositories. And IDEs can test and debug code in real-time. IDEs can also be offline or online. Because there's an active ecosystem in community of programmers…
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
-
-
-
-
-
-
-
-
-
-
-