Summary
In this chapter, we went through the basics of Python programming, but we've also started to cover conceptually some of the fundamentals to create, store, and work with data. If you've made it this far, give yourself a pat on the back. You've successfully created your first program and learned the syntax of the Python programming language.
In the next chapter, you will take some of these principals to the next level to continue your data wrangling journey. I will talk first about modules, which allow you to add previously written code with additional functionality to our program. You will use modules to read from and write to different files, or conduct file I/O. I will cover the usage of for statements to iterate through the entries ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access