Young CreatorYoung Creator
Python, web, game 2D, Git, AI literacy, portfolioPython, web, 2D games, Git, AI literacy, portfolio
Làm bài đánh giá đầu vàoTake intake assessmentĐăng ký học ngayStart learning nowKỹ năng đạt đượcSkills you will gain
- Python cơ bản đến trung cấpPython basic to intermediate
- Web động (HTML/CSS/JS)Dynamic web (HTML/CSS/JS)
- Git & quản lý phiên bảnGit & version control
- AI literacyAI literacy
- Xây dựng portfolioPortfolio building
Sản phẩm đầu raOutcomes
- Một ứng dụng Python hoàn chỉnhA complete Python app
- Một website động có databaseA dynamic website with database
- Một portfolio kỹ thuậtA technical portfolio
6 bài học6 lessons
Bài học trong lộ trìnhLessons in this track
Python: Biến và kiểu dữ liệuPython: 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à modulePython: 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 codeGit: 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ệnDynamic 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ảnPython: 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.