Courses

Function and Data Structure

Function and Data Structure
300 USD
Programming For Engineers
9 Courses
244 Lessons in 42 Chapters
25 Hours & 24 Minutes
Lessons
21 Lessons in 5 Chapters
Duration
1 Hours & 38 Minutes
Students
0 Student in 0 Country
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:06:00
01-02 - Common Data Structures in Python
 0:06:00
01-03 - Applications of Data Structures
 0:04:00
02-01 - Creating, Accessing, and Modifying Lists.
 0:06:00
02-02 - List Operation , Append
 0:03:00
02-03 - List Operation , Insert
 0:03:00
02-04 - List Operation , Remove
 0:03:00
02-05 - List Operation , Remove
 0:04:00
02-06 - List Operation , Pop
 0:03:00
02-07 - List Operation , Extend
 0:04:00
03-01 - Defining and Accessing Tuples.
 0:06:00
03-02 - Differences between Lists and Tuples.
 0:04:00
03-03 - Tuples Vs List - (Tuple Immutable Nature)
 0:06:00
04-01 - Creating Dictionaries
 0:05:00
04-02 - Accessing key-value pairs.
 0:07:00
04-03 - Dictionary methods (e.g., .keys, .values, .items).
 0:05:00
04-04 - List Vs Tuples Vs Dictionaries
 0:05:00
05-01 - working with Sets in Python
 0:05:00
05-02 - Set Operation , Union
 0:04:00
05-03 - Set Operation , Intersection
 0:04:00
05-04 - Set Operation , Difference
 0:05:00