Data basics
5 lessons in the Python course.
Full Python course · Search this topic · Programming
- VariablesStore, update, and name values clearly in Python programs.
- Working with StringsCreate, format, search, and slice Unicode text in Python.
- Working with NumbersCalculate with integers and floating-point numbers using Python operators.
- Booleans and ComparisonsCreate True and False values and combine comparisons into conditions.
- Type ConversionConvert strings, numbers, and collections explicitly and inspect value types.