Technical requirements
The code files for this chapter are available on GitHub at https://github.com/PacktPublishing/The-Python-Workshop-Second-Edition/tree/main/Chapter01.
In the Preface, we learned how to install Anaconda, which comes with the most updated version of Python and Jupyter Notebook. We are using Jupyter Notebook as the default integrated development environment (IDE) for this book because it is sufficient for your entire Python Workshop journey, including the later chapters on data science.
It’s time to open a Jupyter Notebook and begin our Pythonic journey.
Note
The Python code in most of the chapters of this book will work on almost any IDE that supports Python. Feel free to use Colab notebooks, terminals, Sublime Text, PyCharm, or any other IDE that suits your purposes.
Opening a Jupyter Notebook
To get started with this book, you need to make sure that you have a Jupyter Notebook open. Here are the steps:
- Locate and open Anaconda...