Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

executable file
·
46 lines (29 loc) · 1.64 KB

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.

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!