Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlab-berkeley/python-for-everything

Materials for teaching the Python for Everything workshop at UC Berkeley's D-lab
https://github.com/dlab-berkeley/python-for-everything

Last synced: 3 months ago
JSON representation

Materials for teaching the Python for Everything workshop at UC Berkeley's D-lab

Awesome Lists containing this project

README

        

# Python for Everything

=========================

This repository holds all of the necessary materials, code, and data for D-Lab's complete introduction to the Python Language.

## If you are a student

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](http://python.berkeley.edu/resources/).

## If you are a D-Lab instructor

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`

## If you are a D-Lab facilitator

The standard Drupal workshop descriptions and facetweet postings for this workshop series are in `PUBLICITY.md`

## Description

* `challenges/` : pytest challenges for each day of the series
* `data/` : data necessary for interactive coding examples
* `etc/` : examples of cron, cron.d, and credentials files
* `instructor/` : teaching notes
* `scripts/`
* `generate_tables.py` : for generating random tabular data
* `regenerate_documents.sh` : for regenerating `.py` and `.pdf` files from `.ipynb`
* `simple.py` : sample python script used in Day 0
* `twitter_bot.py` : sample python script used in Day 2

---
_D-Lab == Data Intensive Social Science, For All!_