Hacker rank java and python solutions , code jam 2019 all rounds problems and solutions , hash code 2019 and world finals, Project euler ,spoj problem solutions , other programing events info ,blogs etc.
Domains Of AWS :- 1. Compute 2. Migration 3. Security and Identity compliance 4. Storage 5. Networking and Content Delivery 6. Messaging Domain 7. Database Domain We will discuss about every Domain of AWS in this post . So let's start . AWS SERVICES - A. EC2 - Amazon Elastic Compute Cloud (Amazon EC2 ) is a web service that provides secure, scalable compute capacity in the cloud. It is like a web server that can be resized according to number of configuration. Resizable compute capacity in the cloud , which can be customize according to your need . It is used to host your a application . B. Lambda - AWS Lambda is a compute service that makes it easy for you to build applications that respond quickly to new information . This is an aws service that executes background tasks.It is not used to host an application. example : file compression in background . AWS Lambda is an event-driven, serverless computing plat...
third blog of series is here : https://codexmaze.blogspot.com/2019/06/django-web-framework-of-pythonpart-3.html Django is python framework for web development. This framework is now in use by big companies as google , instagram etc. The reason is python and other reason is a set pattern of django. This will be a three blog series to tell you what is Django , where to start and basic command lines with some snippets. Now we first start with installation of django.But first you have to check python is install in your windows or not. OPEN "WINDOW POWERSHELL" and type "python --version".If it is found then python is install. Now proceed further for installation of Django. Install PIP: PIP is a package manager for Python that uses the Python Package Index to install Python packages. PIP will later be used to install Django from PyPI. If you’ve installed Python 3.4, pip is included so you may skip this section. O...
Comments