How to set up your computer for Python
How to set up your computer for Python
Code language versions
- Python – We used v …
Organization
- Each case study has a separate folder.
- Within case study folders, codes in different languages are simply stored together.
- Some intermediary files (csv) may be saved there, too.
- Currently output is not stored here
Get Python
What is a notebook?
How to run case studies in Stata
- Create a folder for this textbook (such as
my-data-analysis
)
- Within this folder, create a folder
my-data-analysis/data-repo
this should include all data folders.
- Create another folder
my-data-analysis/case-studies
this will host all case studies