Python Fundamental Notes:
Python Programming Language Fundamentals:
• Introduction of Python Programming
• History of of Python Language
• Features of Python language and its importance
• Versions of Python
• Toolchain of Python application
• First application in Python
• Data types in Python
• Variables and its types
• Operators and its types
• Bitwise operators and its working
• Memory allocation strategy used by Python
• Numbers in Python
• Input Output mechanisms
• Command line arguments
• Procedural programming approach in Python
• Function definition and function calling techniques
• Function arguments and its types
• Inner function and its calling techniques
• Returning multiple values from function
• Anonymous function and its use
• Default function arguments
• Required function argument
• Variable number of argument of function
• Keyword arguments of function
• Iterative approach using loops
• Iteration using for loop
• Use of break and continue keyword
• Iteration using while loop
• Recursive function approach
• Programs control using if, else, else if
• Array and its types
• Manipulate different types of array
• Creation and use of multidimensional array
• List in Python
• Dynamic input in List
• Range in python
• Tuples in Python
• String in Python
• Dictionaries and its use
• Manipulation of String
• File Handling
• File Reading Writing
• File creation and manipulation
Comments
Post a Comment