Python for Health Sciences and Healthcare
Offered By: LinkedIn Learning
Course Description
Overview
Find out how you can use Python programming in the context of health care and health science.
Syllabus
Introduction
- Learn Python for healthcare
- Python for health sciences and healthcare
- What is programming?
- What are programming languages?
- Code editors
- Integrated development environment software (IDEs)
- Modules, libraries, packages, and systems
- Code versioning
- Version control and repositories
- Package managers and installers
- What is Python?
- Python naming convention
- Python keywords
- Colaboratory notebook (online)
- An overview of the Coderpad coding challenges
- Open Python file
- Write Python file
- Read Python file
- Numeric data
- String data
- Boolean
- Lists
- Tuples
- Sets
- Dictionaries
- Solution: Remove an element from a list
- Solution: Create a set from a list
- Arithmetic operations
- Comparison operations
- Logical operations
- Solution: Repeat string by integer multiplication
- Solution: Integer floor division
- Functions
- Conditional statements
- For loops
- Solution: Define a function
- Solution: Iterate over a list with for loop
- Length and count function
- Minimum and maximum function
- Range and sum function
- String case functions
- Split and join function
- Strip and replace function
- Zip function
- Map function
- Slicing
- String formatting
- Solution: Return maximum value from a tuple
- Solution: Print elements in a list in lowercase
- Solution: Zip two lists
- Solution: Get list element using negative indexing
- Comments
- Docstring
- Error messages
- Official Python documentation
- Import statement and aliasing
- Install and uninstall Python libraries
- Python data analysis libraries
- Next steps
Taught by
Wuraola Oyewusi
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity