Tushar Sharma has Published 78 Articles

How To Track ISS (International Space Station) Using Python?

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 19:31:33

259 Views

Exploring the whereabouts of the International Space Station (ISS) and witnessing its real−time movements can be an exhilarating experience. The following article aims to showcase how Python can be utilized to track the ISS, utilizing the ISS API provided by Open Notify and visualizing its location on an interactive world ... Read More

How to Throttle API with Django Rest Framework

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 19:28:16

341 Views

In the realm of building APIs using the renowned Django Rest Framework (DRF), one must skillfully navigate the challenges posed by managing the rate at which clients can unleash their torrent of requests upon your API endpoints. Throttling mechanisms come to the rescue by effectively safeguarding against potential abuse, protecting ... Read More

How to test Typing Speed using Python?

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 19:25:10

730 Views

If you've ever pondered the swiftness at which you can type or desire to refine your typing prowess, we possess a solution tailor−made for you! Within the confines of this composition, we shall delve into a simple approach that entails evaluating your typing speed utilizing Python. Fret not if you ... Read More

How to Terminate a Running Process on Windows in Python?

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 19:20:22

2K+ Views

When delving into the realm of Python development on a Windows operating system, there will undoubtedly be occasions where the need arises to terminate a running process. The motives behind such termination could span a wide array of scenarios, including unresponsiveness, excessive resource consumption, or the mere necessity to halt ... Read More

How to take Column-Slices of DataFrame in Pandas?

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 18:54:52

45 Views

Pandas, an influential Python library renowned for its data manipulation and analysis capabilities, offers an array of tools to empower data scientists and analysts alike. Among its key data structures, the DataFrame stands tall−a two−dimensional labeled data structure with columns of potentially diverse types. When traversing the vast landscape of ... Read More

How to take backups of MySQL databases using Python?

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 18:31:34

2K+ Views

Safeguarding the integrity and recoverability of your MySQL database is of paramount importance to mitigate the risks associated with data loss and corruption. Python, a versatile programming language, offers a myriad of libraries and techniques for seamless interaction with MySQL databases and accomplishing efficient backup procedures. This article delves into ... Read More

{{ form.as_ul }} – Render Django Forms as list

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 18:08:07

104 Views

Django has revolutionized web engineering, making it accessible and streamlined for developers globally. Its notable characteristic is the robust form manipulation system, which simplifies the development of web forms while also facilitating their verification and handling with ease. Concentrating on displaying these forms as HTML lists offers users a multitude ... Read More

{{ form.as_table }} – Render Django Forms as table

Tushar Sharma

Tushar Sharma

Updated on 10-Jul-2023 18:01:57

611 Views

In the arena of web development, Django has emerged as a famous, open−source, and high−stage Python internet framework that encourages fast improvement and easy, pragmatic design. Django boasts a robust form of coping with devices, which allows developers to create, validate, and technique paperwork effortlessly. One essential component of Django's ... Read More

{{ form.as_p }} – Render Django Forms as Paragraph

Tushar Sharma

Tushar Sharma

Updated on 09-May-2023 15:49:41

1K+ Views

Django, a broadly used and effective web framework for Python, has made it less difficult for developers to create dynamic, information-driven web applications. One of the essential components of web packages is the capability to create and manage forms. Django affords a robust shape device that allows developers to fast ... Read More

__subclasscheck__ and __subclasshook__ in Python

Tushar Sharma

Tushar Sharma

Updated on 09-May-2023 15:48:36

428 Views

Python, a generally adaptable and effective programming language, has picked up significant popularity over a long time. The item-oriented nature of Python lets within the execution of a few high-quality capacities, such as inheritance and polymorphism. In this post, we will delve into two lesser-recognized, yet charming techniques that allow ... Read More

Advertisements