-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Applied Computational Thinking with Python
By :
In this chapter, we will use Python and the elements of computational thinking to solve problems that require statistical analysis algorithms. We will use pandas DataFrames to create statistical analysis algorithms within the Python environment. Additional packages in Python will be needed to create statistical analyses, such as NumPy, pytz, and more. We will use those packages when they are needed for the code we will work with and when learning what the libraries help us do, such as organizing data with pandas, for example.
In this chapter, we will cover the following topics:
By the end of this chapter, you will be able to design algorithms that best fit the scenarios you are presented with. You will also be able to identify Python functions that best...