programming-in-python.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. interact_link: content/chapters/03/programming-in-python.md
  3. kernel_name:
  4. has_widgets: false
  5. title: |-
  6. Programming in Python
  7. prev_page:
  8. url: /chapters/02/5/endnote.html
  9. title: |-
  10. Endnote
  11. next_page:
  12. url: /chapters/03/1/Expressions.html
  13. title: |-
  14. Expressions
  15. comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***"
  16. ---
  17. <div class="jb_cell">
  18. <div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
  19. <div class="text_cell_render border-box-sizing rendered_html">
  20. <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
  21. about the world, which in turn can lead to discoveries through the kind of careful
  22. reasoning demonstrated in the previous section. In data science, the purpose of
  23. writing a program is to instruct a computer to carry out the steps of an analysis.
  24. Computers cannot study the world on their own. People must describe precisely what
  25. steps the computer should take in order to collect and analyze data, and those steps
  26. are expressed through programs.</p>
  27. </div>
  28. </div>
  29. </div>
  30. </div>