IT & Software
Introduction to Python (Updated)
Instructor: Flipped by GAIUS
This comprehensive course takes you on a deep dive into the world of Frugal AI. You'll understand why sustainable AI practices matter, explore the hidden costs of traditional AI systems, and learn the technical foundations that make efficient AI possible. Perfect for developers, data scientists, and tech leaders who want to build responsible AI solutions.
6.1k+ students
19 videos
Self - Paced Accelerated Programmes
3 assessments
Course Benefits
Learn advanced Python features
like the collections module and how to work with timestamps
Learn to use Object Oriented Programming with classes!
Understand complex topics like decorators.
Understand how to use both the Jupyter Notebook and create .py files
Build a complete understanding of Python from the ground up!
Course Content
19 modules • 19 videos • 3 tests
1
AI Cost Paradox
2
Assessment - I
3
What is Frugal AI
4
Assessment - II
5
The Frugal AI Technical Stack
6
Assessment - III
7
Frugal LLM Part 1
8
Assessment - IV
9
Frugal LLM Part 2
10
Assessment - V
11
Frugal Deployment
12
Assessment - VI
13
Responsible & Sustainable Frugal AI Systems
14
Assessment - VII
What you will learn
Getting started with Python
Installing Python in Windows/Linux
What are Identifiers in Python
Working with DataTypes in Python
Different types of operators
Decision Making Statements
Structuring Loops
Object Oriented Programming in Python
Method Overriding