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 reading
Recent Comments