Programming Basics

Programming Basics 🧑‍💻

This module covers the fundamentals of Python programming for nutrition data analysis, with hippo-themed examples (🦛).

Notebooks

  • Introduction to Programming
    Learn about the basics of programming.
    View HTML | Open in Colab

  • Programming fundamentals
    Learn Python syntax, variables, and comments.
    View HTML | Open in Colab

  • Data Types and Conversion
    Explore Python data types and type conversion.
    View HTML | Open in Colab

  • Functions and Loops
    Write functions and use loops in Python.
    View HTML | Open in Colab

  • Data Structures
    Work with lists, dictionaries, and sets.
    View HTML | Open in Colab

  • Object-Oriented Programming Basics
    Introduction to OOP in Python.
    View HTML | Open in Colab

Datasets

  • None required for this module.