Category programming

Gateway To Go Language Documentation and Resources

This article documents all Go Programming Language (GoLang) resources, tools, tutorials and documentation. Resource Link Go Tour Go Tour Go Language Specifications Golang Specs Go Documentation Go.Dev/Doc GoLang Wiki Golang Wiki Official Go Blog Go Blog Go Faq Go.dev/FAQ Go…

Conda Recipes

Conda is the language agnostic, cross platform package management and environment management system. We can install it stand alone Verify the Conda installation Package Installation and update How to Create Conda Virtual Environment Create different python environments Create Environment for…

Django: django-admin command reference

COMMAND check usage: django-admin check [-h] [--tag TAGS] [--list-tags] [--deploy] [--fail-level {CRITICAL,ERROR,WARNING,INFO,DEBUG}] [--database DATABASES] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--force-color] [app_label ...] Checks the entire Django project for potential problems. positional arguments: app_label optional arguments: -h,…

How to Run Your First Flask Application

Flask is micro web development framework unlike Django flask doesn’t comes with everything with end to end solution like ORM etc. Sometimes which good because you don’t want bhramhastra to kill sparrow. Such that, not to make things unnecessarily complicated…