This repository contains projects and assignments related to higher level programming languages such as Python and JavaScript.
- 0x00-python-hello_world: Introduction to Python programming.
- 0x01-python-if_else_loops_functions: Conditional statements, loops, and functions.
- 0x02-python-import_modules: Importing modules and namespaces in Python.
- 0x03-python-data_structures: Data structures like lists, tuples, and dictionaries.
- 0x04-python-more_data_structures: Advanced data structures and manipulation.
- 0x05-python-exceptions: Handling exceptions in Python.
- 0x06-python-classes: Introduction to object-oriented programming with Python classes.
- 0x07-python-test_driven_development: Test-driven development methodology in Python.
- 0x08-python-more_classes: Advanced Python classes and object-oriented concepts.
- 0x09-python-everything_is_object: Understanding Python's object model.
- 0x0A-python-inheritance: Inheritance and polymorphism in Python.
- 0x0B-python-input_output: File handling and input/output operations in Python.
- 0x0C-python-almost_a_circle: Comprehensive Python project covering various concepts.
- 0x0D-SQL_introduction: Introduction to SQL (Structured Query Language).
- 0x0E-SQL_more_queries: Advanced SQL queries and database operations.
- 0x0F-python-object_relational_mapping: Object-relational mapping in Python using SQLAlchemy.
- 0x10-python-network_0: Basics of networking in Python.
- 0x11-python-network_1: More advanced networking concepts in Python.
- 0x12-javascript-warm_up: Warm-up exercises in JavaScript.
- 0x13-javascript_objects_scopes_closures: JavaScript objects, scopes, and closures.
- 0x15-javascript-web_jquery: Introduction to web development with JavaScript and jQuery.