TL;DR The complete code for the post is here. General Information Building a Docker image mainly means creating a Dockefile and specifying all the required components to install and configure. So a Dockerfile contains at least many operating system commands for installing and configuring software and packages. Keeping all commands […]
Python
Pip List all available versions of a package pip install --use-deprecated=legacy-resolver <module>== wget -q https://pypi.org/pypi/PyJWT/json -O - | python -m json.tool - Show Pip Configuration Set Pip Cache Folder Location of packages Installation Update all Python Packages with Poweshell Update Packages requirements.txt aktualisieren und alle Versionsnummern als Minimalversionnummer setzen
Installation FastAPI basiert auf den nachfolgenden leistungsfähigen Paketen: Starlette für deb Web-Teil. Pydantic für den Daten-Teil. Oder die Installation von FastAPI mit allen Komponenten Arbeiten mit Datenbanken Alembic Alembic ist ein leichtgewichtiges Datenbankmigrationstool zur Verwendung mit dem SQLAlchemy Database Toolkit für Python. Migrationsskript zur Erstellug der Tabelle ‚account‘ Migrationsskript bearbeiten Migration durchführen Migrationsskript erstellen […]
Introduction Cookbook proc freq sort by frequency with missing proc means more percentiles data step concatenate datasets proc contents save output Misc number of rows in a datastep * Try this for size: http://www2.sas.com/proceedings/sugi26/p095-26.pdf;
Installation Install current Version (3.2.8) Install next Version (4.0) Check installed version First steps The following steps are based on a summary of the Django Tutorial Create project Create view Create view in app_base/views.py Add view to app_base/urls.py Add urls to project main/urls.py Create admin user Create data and database […]
This is Part 3 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction If you follow the first part of this blog […]
This is Part 2 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction If you follow the first part of this blog […]
This is Part 1 of Building a Dashboard with Django and Bootstrap: Part 1: Building a base Django project Part 2: Prepare for dynamic content Part 3: Handling navigation and the side menu Part 4: Deploy Django App to Azure Introduction Building a complete web app isn’t always an easy […]
First Step: Hello World Sample The following steps at borrowed from the quick start tutorial. Download sample repository Create virtual environment Login zu Azure Deploy to App Service Create Django App with PostgreSQL Installation PostgreSQL on Mac OS Set user and passwords for postgres database Create database and user for […]
Part 1: Create a TDD Python Project Part 2: Use Jenkins to automatically test your App Part 1: Create a TDD Python Project Final source code is on Github. Introduction The task of creating an error free program is not easy. And, if your program runs free of errors, keeping it […]