This repository contains projects completed as part of Sprint 2 of Holberton School Australia curriculum.
Directories | Description |
---|---|
0x00-python-hello_world | Introduction to Python programming |
0x01-python-if_else_loops_functions | Introduction to Python if/else statements, loops and functions |
0x02-python-import_modules | Introduction to Python modules |
0x03-python-data_structures | Introduction to Python data structures |
0x04-python-more_data_structures | Advanced data structures in Python |
0x05-python-exceptions | Introduction to Python exceptions and error handling |
0x06-python-classes | Introduction to classes in Python |
0x07-python-test_driven_development | Introduction to unit tests, docstring tests in Python |
0x08-python-more_classes | Advanced classes in Python |
0x09-python-everything_is_object | Introduction to OOP concepts in Python |
0x0A-python-inheritance | Introduction to class inheritance in Python |