Python is a high-level, object-oriented programming language that is used in a variety of projects ranging from data science and machine learning to back end web development. Learning python is a great entry point into the technical world as the syntax is much easier to learn compared to other programming languages. Mindmajix is providing the Free Demo on Python Training and grab the oppurtunity to engage with Industry Experts.
In this Demo Session Contains:
- Introduction to Python
- Differences between Python Versions
- Python PEP standards
- Working with Strings
- Collections Why? And usage context Properties
- mutable vs. Immutable issues Frozen Set
- Operations: (clear, copy, difference, discard, remove)
- Difference between assignment and copy (): deep copy and shallow copy)
- Functions
- How to handle keyword args?
- Command line parameters (handling mechanism: sys.argv[ ])
- Modules
- File I/O
- Filename wildcards using glob module
- File compression and decompression techniques using pickle module Creating persistent storage of arbitrary Python objects with shelve module