CCYI GLOBAL ACADEMY
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Pay by Bank Transfer
Bank Name: UNITED BANK FOR AFRICA
Account Name: CCYI GLOBAL ENTERPRISE
Account Number: 1017417XXX
After payment, click “Confirm Payment on WhatsApp” below and send your proof of payment.
Total: ₦0
Python is a high-level programming language used to build software, automate tasks, and analyze data.
👉 In simple terms:
Python = a language for telling computers what to do
Python is:
Python is used for:
To start Python:
print("Hello, World!")
👉 This displays text on the screen.
name = "John"
age = 20
👉 Variables store information.
"Hello"103.14True / Falsename = input("Enter your name: ")
print("Hello", name)
👉 Python can interact with users.
age = 18
if age >= 18:
print("You are an adult")
else:
print("You are underage")
for i in range(5):
print(i)
count = 0
while count < 5:
print(count)
count += 1
def greet():
print("Hello!")
greet()
👉 Functions help reuse code.
fruits = ["apple", "banana", "orange"]
print(fruits[0])
name = input("What is your name? ")
age = int(input("Enter your age: "))
if age >= 18:
print(name, "is an adult")
else:
print(name, "is a minor")
👉 In web development:
Students can use Python to:
👉 Python is:
👉 “Python is not just a programming language—it is a problem-solving tool for the digital world.”
The Internet of Things (IoT) refers to physical devices connected to the internet that can collect, send, and receive data.
👉 In simple terms:
IoT = everyday objects + internet + data
👉 IoT allows devices to:
Basic flow:
Physical objects like:
Sensors collect data like:
Devices connect using:
Stores and processes data.
Apps or dashboards where users interact with devices.
👉 Smart light system:
Students can:
👉 IoT is about:
👉 “IoT is not just about smart devices—it is about creating smart solutions for real-world problems.”
Hobby (Free) Plan You can have up to 200 projects (websites/apps) under one account. Each project can have its own: Production deploy...