Hey guys back again with another Blog for today, We, Securium Solutions are Planning to upload blogs on Python for Ethical Hacking. Today we are going to start how to develop a simple key-logger with python
Hey guys back again with another Blog for today, We, Securium Solutions are Planning to upload blogs on Python for Ethical Hacking. Today we are going to start how to develop a simple key-logger with python
Python is a high-level programming language. It is designed by Guido van Rossum in 1991 and developed by Python Software Foundation. Python programming language allows the programmer to write code in fewer lines as compared to another programming language like java, c+ +, c. Python programming language is the first choice of Cybersecurity professional, Data […]
Many developers would agree that python is simple and more productive and the other hand java is difficult and complex. The programming language writes an efficient program for critical problems and for mobile applications, web applications, and games, etc. Python has easy syntax while java has complex syntax. Python : Python is more productive than […]
Python dictionary is nothing but a key value pair here key denotes the word and value denote the meaning. Key value is provided in the dictionary to make it more optimized . Each key value pair is separated by colon (:) and each key is separated by comma (,). A dictionary in Python is as […]
Python programming language provides the following types of loops. Here we cover all the ways for executing the loops. While all the ways provide similar basic functionality, the difference in there syntax and condition checking the time . 1. For loop A for loop is used for iterating over a sequence that is string, tuple, […]
We all know what is programming language ? what the use of any programming language ?Here we learn about frameworks specially python frameworks . What is Framework ? A framework is a collection of programs which can use to develop to own applications . Frameworks are also written in programming language . We also can […]
Python is a programming language used for multiple areas like Web design , Machine learning , Data science , Software development , Web and Desktop application designing .Here we learn about python variables . We using python 3.7.4 and Pycharm . Pycharm is a IDE (Integrated Development Environment) helps to run python program and provide […]
Hello Everyone welcome to my Python block series. Previous block I discussed Python variables with examples. Here I will tell you about Python list and list functions. Python lists: There are four data types in Python programming language. 1. List 2. Touple 3. Dictionary 4. Set Here I will tell you about the list. The […]
Tuples is a collection of related data. Tuples is a collection of ordered and immutable data . Immutable things can’t change. In python tuples are written with round brackets. How to create a tuple? You can define the range of indexes where to start and where to end. Negative indexes if you want to start […]
Python is a popular programming language across the world. Programming language is very important to make something like software , any website, API, game, graphics, calculation etc. Here some important application and features because anyone to learn python. Easy to learn and simple – Python : python is a very simple programming language . it […]