Courses

Function and Data Structure

Function and Data Structure
300 USD
Programming For Engineers
9 Courses
224 Lessons in 41 Chapters
22 Hours & 33 Minutes
Lessons
10 Lessons in 4 Chapters
Duration
57 Minutes
Students
426 Students in 7 Countries
Instructor
Mostafa Emad Engineering Software Developer
By the end of this module, participants will understand the principles of functions and data structures in Python, including defining and calling functions, using parameters and return values, and implementing recursion. They will be able to work with essential data structures such as lists, tuples, dictionaries, and sets to store and manipulate data efficiently. Additionally, they will apply these concepts to solve engineering problems and optimize data handling in Python applications.
Course Curriculum
  Expand All     Collapse All
01-01 - What is Data Structure
 0:08:00
01-02 - Common Data Structures in Python
 0:09:00
01-03 - Applications of Data Structures
 0:12:00
02-01 - Creating, Accessing, and Modifying Lists
 0:03:00
02-02 - ًWorking with Lists in Python - Part 1
 0:03:00
02-03 - ًWorking with Lists in Python - Part 2
 0:03:00
03-01 - working with Tuples in Python (UnPacking)
 0:04:00
03-02 - working with Sets in Python (Union - Intersection - Difference)
 0:04:00
04-01 - Creating Dictionaries
 0:05:00
04-02 - Dictionary methods (e.g., .keys, .values, .items).
 0:06:00