Cookies in Django – Setting, retrieving and deleting cookies
HTTP is a stateless protocol so when a request is sent to the server, it does not know whether you
Continue readingIn Python we trust.
HTTP is a stateless protocol so when a request is sent to the server, it does not know whether you
Continue readingThis 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 readingIn this article, we shall see how to return the response from our Django project in XML format instead of
Continue readingYouTube is great for the what and the why, but text is the best for the how. Keep that in
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 reading
Recent Comments