Odoo Complete Tutorial (112 Topics with Modules, ORM, Views & Final Project)
Complete Odoo tutorial covering installation, custom modules, models, ORM, XML views, security, QWeb, APIs, business apps, and a final complete custom Odoo module.
Complete Odoo tutorial covering installation, custom modules, models, ORM, XML views, security, QWeb, APIs, business apps, and a final complete custom Odoo module.
Capstone: build a complete Python web app with auth, CRUD, and a small REST API.
Write and run automated tests with PyTest for reliable Python code.
Debug Python with print tracing, pdb, and IDE breakpoints.
Replace ad-hoc prints with the logging module for leveled, structured logs.
Secure Python apps with secrets management, input validation, and safe dependency habits.
Practice common Python interview questions on language basics, OOP, and web/data topics.
Extract data from web pages using requests and Beautiful Soup (respect robots/ToS).
Automate repetitive tasks: file renaming, reports, reminders, and scheduled scripts.
Read and write Excel spreadsheets with openpyxl or pandas.