How to set up your computer for Python

How to set up your computer for Python

Code language versions

  1. Python – We used v …

Organization

  1. Each case study has a separate folder.
  2. Within case study folders, codes in different languages are simply stored together.
  3. Some intermediary files (csv) may be saved there, too.
  4. Currently output is not stored here

Get Python

What is a notebook?

How to run case studies in Stata

  1. Create a folder for this textbook (such as my-data-analysis)
  2. Within this folder, create a folder my-data-analysis/data-repo this should include all data folders.
  3. Create another folder my-data-analysis/case-studies this will host all case studies