Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlab-berkeley/python-for-everything
- Owner: dlab-berkeley
- License: other
- Archived: true
- Created: 2013-08-13T18:45:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T00:36:44.000Z (over 7 years ago)
- Last Synced: 2023-04-04T22:43:21.505Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 5.52 MB
- Stars: 69
- Watchers: 31
- Forks: 132
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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!_