JRjov roncalinangularbasicrouting.hashnode.dev·Nov 28, 2024 · 23 min readActivity 20: Python Orm SqlalchemyUse localhost only 1. Set up the Environment Install Python if it's not already installed. You can download it from python.org. Set up a virtual environment: python -m venv venv venv\Scripts\activate Install required libraries: pip inst...00T
JRjov roncalinangularbasicrouting.hashnode.dev·Nov 27, 2024 · 17 min readActivity 21: Python Anywhere DeploymentStep-by-Step Guide for Deploying on PythonAnywhere Follow these steps to successfully deploy the project on PythonAnywhere: Step 1: Fork the GitHub Repository Go to the GitHub repository and click the Fork button at the top-right of the page. Fo...00
JRjov roncalinangularbasicrouting.hashnode.dev·Nov 27, 2024 · 16 min readActivity 50: Keriderya APIStep 1: Fork the Repository Go to the GitHub repository: Visit the repository https://github.com/thirdygayares/keriderya-api on GitHub. URL: https://github.com/thirdygayares/keriderya-api Fork the Repository: On the top-right corner of the repos...00
JRjov roncalinangularbasicrouting.hashnode.dev·Nov 22, 2024 · 49 min readACTIVITY 27: Master the Python Dictionaries Data StructuresCreate 50 Python Files Create 50 Python files, each focusing on dictionary manipulation. 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. Exa...00
JRjov roncalinangularbasicrouting.hashnode.dev·Nov 22, 2024 · 4 min readActivity 17: Angular with TypeScript and data structuresStep-by-Step Guide for Implementing 50 Lists in Angular with TypeScript This project involves creating a series of lists in Angular and managing them through an array. We'll start by setting up a basic Angular project and then implement 50 different ...00