• Welcome to your new Gnomio site

    Now, you are in control!

    Moodle is an open-source Learning Management System (LMS) that provides educators with the tools and features to create and manage online courses. It allows educators to organize course materials, create quizzes and assignments, host discussion forums, and track student progress. Moodle is highly flexible and can be customized to meet the specific needs of different institutions and learning environments.

    Moodle supports both synchronous and asynchronous learning environments, enabling educators to host live webinars, video conferences, and chat sessions, as well as providing a variety of tools that support self-paced learning, including videos, interactive quizzes, and discussion forums. The platform also integrates with other tools and systems, such as Google Apps and plagiarism detection software, to provide a seamless learning experience.

    Moodle is widely used in educational institutions, including universities, K-12 schools, and corporate training programs. It is well-suited to online and blended learning environments and distance education programs. Additionally, Moodle's accessibility features make it a popular choice for learners with disabilities, ensuring that courses are inclusive and accessible to all learners.

    The Moodle community is an active group of users, developers, and educators who contribute to the platform's development and improvement. The community provides support, resources, and documentation for users, as well as a forum for sharing ideas and best practices. Moodle releases regular updates and improvements, ensuring that the platform remains up-to-date with the latest technologies and best practices.

    Links of interest:

    (You can edit or remove this text)

Available courses

Môn học này dành cho sinh viên năm thứ hai nhằm trang bị kiến thức chuyên sâu và kỹ năng lập trình hiệu quả với ngôn ngữ Python.

Khóa học giúp sinh viên hiểu rõ cấu trúc dữ liệu nâng cao, lập trình hướng đối tượng, xử lý bất đồng bộ, và khai thác các thư viện phổ biến trong phát triển ứng dụng thực tế.

Ngoài ra, môn học cũng mở rộng sang các lĩnh vực hiện đại như lập trình mạng, đa luồng và xử lý dữ liệu lớn, giúp sinh viên sẵn sàng cho các dự án chuyên nghiệp.

Chương 1: Ôn tập Python cơ bản

  • Biến, kiểu dữ liệu, toán tử

  • Câu lệnh điều kiện và vòng lặp

  • Hàm và phạm vi biến

Chương 2: Cấu trúc dữ liệu nâng cao

  • List, Tuple, Set, Dictionary

  • List comprehension, generator

  • Kỹ thuật xử lý chuỗi nâng cao

Chương 3: Lập trình hướng đối tượng (OOP)

  • Lớp và đối tượng

  • Kế thừa, đa hình, đóng gói

  • Magic methods và decorators

Chương 4: Xử lý file và dữ liệu

  • Đọc/ghi file văn bản, CSV, JSON

  • Thao tác với thư viện os, pathlib

  • Giới thiệu SQLite với sqlite3

Chương 5: Xử lý ngoại lệ và kiểm thử

  • Exception handling

  • Kiểm thử đơn vị với unittestpytest

  • Debugging kỹ thuật số

Chương 6: Lập trình hàm (Functional Programming)

  • Lambda, map, filter, reduce

  • Closures và decorators

  • Iterable vs Iterator vs Generator

Chương 7: Lập trình bất đồng bộ

  • Giới thiệu asyncio

  • Coroutine, await, event loop

  • So sánh thread, process, async

Chương 8: Lập trình mạng

  • Giao tiếp TCP/UDP bằng socket

  • Xây dựng server đơn giản

  • Gửi nhận dữ liệu qua mạng

Chương 9: Đa tiến trình và đa luồng

  • Threading và multiprocessing

  • Queue và đồng bộ tài nguyên

  • Thực thi song song và tối ưu hiệu suất

Chương 10: Ứng dụng Python trong thực tế

  • Giới thiệu thư viện requests, pandas, matplotlib

  • Dự án nhỏ: phân tích dữ liệu, tự động hóa tác vụ, hoặc mini web scraper

Chương 11 (Tuỳ chọn): Viết module và đóng gói ứng dụng

  • Xây dựng module và package

  • Sử dụng setup.py, pip install

  • Quản lý môi trường với virtualenv, poetry