In this post we will understand the Steps to create amazon EC2 instance. The prerequisite for this post is AWS account and good internet connectivity. Let's understand to create an EC2 instance for Linus OS on AWS, an existing AWS account will be required and if not we can create new account. Please follow the below procedure to launch EC2 instance for Linux OS.
PYTHON FLASK MYSQL CONNECTION
IN THIS TUTORIAL WE’RE GOING TO LEARN PYTHON FLASK MYSQL CONECTION, WE’RE GOING TO LEARN HOW TO CONNECT FLASK TO MYSQL DATABASE AND YOU CAN INSERT THE FORM DATA.
VARIABLES IN PYTHON
In this post we are going to learn about variables in Python. A variable in simple words means an element, feature, or factor that is liable to vary or change
Array Rotation in Java
Array Rotation in Java. (Asked by top MNC's like Amazon, Microsoft, goldman sachs, wipro, TCS..etc)
A Basic Application – Django
As we discussed in the previous blog, Django divides all of its web applications into 'projects'. Each project can be further divided into individual applications that can be developed and then integrated into the root project.
Day 10: Binary Numbers HackerRank solution(30 days Code) in Java
Binary Numbers HackerRank solution(30 days Code) in Java
Merge Sort in Java
Like QuickSort, Merge Sort also divide and conquer algorithm. It divides input array in two halves, calls itself for the two halves and then merges the two sorted halves. The merge() function is used for merging two halves. The merge(arr, left, mid, right) is key process that assumes that arr[left..mid] and arr[mid+1..right] are sorted and merges the two sorted sub-arrays into one.
Say Hello to Django!
A python-based free and open-source web framework that follows model-template-view architecture pattern. It encourages rapid development and pragmatic design.
You must be logged in to post a comment.