
Your First Matplotlib Lab
Hi there, welcome to LabEx! In this first lab, you'll learn the classic 'Hello, World!' program in Matplotlib.
Python

Your First Python Lab
Welcome to LabEx! In this introductory lab, you'll explore Python fundamentals including the Python interpreter, variables, data types, input/output operations, and basic programming concepts.
Python

Python Data Types and Operators
Learn essential Python data types and operators in this hands-on lab. Learn to work with numeric types, strings, booleans, and perform type conversions while gaining practical experience with Python's core concepts.
Python

Python Functions and Modules
Learn essential Python concepts including function definition, scope, modules, and packages. Learn to create reusable code structures and organize your Python projects effectively.
Python

Python Data Structures
Learn essential Python data structures: lists, tuples, sets, and dictionaries. Learn to create, manipulate, and leverage these powerful tools for efficient data organization and management in Python programming.
Python

Python Control Structures
Learn essential Python control structures including conditional statements, loops, and loop control statements. Learn to write efficient and flexible code using if-else statements, for loops, while loops, and nested loops.
Python

Create a Rocket Launch Countdown
Learn Python loops by creating a rocket launch countdown program. Learn to implement while loops, print statements, and time delays to simulate a realistic launch sequence. This hands-on challenge will reinforce your understanding of Python's loop structures and basic input/output operations.
Python

Create an Astronaut Name Tag Processor
Learn how to manipulate strings in Python by creating a program that processes astronaut name tags for the LabEx Space Academy. This beginner-friendly challenge will teach you essential string methods and basic input/output operations in Python.
Python

Space Mission Management System
Learn Python data structures by building a space mission management system. Learn to manipulate lists, dictionaries, and implement functions to handle mission data and astronaut information.
Python

Space Mission Calculator
Embark on an interstellar journey with the LabEx Space Academy's Python Function and Module Challenge! As a budding space cadet, you'll develop a crucial space mission calculator using Python functions and modules. This hands-on project will enhance your skills in function definition, module creation, and practical application of Python concepts in a space exploration context.
Python

Space Academy Communication
Learn Python basics for interstellar communications in the LabEx Space Academy. Learn to use print() function, variables, and string formatting for cosmic messaging.
Python

Print Hello Python
Create your first interactive Python program that accepts user input and displays personalized output. Learn fundamental concepts like variables, input/output operations, and string formatting.
Python

MySQL Basic Data Manipulation
In this lab, we will explore the fundamental data manipulation operations in MySQL including inserting, selecting, updating, and deleting data using SQL commands.
SQLMySQL

MySQL Table Structure and Data Types
In this lab, we will explore the fundamentals of MySQL table structures and data types
MySQLSQL

Convert Hours to Seconds
Learn how to build a time converter program in Python that performs mathematical calculations and type conversions. This practical exercise will teach you how to handle numeric operations, user input, and basic arithmetic while creating a useful hours-to-seconds converter.
Python

MySQL Data Filtering and Sorting
In this lab, we will explore essential techniques for filtering and sorting data in MySQL
MySQLSQL

Installation and Basic Configuration of MySQL
Learn how to install, secure, and perform basic operations in MySQL, a popular open-source relational database management system. This lab covers verifying installation, securing the MySQL instance, accessing the MySQL shell, creating databases and tables, and performing basic data operations.
MySQLLinux

Database Management Fundamentals with MySQL
Previously, we have covered the process of installing a MySQL server, connecting to it using a client and performing some basic administration tasks.
MySQLLinuxSQL