This repository contains programs written in Python for the Higher Level Programming curriculum at Holberton School.
Project | Description |
---|---|
0x00-python-hello_world | An introduction to Python |
0x01-python-if_else_loops_functions | Loops and Conditionals |
0x02-python-import_modules | Creating and importing modules |
0x03-python-data_structures | Python sequences: lists, tuples |
0x04-python-more_data_structures | Sets, dictionaries, lambda expressions |
0x05-python-exceptions | Error handling and exceptions |
0x06-python-classes | Introduction to Object Oriented Programming |
0x07-python-test_driven_development | Doctests and Unittests Libraries |
0x08-python-more_classes | Public, private, class, static methods |
0x09-python-everything_is_object | Mutable objects vs immutable objects |
0x0A-python-inheritance | Child classes, super classes, base classes |
0x0B-python-input_output | Open, read, write files |
0x0C-python-almost_a_circle | Args/kwargs, serialization, JSON |
0x0D-python-sql_introduction | MySQL tables and basic queries |
0x0E-python-sql-more-queries | Joins, unions, advanced queries |
0x0F-python-object-relational-mapping | ORM with MySQLdb and MySQLAlchemy |
0x10. Python - Network #0 | Using CURL to get HTTP responses |
0x11. Python - Network #1 | Interacting with API endpoints with Python's requests module |
0x12. Javascript - Warm Up | Introduction to NodeJS |
0x13. Javascript - Objects, Scropes, Closures | Global and lexical scopes in JS |
0x14. Javascript - Web Scraping | Using fs and request library to make API calls in JS |
0x15. Javascript - Web JQuery | DOM manipulation with JQuery and AJAX |
- Bob Deprizio - BD20171998