Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.61 KB

GitHub Logo

Python Programming Basics

Lets Get Rolling - Student Pre-Read

Before this lesson , we recommend you go through

Learning Objectives

After this lesson, you'll be able to

  • Understand Python libraries and their usage for Data Science
  • Work with basic Python data types
  • Work with Python Loops
  • Perform List Operations
  • Understand Set operations

Agenda

  • Why Python for Data Science
  • Setup the Programming Environment - The Python Machine Learning Setup repositoryhas all the necessary instructions. You'll have to go through all the steps outlined there (choose the py27 environment, which is the default example used there).
  • Python Libraries
  • Hands On Code along with the Instructor on Python Basics

Slides

@gslides

Assignments

& many more inside commit.live.

Resources & Post Reads