/LearningPython

This repository contains excercises and instructional materials from my python learning journey

Primary LanguageJupyter NotebookMIT LicenseMIT

II. Pandas package in Python by Kaggle

This course introduces the Pandas package in Python through practical coding exercises.

Course website

II.a. Certificate

Kaggle Pandas Certificate

II.b. Exercises completed over the course

  1. Creating, reading and writing the Pandas documentation
  2. Indexing, selecting & assigning
  3. Summary functions and maps
  4. Grouping and sorting
  5. Data types and missing values
  6. Renaming and combining

I. Introduction to Python

This Kaggle's Python course covers the foundations of the programming language.

I.a. Certificate

Kaggle Python Certificate

I.b. Exercises completed over the course

  1. Syntax, Variables, and Numbers
  2. Functions and Getting Help
  3. Booleens and Conditionals
  4. Lists
  5. Loops and List Comprehensions
  6. Strings and Dictionaries
  7. Working with External Libraries