Python Fundamentals
Master the fundamentals of Python through hands-on, real-world projects. Designed for absolute beginners, this course takes you from writing your first line of code to building a fully functional application. By the end of this course, you will have a solid grasp of core programming concepts, data structures, and file management, laying a strong foundation for future studies in Data Science, Web Development, or Automation.
Dipercaya oleh Perusahaan Terkemuka
Tentang Kursus Ini
Master the fundamentals of Python through hands-on, real-world projects. Designed for absolute beginners, this course takes you from writing your first line of code to building a fully functional application. By the end of this course, you will have a solid grasp of core programming concepts, data structures, and file management, laying a strong foundation for future studies in Data Science, Web Development, or Automation.
Silabus Kursus
01 Introduction to Python & Basic Syntax
Introduction to Python & Basic Syntax
- Environment setup, Variables, Primitive Data Types (
int,float,string,bool), Basic Math Operations, String Formatting, and Standard Input/Output. - Mini-Project: Interactive Profile Generator – A simple script that asks for user details, performs basic age calculation, and prints a formatted ID card on the console.
02 Control Flow & Logic
Control Flow & Logic
- Comparison Operators, Logical Operators (
and,or,not), and Conditional Statements (if,elif,else). - Mini-Project: Ticket Pricing System – A program that determines the price of a movie ticket based on the user's age and the day of the week.
03 Loops & Iteration
Loops & Iteration
whileloops,forloops,range()function, and Loop Control Statements (break,continue).- Mini-Project: Number Guessing Game – A classic game where the computer selects a random number, and the user must guess it within a limited number of tries using hints (too high/too low).
04 Essential Data Structures I (Lists & Tuples)
Essential Data Structures I (Lists & Tuples)
- Creating and Accessing Lists, List Methods (append, remove, pop), Iterating through Lists, and Introduction to Tuples (immutable sequences).
- Mini-Project: Dynamic To-Do List – A program that allows users to add, view, and remove daily tasks using a
whileloop and List manipulation.
05 Essential Data Structures II (Dictionaries & Sets)
Essential Data Structures II (Dictionaries & Sets)
- Key-Value Pairs, Dictionary Methods, Iterating through Dictionaries, and Sets (handling unique values).
- Mini-Project: Digital Contact Book – An application to store names and phone numbers, allowing users to search, add, or update contact details.
06 Functions & Modular Programming
Functions & Modular Programming
- Defining Functions (
def), Parameters and Arguments, Default Values, Return Statements, and Variable Scope (Local vs. Global). - Mini-Project: Modular Unit Converter – A calculator with a main menu that utilizes separate, reusable functions to convert temperatures, distances, and weights.
07 File Handling & Data Persistence
File Handling & Data Persistence
- Opening, Reading, Writing, and Appending text files (
.txt). Introduction to thewithstatement for safe file operations. - Mini-Project: Daily CLI Journal – A diary application that saves the user's daily text entries into a
.txtfile, ensuring data is not lost when the program closes.
08 Error Handling & Standard Libraries
Error Handling & Standard Libraries
- Exception Handling (
try,except,finally), validating user input, and importing built-in modules (e.g.,csv,datetime,math,random). - Mini-Project: CSV Data Extractor – A script that reads a simple
.csvfile, gracefully handles missing files (Error Handling), and calculates basic statistics (like the average of a specific column).
Proyek Akhir
Personal Finance Tracker & Analyzer (CLI)
A comprehensive Command Line Interface (CLI) application that empowers users to manage their daily finances. Students will build a system where users can record incomes and expenses, assign categories to transactions, and view statistical summaries. The application will utilize standard Python libraries to save all transaction data persistently into a CSV file, ensuring that the student's program acts as a fully functional, real-world tool.
Mengapa Memilih Training Korporasi?
Program training yang disesuaikan dengan kebutuhan tim dan organisasi Anda
Diskon Tim
Dapatkan harga khusus untuk pendaftaran grup. Semakin banyak peserta, semakin besar diskonnya.
Kurikulum Kustom
Materi training dapat disesuaikan dengan kebutuhan spesifik tim dan proyek perusahaan Anda.
Jadwal Fleksibel
Pilih waktu training yang sesuai dengan tim Anda: hari kerja, akhir pekan, atau sesi khusus di kantor Anda.
Sertifikat Resmi
Semua peserta menerima sertifikat profesional setelah menyelesaikan training.
Dukungan Pasca-Training
Dapatkan akses konsultasi gratis selama 30 hari setelah training untuk memastikan implementasi yang sukses.
Proyek Nyata
Peserta akan mengerjakan proyek nyata yang dapat segera diterapkan di lingkungan kerja mereka.
Butuh program training yang disesuaikan untuk tim Anda?
Minta Penawaran KorporasiDipercaya oleh Perusahaan Terkemuka
Lihat apa yang dikatakan klien korporasi kami tentang program training kami
Pertanyaan yang Sering Diajukan
Temukan jawaban untuk pertanyaan umum tentang program training kami
Ya, kami menyediakan opsi training online (remote), offline (di kantor Anda, khusus korporasi), atau hybrid berdasarkan kebutuhan tim Anda. Semua format mendapatkan materi dan sertifikat yang sama.
Untuk training korporasi, minimum adalah 3 peserta. Namun, kami juga menerima pendaftaran individu.
Tentu saja. Kami menawarkan layanan kurikulum kustom di mana materi dapat disesuaikan dengan tumpukan teknologi, proyek aktif, dan kebutuhan spesifik tim Anda.
Ya, kami menawarkan diskon grup khusus: 10% untuk 5-9 peserta, 15% untuk 10-14 peserta, dan 20-30% untuk 15+ peserta dari perusahaan yang sama.
Durasi training bervariasi tergantung materi. Untuk training korporasi, jadwal dapat disesuaikan dengan kebutuhan tim Anda - hari kerja, akhir pekan, atau jadwal kustom.
Ya, semua peserta yang menyelesaikan training akan mendapatkan sertifikat resmi dari Rumah Coding. Sertifikat digital dapat diverifikasi secara online.
Tentu. Kami menyediakan dukungan konsultasi gratis selama 30 hari setelah training untuk membantu implementasi. Peserta juga mendapatkan akses ke komunitas eksklusif dan materi rekaman training.
Masih punya pertanyaan?
Hubungi Tim KamiKursus Terkait
LLM Bootcamp
This project-based bootcamp is designed for beginners to dive practically into the world of Large Language Models (LLMs). Through hands-on building, you will learn how to interact with top-tier AI APIs, master prompt engineering, orchestrate complex workflows using LangChain, and implement Retrieval-Augmented Generation (RAG) to query your own documents. By the end of this course, you will have the skills to build, test, and deploy a fully functional, custom AI web application.
Java Fundamental
A hands-on, project-based introduction to Java programming designed for complete beginners. Instead of merely memorizing syntax, you will learn to code by building real-world applications from day one. By the end of this course, you will master core programming logic, data structures, object-oriented principles, and debugging techniques, culminating in the development of a fully functional command-line system.
Object Detection and Tracking with YOLO
Dive into the world of computer vision with this beginner-friendly, project-based course. Learn how to leverage the powerful YOLO (You Only Look Once) architecture to build real-time AI applications from scratch. Through hands-on exercises, you will master everything from running pre-trained models and creating custom datasets to implementing robust object tracking. By the end of this journey, you will have the practical skills to build and deploy your own intelligent vision systems.
Data Science with Python
Master the art of data analysis, visualization, and predictive modeling.
Untuk Perusahaan?
Dapatkan penawaran khusus untuk training tim Anda
- Diskon hingga 30%
- Kurikulum kustom
- Jadwal fleksibel