Core Python

Core Python Course
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java.

Things To Learn

  • Introduction
  • History
  • Features
  • Setting up path
  • Working with Python
  • Basic syntax
  • Variable and Data type
  • Operators
  • Conditional Statement
  • Looping
  • Control Statement(break,continue)
  • String Manipulation
  • Lists
  • Tuple
  • Dictionaries
  • Functions
  • Modules
  • Input-Output
  • Exception Handling
  • File Handling