Category: Programming

9 Python modules

Top 9 Python modules you should know

Python is elegant, use these libraries can make your code more concise, and maintain persistence. Here are list 9 Python modules you should know: docopt is based on conventions that have been used for...

RubyFu

RubyFu: Ruby programming for Hacker

Rubyfu, where Ruby goes evil! This book is a great collection of ideas, tricks, and skills that could be useful for Hackers. It’s a unique extraction reference, summarizes a lot of research and experience...

Python programming tutorial: 01 Hello World!

Python by Guido Van Rossum was invented in the early 1990s, is one of the most popular programming languages, because of its clear and concise grammar I fell in love with Python, the code...

How to create,import and export database on MySQL

This article mainly describes the MySQL commonly used commands. Create a database mysql -u root –p #Access to mysql service Enter password: # Enter the root password of the database. MySQL [(none)]> create database ddos;...

How to Create Port Scanning using Python

Introduce Port scanning is defined by the client to a range of server ports to send the corresponding request to confirm the use of the port. While not a malicious network activity, it is...

python ides

10 Python IDEs and code editors

Python is very easy to learn, powerful programming language. Python includes efficient and advanced data structures that provide simple and efficient object-oriented programming. Python’s learning process is not an IDE or code editor, or...