Computer Vision

Computer vision(a comparison between Python vs. C++ vs Matlab)

We often confuse our tools for our craft. Tools help you practice your craft, but they do not make you a good craftsman. A good craftsman has many different tools in her pocket, and she…
kotlin

Kotlin ,All you need to know to get started!

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is for interoperate fully with Java, and the JVM version of Kotlin’s standard library depends on the Java Class Library, but type…
python

Most 20 Useful python library

Python Libraries are a set of useful functions that eliminate the need for writing codes from scratch.There are over 137,000 python libraries present today. Python libraries play a vital role in developing machine learning, data…
django

what is django and where to begin !

django is a big and scaleable web-framework for python programming language. It’s widely used all around the web and it’s really easy to work with and learn. In this article you’ll learn everything you need…
python

what is python programming language

python is one of the most famous and most popular programming languages out there. It has a lot of uses in a lot of areas. In today’s article we are going to introduce you to…

What are the advantages and disadvantages of Django?

Advantages and disadvantages of using Django Python is one of the most popular programming languages in the world and was the second most used language in Github projects in 2017. So if you are interested…

Demilitarized Zone

As you may know, In terms of computer security, a DMZ is a physical or logical subnet. Moreover, it includes services from an organization that is exposed to the outside world, which is an unreliable…

Brute Force

A Brute Force attack, also known as an Exhaustive Search attack, is an encrypted hacking operation (Cryptographic Hack).  Brute Force is an attack in which Hackers test the possible combinations of a password until they…

Virtual Machine

What is a virtual machine? A virtual machine is a program that acts as a virtual computer. Moreover, it runs on your current operating system (called the host system) and provides virtual hardware for a…

DNS

DNS How are the websites displayed on the internet and how do you get the website by typing their name? These are Hayes questions that have only one answer, with the help of DNS. But…