(eCornell) Constructing Expressions in Python
About This Course
In this course, you will construct expressions and reuse them to manipulate and compute variables in a variety of applications. This reusability enables a 'create once, use everywhere' development paradigm which will streamline development of your current and future Python programs. You will develop the knowledge and skills to assign and access variables, combine variables and data in expressions, and leverage Python as a powerful calculator. You'll also use the enhanced capabilities of the IPython environment to do interactive work with Python and to explore your data through new analyses. The knowledge and skills you gain will help you construct Python expressions to streamline the development of your current and future Python data science projects. The course is provided by eCornell in partnership with Genashtim.
What You'll Learn
Use built-in Python data types, functions, and methods
Assign and access variables
Call built-in functions and methods to manipulate data
Combine variables and data in expressions
Leverage Python as a powerful calculator
Use the enhanced capabilities of the IPython environment