Young Creator Young Creator
Python, web, game 2D, Git, AI literacy, portfolio Python, web, 2D games, Git, AI literacy, portfolio
Làm bài đánh giá đầu vào Take intake assessmentKỹ năng đạt được Skills you will gain
- Python cơ bản đến trung cấp Python basic to intermediate
- Web động (HTML/CSS/JS) Dynamic web (HTML/CSS/JS)
- Git & quản lý phiên bản Git & version control
- AI literacy AI literacy
- Xây dựng portfolio Portfolio building
Sản phẩm đầu ra Outcomes
- Một ứng dụng Python hoàn chỉnh A complete Python app
- Một website động có database A dynamic website with database
- Một portfolio kỹ thuật A technical portfolio
6 bài học 6 lessons
Bài học trong lộ trình Lessons in this track
Python: Biến và kiểu dữ liệu Python: Variables and data types
Bắt đầu với Python: kiểu dữ liệu str, int, float, bool và cách khai báo biến. Dùng print() và type() để kiểm tra. Start with Python: data types str, int, float, bool and how to declare variables. Use print() and type() to inspect.
Python: Hàm và module Python: Functions and modules
Học cách định nghĩa hàm với def, truyền tham số và trả về giá trị. Import module random và math để tính toán. Learn to define functions with def, pass parameters, and return values. Import random and math modules for calculations.
Git: Quản lý phiên bản code Git: Version control your code
Học Git cơ bản: init, add, commit, log. Hiểu tại sao quản lý phiên bản quan trọng và cách đọc lịch sử commit. Learn basic Git: init, add, commit, log. Understand why version control matters and how to read commit history.
Web động: DOM và sự kiện Dynamic web: DOM and events
Học cách JavaScript thao tác DOM: chọn phần tử, thay đổi nội dung và CSS, lắng nghe sự kiện click, input. Learn how JavaScript manipulates the DOM: select elements, change content and CSS, listen to click and input events.
AI Literacy: AI hoạt động như thế nào? AI Literacy: How does AI work?
Hiểu AI là gì, machine learning học từ dữ liệu ra sao, tại sao AI có thể sai và cách sử dụng AI có trách nhiệm. Understand what AI is, how machine learning learns from data, why AI can be wrong, and how to use AI responsibly.
Python: Xây web scraper đơn giản Python: Build a simple web scraper
Dùng requests và BeautifulSoup để lấy dữ liệu từ trang web. Học cách phân tích HTML và trích xuất thông tin. Use requests and BeautifulSoup to fetch data from web pages. Learn to parse HTML and extract information.