Skip to content

Python

Kaggle Certification

Overview

This course covers the key Python skills needed for data science. The course is builds on basic python to the more complex abilities within the python repertoire.

Code

Hello Python – Syntax, variable assignment and numbers: Link

Functions and getting help – Calling and defining functions withy built-in documentation: Link

Booleans and conditionals – Using Booleans for branching logic: Link

Lists – Uses of lists including indexing, slicing and mutating: Link

Loops and list comprehensions – For / While loops with list comprehensions: Link

Strings and dictionaries – Python fundamental data types, Strings and Dictionaries – Link

#Working with external libraries: Imports, operator overloading and guides to external libraries – Link