=========================
This repository holds all of the necessary materials, code, and data for D-Lab's complete introduction to the Python Language.
You can download the contents of this repository with:
git clone https://github.com/dlab-berkeley/python-for-everything.git
or, by clicking the "Download Zip" button and then extracting the .zip
file.
The instructor of this workshop series will lead you through the activities for each day.
For more Python resources, visit python.berkeley.edu.
You'll see accumulated teaching notes and examples for each day's topics in the instructor folder. For your convenience, these are available as Jupyter notebooks, commented python files, and pdfs.
Note : like Python, class days are zero-indexed
For information on contributing to this repository, see CONTRIBUTING.md
The standard Drupal workshop descriptions and facetweet postings for this workshop series are in PUBLICITY.md
challenges/
: pytest challenges for each day of the seriesdata/
: data necessary for interactive coding examplesetc/
: examples of cron, cron.d, and credentials filesinstructor/
: teaching notesscripts/
generate_tables.py
: for generating random tabular dataregenerate_documents.sh
: for regenerating.py
and.pdf
files from.ipynb
simple.py
: sample python script used in Day 0twitter_bot.py
: sample python script used in Day 2
D-Lab == Data Intensive Social Science, For All!