Python Language Fundamentals | Notes by DurgaSoft | #Python #notes #Durgasoft
This Video Includes
1) Language Fundamentals
2) Identifiers
3) Reserved Words
4) Data Types
4.1. int
4.2. float
4.3. complex
4.4. bool
4.5. str
4.6. bytes
4.7. bytearray
4.8. range
4.9. list
4.10. tuple
4.11. set
4.12. frozenset
4.13. dict
4.14.None
5) Type Casting Summary of Datatypes in Python3 Escape Characters Constants