Saba Hilal has Published 63 Articles

How to iterate through a nested List in Python?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:45:23

6K+ Views

In this article, we will understand the concept of nested Lsit in Python and how to iterate through a nested list in Python language, Sometimes, the task is to go through each element of a list or to find the elements in a list or to use the information given ... Read More

How to invert the elements of a boolean array in Python?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:39:39

1K+ Views

Sometimes, the task is to invert a boolean array. This is often required if the files contain a column with true or false values and the need is to use the column values in the inverted manner. For example, if a CSV file contains the data column as Covid Negative ... Read More

How to make a basic Scatterplot using Python-Plotly?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:23:50

915 Views

Sometimes, the task is to analyze a dataset and use charts or plots for data visualization. Plotly is a nice open-source graphing library that can be used with Python and is used for making a variety of plots and charts quickly and easily. In this article, using two different examples, ... Read More

How to make a word count in textarea using JavaScript?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:04:27

1K+ Views

Sometimes, the task is to count the words entered in an input box or a text area. The textarea is often used if we want to show multiple lines of text. While entering the text into the text area, the user may use blank spaces as the separation between the ... Read More

How to make Mini sized Vertical controlgroups using jQuery Mobile?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:02:07

146 Views

The controlgroups can have the options of vertical or horizontal. Sometimes, if many buttons are taken together, it is also required that the controlgroup size is reduced. Using HTML and jquery mobile, this process of creating the mini-sized vertical controlgroups is demonstrated in this article. This is shown by using ... Read More

Using Material Bottom Tab Navigator in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:30:39

393 Views

Tabs are created to implement multipage views in apps. Tabs are often placed on the top or at the bottom of the screen. Some libraries permit making tabs in mobile apps. Tabs can use icons instead of text type of labels. In this article, the React native and javascript code ... Read More

Using The Audio in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:27:55

345 Views

Audio is a common component of mobile apps. Audio can be used in apps in many ways. Audio can be selected from the mobile, it can be used from any online link, or can be included in the project itself as local audio. Expo-av can be used in all these ... Read More

Using Cards in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:23:20

333 Views

Sometimes, the task is to show a small bounded area with some text, picture, or colors and to retrieve more information from it later or to perform some actions on selecting that item. For this Card from react-native-paper can be used. More than one Card can also be used on ... Read More

Using Tabs in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:11:31

276 Views

Tabs are created to implement multipage views in apps. Tabs are often placed on the top or at the bottom of the screen. Some libraries permit making tabs in mobile apps. Tabs can also be made using simple components like buttons. In this article, the React native and javascript code ... Read More

Text to Speech Examples in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:04:35

503 Views

Text to Speech is an important area where the written language text is converted into speech form. For using Text to Speech conversion, functionality from expo-speech can be used. In this article, the React native and javascript code is shown with two different examples, where in the first example while ... Read More

Advertisements