LernerPython

Weekly Python Exercise A1

15 exercises for Python beginners, focusing on Python’s core data structures — strings, lists, tuples, dictionaries, and sets. 

What you should know

Course Content

Course length

15 weeks

Number of lessons

30

Training materials

30 e-mails

Coding exercises

15

LEARN MORE

Every Python developer, from the newest to the most experienced, needs to have a thorough and fluent understanding of the built-in data structures. This course will help you to understand how to use them — and give you new ideas for how to apply them to problems at your job.

  • Basic data structures – learn to create and modify strings, lists, tuples, and dictionaries: they keys to understanding how Python works
  • Working with user input – discover how to translate simple user input into complex and useful data to accomplish important tasks
  • Presenting output to the user – go beyond the basic “print” function and display output in a meaningful way to users
  • Iteration with “for” and “while” loops – sometimes you’ll need to execute something multiple times… learn how and when you should
  • Reading from and writing to text files – you’ll want to communicate with the outside world, and that often means reading from someone else’s files and/or writing to files that someone else can read… we’ll practice how to do both in Python
  • Writing (and calling) simple functionsunderstand one of the most important actions in programming: “packaging up” commonly used code into simple packages that are easy to access and use

This course, like all others on LernerPython.com, is taught by Reuven Lerner.