<tutorialjinni.com/>

List of Months in Python

Posted Under: Python on Oct 4, 2023
List of Months in Python
One of the common tasks in data handling or manipulation, especially dealing with time series data, is to generate a list of months. In this tutorial, we will learn how to create a list of months in Python using multiple methods.

Python Remove Duplicates From List

Posted Under: Python on Apr 8, 2020
Python Remove Duplicates From List
Removing duplicates in from a list in Python is a simple operation and the results can be achieved using different methods and techniques. First very common way is to use Python set. Set is a collection of unordered unique object.

Install Python LDAP on Linux

Posted Under: Python on Jun 17, 2019
Install Python LDAP on Linux
Linux snippet to install Python LDAP on various Linux distributions.

SMBv3 Null Dereference Denial of Service Vulnerability (CVE-2018-0833)

Posted Under: Python on Feb 27, 2018
SMBv3 Null Dereference Denial of Service Vulnerability (CVE-2018-0833)
CVE-2018-0833 is the new vulnerability in Microsoft windows Server Message Block (SMB) version 2 and 3 client. This simple vulnerability mount a Denial of Service (DOS) attack on Windows 8.1 and ...