All Projects → dlab-berkeley → Python Fundamentals

dlab-berkeley / Python Fundamentals

Licence: other
Introductory Python Series for UC Berkeley's D-Lab

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Fundamentals

Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+1236.54%)
Mutual labels:  jupyter-notebook
Ec2 Spot Workshops
Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Ossdc Visionbasedacc
Discuss requirments and develop code for #1-mvp-vbacc MVP (see also this channel on ossdc.org Slack)
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Covid 19
A collection of work related to COVID-19
Stars: ✭ 1,394 (+1240.38%)
Mutual labels:  jupyter-notebook
Solution Accelerator Many Models
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Fine grained classification
Fined grained classification On Car dataset
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Circle Line Analytics
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook
Face Id With Medical Masks
Face ID recognition with medical masks
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Pose Interpreter Networks
Real-Time Object Pose Estimation with Pose Interpreter Networks (IROS 2018)
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook
Dmm
Deep Markov Models
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
100 Pandas Puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
Stars: ✭ 1,382 (+1228.85%)
Mutual labels:  jupyter-notebook
Gen Quickstart
Docker file for building Gen and Jupyter notebooks for tutorials and case studies
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Partia Computing Michaelmas
Activities and exercises for the Part IA computing course in Michaelmas Term
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Sharing isl python
An Introduction to Statistical Learning with Applications in PYTHON
Stars: ✭ 105 (+0.96%)
Mutual labels:  jupyter-notebook
Practical Ml W Python
Source code for 'Practical Machine Learning with Python' by Dipanjan Sarkar, Raghav Bali, and Tushar Sharma
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook

D-Lab Python Fundamentals introductory workshop series

This is the repository for D-Lab's introductory Python-Fundamentals workshop series. Laptop, Internet connection, and Zoom account required.

Download and install Python Anaconda distribution 3.7 and the workshop materials to get started. Before Part 1 be sure to:

  1. Download and install Python Anaconda distrubtion 3.7 --> Click "Download" and then click 64-bit "Graphical Installer" for your current operating system.

  2. Download the Python-Fundamentals workshop materials. To run these lessons on your laptop:

  • Click the green "Clone or Download" button
  • Click "Download Zip"
  • Extract this file someplace familiar (we recommend Desktop)

Is Python not working on your laptop?

If you have a Berkeley CalNet ID, you can run these lessons on UC Berkeley's DataHub by clicking this link. By using this link, 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 (https://datahub.berkeley.edu), 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 the cloud, by clicking this button: Binder By using this button, you cannot save your work unfortunately.

If you are a Git user, simply clone this repository by opening a terminal and typing: git clone [email protected]:dlab-berkeley/python-fundamentals.git

Workshop goals

There are four folders (one for each day) that contain the notebooks we will walk through for each day:

Day_1 - Running Python, Jupyter Notebooks, variables assignment, data type conversion, working with strings, built-in functions Day_2 - Lists, for-loops, conditional statements, writing your own functions, scope Day_3 - Dictionaries, reading and writing data from and to files, installing and importing libraries, debugging errors, list comprehensions, beautiful code Day_4 - Python application for information retrieval. You will extract targeted information from a text data set of United Nations documents to generate tabular data in a .csv file suitable for subsequent statistical analysis. Everything needed for this exercise is covered in Days 1, 2, and 3.

Start running the code!

First, open the Anaconda Navigator application. You should see the green snake logo appear on your screen and this could take a few minutes to load up the first time. Then click the "Launch" button under "Jupyter Notebooks" and navigate through your file system to the "Python Fundamentals" folder you downloaded above. Then, open the "Day_1" folder and click 02_Jupyter Notebooks.ipynb to begin. Press Shift + Enter (or Ctrl + Enter) to run a cell.

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 such as R Fundamentals, 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. View our calendar for upcoming events, and also learn about how to utilize our consulting and data services.

Other D-Lab Python Workshops

Check out the D-Lab Computational Text Analysis Working Group by clicking here

Basic competency

Intermediate/advanced copmetency

Legacy workshops (need updating)

Credits:

Much of the Python-Fundamentals materials were adapted from those produced by Software Carpentry. Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].