Programming From The Very Basics Using Python - Session 06 - Ingredients of a program - Part 4

Опубликовано: 04 Ноябрь 2024
на канале: Chandrashekar Babu
48
4

In this video, I will walk you through various built-in datatypes in python, introducing you to boolean data type and an overview of literal representation of tuple, list, set and dict data types along with strings and numbers. You will learn how to use input() function to get user input from a command-line oriented python application and also understand how to convert objects between different data-types using type constructor expressions.

Code samples and notebooks used in the videos / demonstration are available at https://github.com/slashprog/programm...