Summary
Well, that certainly was a lot of information in this chapter, but now you have the tools to really dig in and get started on data science. Much like a cook cannot do much without the proper tools, such as sharp knives and specialized utensils, we cannot do proper data science without having the proper tools. Our tools consist of programming languages (mainly Python for data science), code editors and IDEs (such as VS Code), and ways to develop, test, and run our code (such as terminals, IPython, and Jupyter Notebooks).
Although we got started on the basics of Python, there is a lot more to learn, and continuous practice is key to becoming a Python master. There are many other good resources out there for learning Python in more depth, such as Learning Python and Learn Python Programming, by Fabrizio Romano, from Packt. Remember that if you get stuck with errors in your code or don't know how to do something, internet search engines, Stack Overflow, and the documentation...