Chapter 3. Python Essentials
I focus on applications in this book. These are restricted to the business domain reflecting my background, but the ideas and concepts can be applied equally well to the public domain. So you should broadly interpret the word “application.”
Regardless of the domain, software is needed for applications since computers are used everywhere in our modern technology-driven world and are run by software. To do any credible analytical work as a data scientist, you not only need software capable of doing it, but you also need an understanding of how to use it.
My software of choice is Python. I will discuss the reasons for this in “Python Structure: Overview”. Then, I will review the Python language in the remainder of this chapter. The leading questions for this chapter are:
-
Why use Python for data science?
-
What are Python’s advantages?
-
What are packages?
-
How do you use packages in Python?
-
What is Best Practices?
-
What are data containers in Python?
-
What are the main data types and containers in Python?
-
How do you process data in Python?
-
What are some key Python functions and their use in data science?
-
How can you create your own Python functions?
-
What is the most efficient way to access and use Python for data science?
Since I use Python in this book, this chapter will provide you with some basic material to get you started. Many of the Python tools discussed here will be illustrated throughout this book. I will provide references ...
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