Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1013 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1013 Bytes

Intro-to-Python

This repository contains materials for the course in Python. Content can be found in the folders for each session. Please feel welcome to contact me if you have any issues in accessing the materials.

Google Colab We will be using Google Colab to develop our skills in Python. This tool will allow you to interactively follow along with the course.

Session Topics

Session 1 - Anybody Can Code

  • Introduction to Python and Jupyter Notebook
  • Dynamic Printing and User Input

Session 2 - Key Coding Structures

  • Lists
  • Conditional Statements
  • Loops

Session 3 - DataFrames: Python’s Equivalent of an Excel Spreadsheet

  • Introduction to DataFrames
  • Essential DataFrame Methods for Analytics

Session 4 - Visualizing Linear Relationships

  • Correlation and Relationship Analysis
  • Data Visualization with seaborn