Monday, October 25, 2021

Introduction to Python

Open Elective:  Python Application and Programming

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library.

Topics Discussed:

  1. Dynamic type checking
  2. Garbage collection
  3. Programming paradigm
    1. Imperative programming
      1. Object-oriented programming
    2. Declarative programming
      1. Functional programming
  4. Programming Examples




No comments:

Post a Comment

Online Certifications

Python for Beginners Offered by: Christian Drumm, Stephan Jacobs Course dates: 2022-04-05 to 2022-06-01 Topics Python Fundamentals Lists and...