Description
In this course, you will learn :
- The dictionary data structure and user-defined functions are introduced.
- Discover the differences between local and global variables, optional and keyword parameter passing, named functions, and lambda expressions.
- Learn about Python's sorted function and how to control the order of sorting by passing another function as an input.
- You will read simulated social media data from a file, compute sentiment scores, and write out for your final project.
- csv documents
- It covers chapters 10-16 of the accompanying text (optional and free) for this course, "Fundamentals of Python Programming."
Syllabus :
- Files and CSV Output
- Dictionaries and Dictionary Accumulation
- Functions and Tuples
- More Iteration and Advanced Functions
- Sorting