Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.07 KB

File metadata and controls

35 lines (32 loc) · 1.07 KB

Kaggle-Intro-to-Programming_Exercises

Kaggle Course
Intro to Programming

Preparation for
Python

Hours to earn certificate
5 (estimated)

Cost
No cost, like all Kaggle Learn Courses

Instructor
Alexis Cook

My Certificate
Certificate of Completion: Intro to Programming

Course Exercises

  • Exercise 1: Arithmetic and Variables; Make calculations, and define and modify variables.
  • Exercise 2: Functions; Organize your code and avoid redundancy.
  • Exercise 3: Data Types; Explore integers, floats, booleans, and strings.
  • Exercise 4: Conditions and Conditional Statements; Modify how functions run, depending on the input.
  • Exercise 5: Intro to Lists; Organize your data so you can work with it efficiently.