top of page

19 December 2024 || 17:00 - 18:30 (CET)

Working with Data in Python: Learning Lists, Tuples, and Dictionaries

with Humzaa Imtiaz Ullah

Price: $5

Webinar  Description

This webinar introduces participants to the key data structures in Python: lists, tuples, and dictionaries. Attendees will explore the characteristics of these data structures, including how to create, modify, and access data within them. The session will cover common operations such as appending items to lists, accessing values in dictionaries, and using tuples for immutable data. With real-world examples and hands-on exercises, participants will gain practical skills in managing and manipulating data effectively. Ideal for Python beginners, this webinar provides a solid foundation for handling structured data in Python programs.


What you will learn?

  • Understand the fundamentals of Python lists: Participants will learn how to define, access, modify, and manipulate lists, Python’s versatile data structure for storing ordered collections of items. They will explore list operations such as appending, slicing, and iterating through elements.


  • Explore the characteristics and uses of tuples: Discover how tuples differ from lists by being immutable, and learn when to use them for fixed data collections that should not be modified after creation. Participants will gain hands-on experience with tuple operations and how to unpack and access tuple values.


  • Learn how to work with dictionaries for key-value data storage: Understand how to create and access dictionaries, which allow the storage of data in key-value pairs. Participants will explore dictionary operations such as adding/removing key-value pairs, and iterating through keys and values to efficiently manage data.


  • Use advanced data structure operations for efficient data management: Gain insight into more advanced operations like list comprehensions, dictionary manipulations, and using built-in functions to filter and transform data within lists, tuples, and dictionaries.


  • Apply lists, tuples, and dictionaries to solve real-world programming challenges: Learn to choose the appropriate data structure for different programming tasks, and practice using lists, tuples, and dictionaries to solve practical coding problems, enhancing your problem-solving and data management skills in Python.

Guest      Speaker

Meet Humzaa Imtiaz, a distinguished Chemical Engineer with a passion for both academia and industry. Humzaa holds a BSc and MSc in Chemical Engineering from the Technical University of Denmark, specialising in Process Engineering and complementing it with a minor in Energy and Environmental Engineering. Beyond academia, Humzaa’s expertise extends to the realm of research, where he has authored and co-authored publications focusing on process design and engineering. With extensive industrial experience spanning roles as diverse as Analyst, Research Assistant, Supplier Quality Engineer, Project Manager, and QMS Engineer in sectors including cement, IT, and pharma, Humzaa brings a wealth of practical knowledge to the table.

bottom of page