Skip to content

dlab-berkeley/Python-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-Lab's Python Fundamentals Workshop

Datahub Binder License: CC BY 4.0

This repository contains the materials for D-Lab’s Python Fundamentals workshop series.

Prerequisites

No prior experience with Python is required.

Workshop Goals

This three-part interactive workshop series is your complete introduction to programming Python for people with little or no previous programming experience, with a focus on data science application. It covers the basics of Python and Jupyter, variables and data types, and a gentle introduction to data analysis in Pandas.

Learning Objectives

After completing Python Fundamentals, you will be able to:

  • Navigate Jupyter Notebooks.
  • Assign variables.
  • Distinguish common data types and structures.
  • Apply methods to data types.
  • Perform basic operations in Pandas.
  • Inspect documentation to deal with error messages.

This workshop does not cover the following:

Workshop Structure

Python Fundamentals has 3 parts. Each of the parts takes 2 hours, and is delivered in a lecture-style coding walkthrough interrupted by challenge problems and a break. Instructors and TAs are dedicated to engaging you in the classroom and answering questions in plain language.

  1. Part 1: Introduction to Jupyter and Python
  2. Part 2: Data Types and Structures
  3. Part 3: Introduction to Pandas

Installation Instructions

Before attending the workshop, you should install Python and Jupyter to your computer. If you need help, please submit a consulting request with D-Lab prior to the start of the workshop.

Anaconda is software that allows you to run Python and Jupyter notebooks on your computer. Installing Anaconda is the easiest way to make sure you have all the necessary software to run the materials for this workshop. Complete the following steps:

  1. Download and install Anaconda (Python 3.9 distribution). Click "Download" and then click 64-bit "Graphical Installer" for your current operating system.
  2. Download the materials in this repository:
  • Click the green "Code" button in the top right of the repository information.
  • Click "Download Zip".
  • Extract this file to a folder on your computer where you can easily access it (we recommend Desktop).
  1. Optional: if you're familiar with git, you can instead clone this repository by opening a terminal and entering git clone git@github.com:dlab-berkeley/Python-Fundamentals-I.git.

Run the code

Now that you have all the required software and materials, you need to run the code:

  1. Open the Anaconda Navigator application. You should see the green snake logo appear on your screen. Note that this can take a few minutes to load up the first time.

  2. Click the "Launch" button under "Jupyter Lab" and navigate through your file system to the Python-Fundamentals folder you downloaded above.

  3. Navigate to lessons -> Fundamentals-I

  4. Open the 01_Jupyter_and_Python.ipynb to begin.

  5. Press Shift + Enter (or Ctrl + Enter) to run a cell.

Note: if you are having trouble accessing the Downloads/Desktop folder from Anaconda Navigator, check out this post or submit a consulting request to get help!

Is Python not working on your laptop?

If you do not have Anaconda installed and the materials loaded on your workshop by the time it starts, we strongly recommend using the UC Berkeley Datahub to run the materials for these lessons. You can access the DataHub by clicking this button:

Datahub

The DataHub downloads this repository, along with any necessary packages, and allows you to run the materials in a Jupyter notebook that is stored on UC Berkeley's servers. No installation is necessary from your end - you only need an internet browser and a CalNet ID to log in. By using the DataHub, you can save your work and come back to it at any time. When you want to return to your saved work, just go straight to DataHub, sign in, and you click on the Python-Fundamentals folder.

If you don't have a Berkeley CalNet ID, you can still run these lessons in Binder, which is another cloud-based option. Click this button:

Binder

Note: Using Binder, you unfortunately cannot save your work.

About the UC Berkeley D-Lab

D-Lab works with Berkeley faculty, research staff, and students to advance data-intensive social science and humanities research. Our goal at D-Lab is to provide practical training, staff support, resources, and space to enable you to use R for your own research applications. Our services cater to all skill levels and no programming, statistical, or computer science backgrounds are necessary. We offer these services in the form of workshops, one-to-one consulting, and working groups that cover a variety of research topics, digital tools, and programming languages.

Visit the D-Lab homepage to learn more about us. You can view our calendar for upcoming events, learn about how to utilize our consulting and data services, and check out upcoming workshops.

Other D-Lab Python Workshops

Here are other Python workshops offered by the D-Lab:

Basic competency

Intermediate/advanced competency

Contributors

  • Tom van Nuenen
  • Emily Grabowski
  • Pratik Sachdeva

About

D-Lab's 3-part, 6 hour introduction to Python. Learn how to create variables, distinguish data types, use methods, and work with Pandas, using Python and Jupyter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published