Home Tags Python

Tag: python

How to get started in web development with Python

12
Learning Python is easy. You can do a lot with just a few lines of Python code. However, if you are thinking of building...

Java and Python FTP attacks can bypass firewalls

0
A vulnerability has been found in Java and Python runtimes that fails to validate FTP URLs and lets attackers bypass any firewalls on a...

2D Plotting Using the matplotlib Library

0
Publication quality 2D plots can be produced by matplotlib, which is an open source object-oriented Python library. With this article, we begin a series...

Google develops Grumpy to translate Python code into Go program

0
With a view to overcoming some major limitations of Python, Google has brought its transcompiling tool called Grumpy. The new open source project is...

Python 3.6 is here with new syntax upgrades

0
Python has received a new update. The updated programming language is aimed at making the language more productive for developers. Debuted as Python 3.6, the...

Finding Duplicate Files in Windows Using Python

2
Duplicate files have their uses, but when they are duplicated multiple times or under different names and in different directories, they can be a...

Everything you need to know about regression models in Python

0
Python is a very versatile piece of software. It offers many choices for Web applications and can be used in thousands of third party...

Pydoc automatically generates API documentation for Python packages

0
Read the Docs, community-supported service to create online documentation for software projects, has launched Pydoc. The new service is aimed to automate the API...

Python Programming For Digital Forensics And Security Analysis

0
One of the many uses of the versatile Python programming language is in digital forensics and security analysis. This article covers various aspects like...

Cython aims to become a superset of Python

0
The open source world keeps on getting innovations each day. Though it was earlier unpredicted that Python will ever meet with the pure C,...