Tagged: Programming

learning Python resource

The best learning Python resources for beginners

The Python community is always active in sharing learning resources and helping beginners master the language. But also because of too many resources, resulting in it is difficult to know how to find. This...

Connecting to MySQL using Python

Install mysql server & mysql client sudo apt-get install mysql-server sudo apt-get install mysql-client  Install MySQL-python To enable python to operate mysql requires MySQL-python package, it is python operation mysql essential modules.Download: https://pypi.python.org/pypi/MySQL-python/ Download the...

python framwork

15 of the Most Popular Python open source frameworks

The following are the 15 most popular Python open source frameworks that Bole Online has sorted out of GitHub. These frameworks include event I/O, OLAP, Web development, high performance network communications, testing, crawlers and...

Pentesting Using Python

Learn about the need for pentesting, components to be tested, qualities of a good pentester and much more. In simple words, penetration testing is to test the information security measures of a company. Information...

Python Programming Cookbook

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible...

PHP Guide: 101 Essential Tips, Tricks & Hacks

The PHP Anthology will save you time, and eliminate the frustration of completing PHP tasks, with a comprehensive collection of ready-to-use solutions. If you’re building web applications with PHP you’ll never let this book...

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...