🔐
Computer Science Course

SDEV300

Building Secure Python Applications

Explores secure software development practices using Python. Covers input validation, error handling, secure file operations, database interactions, and web application security.

Course Projects

Secure Data Validator code snippet
Python

Secure Data Validator

Tool for validating and sanitizing user input with comprehensive security checks.

Project 1
Encrypted File Manager code snippet
Python

Encrypted File Manager

Application for securely storing and managing sensitive files with encryption.

Project 2
Secure Web Form code snippet
Python

Secure Web Form

Web application with secure form handling and protection against common vulnerabilities.

Project 3