Author: Aniruddha Chaudhari

Python

4 Python String Formatting Every Python Developer should Master

What are the different Python string formattings for Python version 2 and 3? Evaluating expression in Python string formatting.

Python

Python Code to Extract Emails by Reading File [Complete Script]

How to write a script in Python to extract emails from file? Complete code to verify every email in the file.

GATE

7 Advices to Choose Best Coaching Center for GATE in Your City

Which is the best coaching center for GATE exam in your city? List of various top-rated GATE institutes in India.

Python

How to Install and Run Different Python Versions in Cmd?

How to run different python versions in cmd? Steps for Installation and running Python 2 and Python 3 on the same system.

Python

What is NoneType in Python and Null Equivalent?

What is NoneType in Python? What is equivalent to Null in Python? Use of None and NoneType object.

Django

How to Open Python Interactive Shell in Django?

Simple command open Python shell in Django. This feature is provided so that you can test and run your code without putting it into the actual project.

chrome

[Simple Steps] How to Disable Chrome Cache for Web Development?

Simple steps to disable Chrome cache for web development form inspect tool. If your updated CSS is not working, you need to disable browser chance?

HTML

Code to Print and Save HTML Page as PDF using JavaScript

How to add Javascript code to your web page to print and to save HTML page as PDF? Without any external HTML to PDF online tool…

Django

Python Web Development with Django | 5 Simple Steps to Your First Project

How to start Python web development with Django? It includes all the installation commands to create your first Django project?