Learn Platform
Interactive Courses
Lesson 1 of 3~1 min read33% complete
Python Programming Basics
Python in 100 Seconds
A quick overview of Python.
Python Basics
Python is the most popular language for data science.
name = "Loctech"
courses = ["Web Dev", "Data Science", "Cybersecurity"]
student = {"name": "Ada", "score": 95}
Practice
- Create variables for your name and age
- Create a list of 5 Nigerian cities
- Write a function to calculate an average
