Due to its power and simplicity, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. A thorough understanding of Python 3, the latest version, will help you write more efficient and effective scripts. In this course, instructors demonstrate how to use Python 3 to create well-designed scripts and maintain existing projects. This course covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Learn how types and values are related to objects; how to use control statements, loops, and functions; and how to work with generators and decorators. The course also introduces the Python module system and shows examples of Python scripting at work in a real-world application.
1 Month (40 Hours)
Basic Computer Skills
- Master the fundamentals of writing Python scripts
- Learn core Python scripting elements such as variables and flow control structures
- Discover how to work with lists and sequence data
- Write Python functions to facilitate code reuse
- Use Python to read and write files
- Make their code robust by handling errors and exceptions properly
- Work with the Python standard library
- Explore Python’s object-oriented features
- Working with the Python PyPi Library
- Introduction, values and variables
- Conditional statements & loops
- Creating and using functions
- Lists/Tuples
- Dictionaries
- Class design & OOP
- Modules and packages