Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Saturday, April 9, 2022

Python Syllabus

 Python

  1. Programming Basic
  2. Technique of Problem Solving: Flow Chart, Decision Table,  Algorithm
  3. Programming Approach Top Down, Bottom Up, Moduler  
  4. Python Introduction
  5. Python Comments
  6. Python Installation
  7. Python Variable
  8. Python Data Types
  9. Python List , String, Tuple, Set  Dictionary
  10. Python Keywords & atoms
  11. Python Literals , Keywords
  12. Python Operator
  13. If Else
  14. Loop - For , While
  15. Break & Continue & Pass
  16. Function ( find,
  17. Error & Exceptions
  18. Iteration and Recursion 
  19. Modules
  20. Two Dimensional Tables
  21. String -slices, String Comparison, Length
  22.  Loops Operation - accessing Element, length, membership.
  23. Object Oriented : Class - Objects, Method Standard Libraries.
  24. Data Structure : Array, list, set, Stacks, Queues.
  25. Searching and Sorting: Linear and binary Search, Bubble, Selection & Sorting.