Python script to open a Google Map location on clipboard
The task is to create a python script that would open the default web browser to the Google map of the address given as the command line argument....
read more
Node.js Vs Django: Top Differences That Web Developer Should Know [2024]
There has always been a heated debate over which one to choose from Node.js or Django. In this blog, we will be addressing the same. So before getting directly to comparison let’s have a small intro to Nodejs and Django....
read more
JavaScript vs Python : Can Python Overtop JavaScript by 2020?
This is the Clash of the Titans!!...
read more
Best practices for Professional Developer – Django Framework
Django is an open-source, Python-based framework for building web applications. To make our Django code more readable and efficient we should follow a certain set of rules/practices. These should not be seen as the right way or the only way to work with Django, but instead best practices to work with Django framework...
read more
How to simulate pressing enter in HTML text input with Selenium ?
Selenium is an inbuilt module available in python that allows users to make automated suites and tests. We can build code or scripts to perform tasks automatically in a web browser using selenium. Selenium is used to test the software by automation. Also, programmers can create automated test cases for the software or app using the selenium....
read more
Custom Template Filters in Django
Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc....
read more
Streamlit Extras in Python
In this article we will introduce ourselves with the Streamlit-extras module, which can easily give some special touch to our Streamlit apps with the least amount of code possible....
read more
How to Dockerize django application for production deployment with Gunicorn and Nginx
Docker is an open-source containerization platform used for building, running, and managing applications in an isolated environment. A container is isolated from another and bundles its software, libraries, and configuration files. Django is an open-source Python web framework that can be used to quickly develop fully functional web applications. In this article, we will discuss how to dockerize a Django app for deployment purposes....
read more
Accolite Digital Interview Experience for Intern + FTE | On-Campus 2022
In our college campus recruitment process will have an online test (MCQs – 30 min/30Que & Coding Round – 60min duration), followed by technical (2 levels) and personal interview rounds, all  Interview sessions conducted virtually. No. of rounds may vary from college to college....
read more
Why do people prefer Selenium with Python?
Selenium is a strong set of tools that firmly supports the quick development of test automation of web applications. It offers a set of testing functions that are specially designed to the requirements of testing of a web application. These functions are reliable facilitating various options for positioning UI elements and making a comparison of the expected outcomes against the real application behaviour. It makes use of various scripting languages for its test automation....
read more
Create a Real Time Currency Converter app using Flask | Python
Flask is a popular and lightweight Python web framework, meaning it is a third-party Python library used for developing web applications....
read more
Introduction to CherryPy
CherryPy is a popular framework of Python. Using CherryPy, web applications can be built in a faster and more reliable way. It is also called a web application library. It is known for its simplicity as it is based on object-oriented Python programming, resulting in smaller source code in less time. It is one of the oldest frameworks of Python, the very first version being released in June 2002. This framework is mainly for the developers who want to create portable database-driven web application using Python, as it provides Create, Retrieve, Update and Delete functionalities....
read more