Python one-liners
This blog post contains some of the python one-liners which I have gathered from various sources. The link to the
Continue readingIn Python we trust.
This blog post contains some of the python one-liners which I have gathered from various sources. The link to the
Continue readingIn this blog post, we shall how to validate a credit card number using Luhn’s algorithm. We shall also learn
Continue readingThis blog post discusses which is the best method to find if a string is empty in python. We all
Continue readingWe all know Django provides ORM right out of the box thus preventing us from writing SQL queries. This mechanism
Continue readingThis blog post focuses on finding various information about the nature of the browser and os from which the HTTP
Continue readingThis blog post teaches you to escape and unescape HTML strings and files using a built-in module in python called
Continue readingIn this article, we shall see how to get file size with python using built-in libraries. The os module and
Continue readingIn this article, we shall see how to compare two directories using the built-in module in python called “filecmp”. This
Continue readingIn this article, we shall see how to convert a list of strings from upper to lower case or from
Continue readingPython has a built-in library called statistics. This module provides functions for calculating mathematical statistics of numeric (Real-valued) data. Unless
Continue reading
Recent Comments