Python

Go to class
Write Review

Python provided by Kaggle is a comprehensive online course, which lasts for 5 hours worth of material. Python is taught by Colin Morris. Upon completion of the course, you can receive an e-certificate from Kaggle. The course is taught in Englishand is Free Certificate. Visit the course page at Kaggle for detailed price information.

Overview
  • Learn the most important language for data science.

    • A quick introduction to Python syntax, variable assignment, and numbers
    • Calling functions and defining our own, and using Python's builtin documentation
    • Using booleans for branching logic
    • Lists and the things you can do with them. Includes indexing, slicing and mutating
    • For and while loops, and a much-loved Python feature: list comprehensions
    • Working with strings and dictionaries, two fundamental Python data types
    • Imports, operator overloading, and survival tips for venturing into the world of external libraries
    • Make your first submission to a Kaggle competition!

Syllabus
    • Hello, Python
    • Functions and Getting Help
    • Booleans and Conditionals
    • Lists
    • Loops and List Comprehensions
    • Strings and Dictionaries
    • Working with External Libraries
    • Titanic Tutorial