
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 33676 Articles for Programming

22K+ Views
In this tutorial, we will learn to find the total number of elements in the array. In TypeScript, the array is the data structure containing various elements such as integers, strings, objects, etc. While working with the APIs and performing operations with the data often requires counting the total number of elements in the array. Also, sometimes it requires counting the number of elements in the array based on certain conditions. Here, we have focused on various methods to count a total number of elements in the array. Using the length property of the array in TypeScript The array prototype ... Read More

11K+ Views
In this tutorial, users will learn to filter the values from the array in TypeScript. The filter is an important operation to manipulate the data we get from the database. For example, everyone has seen the filter on the Amazon, Flipkart, etc. websites to filter the products according to different criteria. To create something like that, either we can get the filtered data from the database directly, or we can get the whole data and filter at the frontend side from the array of the products, and it depends on some criteria such as database size, performance, etc. Use the ... Read More

48K+ Views
In this TypeScript tutorial, users will learn to make string comparisons. The string comparison is the basic operation required while working with any programming language. Suppose we are developing a web or Android application and need to compare string data such as user id, user name, password, etc. In such cases, string comparison becomes very useful. Using the strict equality (===) operator The best way to compare the strings in TypeScript is to use the strict equality operator. The strict equality operator first checks the types of the left and right operands, and if it matches, it compares the value ... Read More

2K+ Views
In this tutorial, we will learn to convert a string into lowercase in TypeScript. Converting string to lowercase is a basic operation, but it is useful many times. We can think about implementing the search functionality in the app. When users search for any phrase or word in lowercase, uppercase, or mixed case, we need to convert the string into lowercase and then execute the search query in the database to find the related items. Using the toLowerCase() Method The toLowerCase() method allows us to convert all alphabetic characters of the string into lowercase. If a character is in uppercase, ... Read More

4K+ Views
In this article, we will learn which programming language is better for writing Selenium web driver scripts, Python or Java. Choosing the ideal programming language from a pool of options might be tough. Python, Java, and Selenium each have their own set of functionalities. Selenium is being used by a growing number of enterprises to test web applications. Surprisingly, Selenium supports a variety of programming languages for test automation. Among them, the best competitors for Selenium binding are Java and Python. What is the Selenium? Selenium is an open-source tool that is used for major automation testing work. Selenium is ... Read More

1K+ Views
In this article, we will learn the best text editor and IDEs to use with Python. What are IDEs and Code Editors? Whether you're new to the programming field or coding you'll need an IDE (Integrated Development Environment) or a code editor to show off your coding skills. An IDE is a software tool that combines standard developer tools into a single user-friendly interface (Graphical User interface). A code editor is a software tool for writing and editing code. They are typically lightweight and useful for learning. However, when your program gets larger, you will need to test and ... Read More

7K+ Views
In this article, we will learn whether Python programming or simply a scripting language and what is a scripting language and the differences between scripting and a programming language. Guido Van Rossum developed Python, one of the most well-known programming languages. Python is popular among developers because of its clear syntax and simple code, even for newcomers. Learning Python can be highly advantageous for those who have just begun their career in programming. They can use Python Programming Training, blogs, videos, modules, and thousands of other resources to get into every aspect of this popular language. Once completed, you ... Read More

288 Views
In this article, we shall explore whether or not Golang will overpower Python. What is Python? Python is a high-level, object-oriented, dynamic, interpreted, and multipurpose programming language i.e multi-paradigm language. Python's syntax, dynamic typing, and interpreted nature make it an excellent scripting language. It supports a variety of programming paradigms, including object-oriented, functional, and procedural styles. It cannot be converted to computer-readable code before running at runtime. Python is used for task automation. What is Golang? Golang, usually known as Go a Programming language that is open-source, collected and statically written. It was developed by Google and is relatively ... Read More

1K+ Views
In this article, we will learn the use of Python language in daily life. Python is popular among developers because of its clear syntax and simple code, even for newcomers. We live in a digital world that is entirely controlled by lines of code. Every business, healthcare, military, GUI development, web design, system administration, complex financial transactions or calculations, data science, visualization, and finance to research, rely on software to perform properly. We have a long list of programming languages that help in software development that includes Python as well. It has emerged as the most profitable and fascinating programming ... Read More

290 Views
In this article, we will learn the list of high-paying job opportunities available after learning Python. Python has recently emerged as one of the world's most popular programming languages. It is widely used to construct websites and apps, automate tasks, and analyze data. Along with that it is extensively used to create a wide variety of applications and is not specialized or customized for any specific challenge. Furthermore, Python has become one of the most popular programming languages today due to its versatility and beginner’s-friendliness. It is excellent for both developers and non-developers. Python is commonly used for web ... Read More