ACTIVITY #27: Master the Python Dictionaries Data Structures1. Create 50 Python Files Create 50 Python files, each focusing on dictionary manipulation. 2. GitHub Commit Requirement You must make 50 commits in your GitHub repository, with each commit corresponding to the creation or update of a Python file....Dec 3, 2024·79 min read
Activity #49: Python Flask API with SQLALCHEMY integrationStep 1: Fork the repository Go to the GitHub repository thirdygayares/restaurant_menu. Click on the "Fork" button on the top right of the repository page. This creates a copy of the repository in your GitHub account. Step 2: Clone your reposito...Nov 14, 2024·4 min read
Activity #48: Documentation of Python SMTPStep-by-Step Guide for Sending Emails via SMTP in Python Flask Set Up Project Directory 1. Create a directory for your Flask app: 2. Create a virtual environment to isolate dependencies python -m venv venv venv\Scripts\activate 3. Install Depend...Nov 14, 2024·2 min read
Activity #47: Python Email SMTPGithub Link: RomelUsigan/Usigan_python_flask_email_smtpNov 14, 2024·1 min read
Activity #46: Documentation of Python JWTStep-by-Step Guide for Implementing JWT in Python Flask Step 1: Create Folder 2. Create a Virtual Environment It's a good practice to use a virtual environment to isolate your dependencies. You can create and activate a virtual environment using the...Nov 14, 2024·4 min read
Activity #44: Documentation of Python Flask Encryption and DecryptionCreate folder: Inside your folder, click the search bar and type CMD and press ENTER Install virtualenv in your CMD. While Python 3.3+ has venv built-in, you can also use virtualenv, which is a popular tool to create virtual environments. To instal...Nov 13, 2024·4 min read