Explore a blog dedicated to a wide spectrum of topics including Django, Python, Machine Learning, Salesforce, Angular, React, Flutter, Svelte, LINUX, and Amazon Web Services.
Building and Parsing XML Document using Python
Creating XML document with required elements, Then Parsing it using Python to generate a serialized form of its contents.
List of Python Class Special Methods or Magic Methods
python class special methods or magic methods. magic methods allow us to override or add the default functionality of python objects. One of the biggest advantages of using Python's magic methods is that they provide a simple way to make objects behave like built-in types. That means you can avoid ugly, counter-intuitive, and nonstandard ways of performing basic operators.
Understanding Self and __init__ Method in Python Class
Understand self and __init__ method in python Class?
WSGI Explanation with Simple APP
The main goal of WSGI is to facilitate easy interconnection of servers and web frameworks/applications. WSGI defines a standerd API for web servers(uWSGI, Twisted, Gunicorn) to connect and talk to web frameworks like Django, flask, Pyramid. In this article i will explain simple "hello world" app.
How to Maintain User Session Across Sub Domains in Django
Nowadays, people are using wildcard domains to provide same user experience across different domains. Using subdomains, we can be able to host multiple sites with the same domain name with the same code in a less time. To enable wildcard subdomains for your site, you should add CNAME record like.
Tips to Choose the Best Custom Software Development Company
Choosing the best company for your software development needs is the most important step. This blog explains you tips to outsource custom software development services.
Unit Testing with Selenium-Python
Unit testing with selenium-python. Unit test case example to test the front-end
Python, Django top frameworks and it's comparison
Python, Django top frameworks and it's comparison
Which is the Best Python Framework for Web Development?
Python is a general-purpose programming language. We can use python for so many applications and including web applications. Which provides common backend fast reliable and scalable easily maintainable web applications.
Why Choose Python As Backend Development?
Here are the reasons why to choose Python as back end development.