Skip to content

ahnchive/python-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-workshop

This tutorial is an introduction to the Python programming for psychology students without prior programming and statistics knowledge. Python comes with a simple and interpretable syntax, which makes it very easy for beginners to learn. This language is also widely used in both research and industry, from web development to data analysis to machine learning. In this tutorial, we will start from scratch to learn the basics of Python, e.g., data types and control flow, and we will also learn some powerful external libraries like Numpy, Pandas, and Matplotlib that allows efficient handling and visualizations of dataset. Each tutorial will be provided in the form of interactive coding tutorials hosted in Google Colab (which means you don’t have to install anything! Only thing you need is an access to the internet). Along the way, you will be able to accomplish programming tasks related to the basics of Python and to develop your skillset for data analysis

Chapter 1 Python Warmup

Tutorial Answer Key
Chapter 1 Open In Colab View the notebook

Chapter 2 Variables and Data Structure

Tutorial Answer Key
Chapter 2 Open In Colab View the notebook

Chapter 3 Control Logics and Functions

Tutorial Answer Key
Chapter 3 Open In Colab View the notebook

Chapter 4 Classes and Libraries

Tutorial Answer Key
Chapter 4 Open In Colab View the notebook

Chapter 5 Miscellenous

Tutorial Answer Key
Chapter 5 Open In Colab View the notebook

Chapter 6 Numpy

Tutorial Answer Key
Chapter 6 Open In Colab View the notebook

Chapter 7 Pandas

Tutorial Answer Key
Chapter 7 Open In Colab View the notebook

Chapter 8 Matplotlib

Tutorial Answer Key
Chapter 8 Open In Colab View the notebook

Additional Resources for Learning Python

https://www.coursera.org/professional-certificates/google-it-automation

Websites for Learning Python

Informational Video

References

Tutorials ch1-5 adapted from:

Numpy tutorials adapted from:

Pandas tutorials adapted from:

Matplotlib tutorials adapted from:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published