1234567891011121314151617181920212223242526272829303132333435 |
- ---
- interact_link: content/chapters/03/programming-in-python.md
- kernel_name:
- has_widgets: false
- title: |-
- Programming in Python
- prev_page:
- url: /chapters/02/5/endnote.html
- title: |-
- Endnote
- next_page:
- url: /chapters/03/1/Expressions.html
- title: |-
- Expressions
- comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
- ---
- <div class="jb_cell">
- <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
- <div class="text_cell_render border-box-sizing rendered_html">
- <h1 id="Programming-in-Python">Programming in Python<a class="anchor-link" href="#Programming-in-Python"> </a></h1><p>Programming can dramatically improve our ability to collect and analyze information
- about the world, which in turn can lead to discoveries through the kind of careful
- reasoning demonstrated in the previous section. In data science, the purpose of
- writing a program is to instruct a computer to carry out the steps of an analysis.
- Computers cannot study the world on their own. People must describe precisely what
- steps the computer should take in order to collect and analyze data, and those steps
- are expressed through programs.</p>
- </div>
- </div>
- </div>
- </div>
-
|