Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.8 KB

readme.md

File metadata and controls

37 lines (18 loc) · 1.8 KB

Intro to Python Workshop

Prep

Python Installation Instructions

We are also going to use the PyCharm for Anaconda Community Edition: https://www.jetbrains.com/pycharm/promo/anaconda/

When you start PyCharm, see PyCharm startup.

You will also need a copy of this repository. See these instructions for how to download the files in this repository.

Files

You can find reference files for the material in the files:

Cheatsheets

Python Basics from Alvaro Sebastian, http://www.sixthresearcher.com

Pandas Data Wrangling

Resources

You can find links to additional resources in our main workshop repository: Python Resources

Acknowledgements

Parts of the Python materials come from Data Carpentry Data Analysis and Visualization with Python for Social Scientists. Materials are Copyright The Carpentries and shared under license: https://datacarpentry.org/python-socialsci/LICENSE.html. The PDB files are taken from Software Carpentry: The Unix Shell which is licensed under CC BY 4.0 license.