Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 713 Bytes

Python_Learning

Overview of the key concepts learned in Python

  • Basics - Keywords, Identifiers, Comments, Basic I/O, Variables and Data Types
  • Operations - Assignment, Arithmetic, Conditional, Logical etc.
  • If-elif-Else
  • Loops - For, while, break, continue and pass statements
  • Data Types - Numbers, string, list, dictionary, tuples and sets
  • Exception Handling
  • Object-Oriented Programming

Each of the above mentioned topic is explained conceptually with examples. This basic Python learning sets the foundation for learning Pandas, Data Manipulation and Data Visualization required for Data Science and Analytics purpose.