Chapter 5

Working with Anaconda

IN THIS CHAPTER

check Interacting with code files

check Making cells useful

check Configuring the user interface

check Changing the code appearance

Anaconda provides a powerful Integrated Development Environment (IDE) in the form of Jupyter Notebook. In fact, you can perform every task in this book using just this one utility. That’s why this chapter focuses on Jupyter Notebook (simply called Notebook in most places). Unlike most IDEs, Notebook relies on a principle called literate programming that the “Defining why notebooks are useful” section of Chapter 4 describes. This chapter helps you understand how literate programming can help you become more productive when writing Python code.

As part of discovering more about Notebook, you see how to download your code in various forms and how to create code checkpoints to make recovering from errors easier. Working with files effectively is an important part of the development process. Chapter 4 shows only the basics of working with code files; this chapter fills in the details.

Chapter 4 also shows you a few things about cells. ...

Get Beginning Programming with Python For Dummies, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.