Python Foundations, Tools & Techniques
This Python course prepares teaches the fundamentals of Python. It shows how to interact with Python, the common data structures, looping, classes, exceptions, file handling, environments and more.
Overview
This course includes:
- 3 hours on-demand video
- Many downloadable resources
- Full lifetime access
- Certificate of completion
Skills You Will Gain
Learning Outcomes (At The End Of This Program, You Will Be Able To...)
- Understand the object model of Python
- Leverage the REPL
- Master math with Python
- Understand Unicode and string manipulation
- Use conditionals and loops
- Master the basic data structures like lists and
- dictionaries
- Create functions to enable code reuse
- Learn how to slice sequences
- Understand how to create and leverage classes
- Learn about exceptions and exception handling
- Create environments and load libraries
Prerequisites
- Basic computer knowledge is assumed
- Prior programming experience is nice but not required
Who Should Attend
- New Python developers looking to quickly develop and keen understanding of the power of Python
- Early stage users of Python who need to master how Python really works
- Individuals who are familiar with data science and need to understand Python