Learn about Azure Sphere Hardware
Learn about Guardian Modules
Azure Command-Line Interface (CLI) documentation
Azure Sphere Guardian 100 – Review (Author: BigG)
Azure Sphere Guardian 100 – Review (Author: mnitin59)
GitHub: Avnet Azure Sphere Samples
Category: Programming
Hypermedia Systems
Hypermedia Systems:
Hypermedia Introduction (re-introduction and focusing on HTML and HTTP),
htmx (hypermedia-oriented JavaScript library),
Hyperview (mobile hypermedia system)
Using Python in VS Code
Getting Started with Python in VS Code
- Create Virtual Environment
Open the Command Palette (Ctrl+Shift+P), typing the Python: Create Environment command to search, and then select the command.
The command presents a list of environment types, Venv or Conda. Select Venv.
Then select interpreter you installed by using the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P), then choose Python 3.11.4(‘.venv’:venv) …..
- Install the required packages
Django Inventory Management System
Django Inventory Management System [Playlist]
In this series of video, I take a deep dive into Python and the Django Framework. This course contains the basics of Django to intermediary and advanced concepts in Django, Web Development and Software Engineering as a whole. We will build an Inventory Management System in Django. This project covers building an interface using bootstrap, integration with Chartjs for data visualization for the interface and the CRUD functionalities of a database-driven application.