Tagged: Python

Python

Report: Python is on top 2 & the fastest growing language

April 2018 PYPL PopularitY of Programming Language and Hacker News Hiring Trends have been released. The Hacker News Hiring Trends recruitment data is collected by the Hacker News News Center. It not only pays attention to...

9 Python modules

Python 3.6.5 released, Include new features and optimizations

Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small...

pyrasite: Inject code into running Python processes

pyrasite – Inject code into running Python processes Compatibility Pyrasite works with Python 2.4 and newer. Injection works between versions as well, so you can run Pyrasite under Python 3 and inject into 2, and...

Python 2.7.15

multi-threaded & multi-process in Python

Use Python multiprocessing (multiprocessing) enables multiple CPU can work at the same time, greatly enhance the utilization efficiency. IO-intensive and CPU intensive CPU-intensive: linear program execution, CPU intensive, always close to 100% (eg: replacing...

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

[Python] Locust: open source load testing tool

Locust is a open source performance testing tool. Define user behaviour with python code, and swarm your system with millions of simultaneous users. Use Python code to define user behavior. Use it to simulate millions...

AWK python

[Python] upload file using PycURL

PycURL is a Python interface to libcurl, the multiprotocol file transfer library. Similarly to the urllib Python module, PycURL can be used to fetch objects identified by a URL from a Python program. Beyond...

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

Stegano | Python steganography module

Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security...