Shashank Dharasurkar has Published 5 Articles

How to Add A Color Picker In Bokeh?

Shashank Dharasurkar

Shashank Dharasurkar

Updated on 27-Nov-2023 11:57:50

101 Views

Bokeh is one of the most underrated Python visualization libraries and can be used for various applications, including data analysis, scientific visualization, interactive dashboards, etc. In this blog, we will learn how to add a colorpicker widget in Bokeh. What’s A Color Picker? Color picker is one of the ... Read More

How To Add Color Breezing Effect Using Pygame?

Shashank Dharasurkar

Shashank Dharasurkar

Updated on 29-Aug-2023 17:00:13

66 Views

A popular Python game development library, Pygame provides a broad range of functions for creating 2D games. Using SDL, a low−level multimedia library, it handles graphics, sound, and input in games. The Pygame library allows you to create Python based games easily and intuitively. Creating a breathing effect A breathing ... Read More

How To Add Color Bar In Bokeh

Shashank Dharasurkar

Shashank Dharasurkar

Updated on 29-Aug-2023 16:58:22

120 Views

In Python, Bokeh is one of the most powerful libraries for data visualization that goes beyond traditional plotting. It follows a unique "Grammar of Graphics" architecture that allows developers to build interactive visualizations by managing graphical elements together. A Bokeh plot brings your data to life with its seamless integration ... Read More

How to Access Index in Python’s tuple for Loop?

Shashank Dharasurkar

Shashank Dharasurkar

Updated on 28-Mar-2023 18:10:50

988 Views

When it comes to working with data sequences in Python, tuples are one of the excellent choices due to their immutability and efficiency. Fortunately, Python provides several built-in functions to simplify and speed up working with tuples, especially when you need to access the index of each element in a ... Read More

How To Access Different Rows Of A Multidimensional Numpy Array?

Shashank Dharasurkar

Shashank Dharasurkar

Updated on 28-Mar-2023 18:04:14

1K+ Views

NumPy Multidimensional Arrays As the name suggests, Multidimensional Arrays are a technique that can be described as a way of defining and storing data in a format that has more than two dimensions (2D). Python allows the implementation of Multidimensional Arrays by nesting a list function inside another list function. ... Read More

1
Advertisements