ujay0 / UJay_Learning

0 stars 0 forks source link

YT Learn PYTHON (Fundamental-Beginners) #1

Open ujay0 opened 2 years ago

ujay0 commented 2 years ago

https://www.youtube.com/watch?v=v_S64kldryc

Contents:

============================

  1. (00:00:00) What is Python and Father of Python
  2. (00:19:30) Easiness of Python when compared with Other Languages
  3. (00:45:35) Why the name 'Python'
  4. (00:53:29) Python as All Rounder
  5. (01:04:28) Where we can use Python
  6. (01:11:26) Features of Python: Part-1
  7. (01:25:30) Features of Python: Part-2
  8. (01:44:47) Features of Python: Part-3
  9. (01:58:48) Features of Python: Part-4
  10. (02:11:58) Features of Python Summary
  11. (02:19:08) Limitations and Flavors of Python
  12. (02:37:13) Python Versions
  13. (02:51:05) Python Identifiers
  14. (03:13:26) Python Reserved Words
  15. (03:26:56) Data Types Introduction
  16. (03:42:00) Data Types: int data type
  17. (04:04:16) Data Types: Base Conversion Functions
  18. (04:12:59) Data Types: float data type
  19. (04:25:22) Data Types: complex data type
  20. (04:38:47) Data Types: bool data type
  21. (04:46:55) str data type representations by using single,double and triple quotes
  22. (05:07:02) Data Types: str data type - positive and negative index
  23. (05:14:16) Data Types: str data type - Slice Operator
  24. (05:30:45) Data Types: str data type - Slice Operator Applications
  25. (05:43:26) Data Types: + and * operators for str data type
  26. (05:56:29) Type Casting: introduction and int() function
  27. (06:10:00) Type Casting: float() and complex() functions
  28. (06:32:34) Type Casting: bool() and str() functions
  29. (06:44:57) Type Casting: Summary
  30. (06:53:39) Fundamental Data Types vs Immutability : Meaning Of Immutability
  31. (07:08:21) Fundamental Data Types vs Immutability : Need Of Immutability
  32. (07:29:06) Immutability vs Mutability
  33. (07:49:26) Python Data Types: List data type
  34. (08:14:00) Python Data Types: Tuple data type
  35. (08:35:53) Python Data Types: Set data type
  36. (08:56:58) Python Data Types: FrozenSet
  37. (09:07:39) Python Data Types: Dict
  38. (09:24:18) Python Data Types: range
  39. (09:48:35) Python Data Types: bytes and bytearray
  40. (10:05:25) Python Data Types Summary
  41. (10:25:13) None Data Type
  42. (10:37:46) Escape Characters,Comments and Constants

###########################################

ujay0 commented 1 year ago

Completed the 11 hours YouTube course with python program's, need to add the O/P and the onenote file.