MySQL What is SQL? MySQL is a open source Relational Database Management System. MySQL is very fast, reliable and flexible Database Management System. MySQL Features MySQL command line tool is very powerful and can be used to run SQL queries…
Month: November 2019
NumPy
What is NumPy ? NumPy is an array-processing package. It provides a multidimensional array as an object and tools to work with it. NumPy Arrays It’s a grid that contains values of the same type. They come in 2 forms…
Relational Databases
Relational Databases Structure In its model, the data is organized into tables. These tables are called relations. A row in a table represents a relationship among a set of values. Rows of relations are called tuples and the columns are…
Cyber Security
What is Cyber Security? Cyber Security is the concept of safely browsing throughout the internet without posing threat to anyone else’s information. Further it also includes gaining information about security risks along with measures to prevent them. Ways a website…
Python
Python Getting Started with Python Python language was developed by Guido Van Russom in Feb 1991. It is based on 2 programming languages i-e ABC & Modula-3. Advantages of python -- Easy to Learn -- Python is very programmer friendly…