One of the most significant advantages of learning a programming language as a child is that she/he will use it for many years to come and keep mastering it. A second advantage of learning a programming language at a young …
In recent years, there has been an explosion of Python library release for data science. Data scientists extensively use these libraries for applications in scientific domains, finance, economics, business, intelligence analysis, and many other fields. The libraries (also called packages) …
A modern-day data scientist’s primary work is to develop predictive analytics tools, interpret the results extracted by the tools, and provide decision-making intelligence to solve complex problems. These days, data science has become an essential part of strategic planning in …
Python is an easy-to-use, comprehensive and powerful language. Since Python is easy to use, many experts recommend it as an excellent first language for beginners. Do I consider Python to be an ideal language for first-time programmers? Yes, I consider …
This post is a continuation of the previous video lecture on Recursion. The current post and the associated video lecture explain more on recursion in Java. We target the following problem — how to compute the summation of all the …
This article discusses the basics of recursion in Java. We will discuss the theory of recursion, how we can write a recursive method in Java, and how to trace a recursive program. We are already familiar with how to use …
This article covers details on methods in Java. It explains why we need to use methods in our programs, how to pass data to a method using parameters, and retrieve information from it via a return statement. A method is …
Finding the largest and smallest numbers in an array is a common programming problem. This post describes how to write a Java program to find the largest or the smallest element in a one-dimensional array. In Java Video Lecture 16, …
A single dimensional array or a one-dimensional array can hold more than one element. Using an array, one can avoid the use of too many variables to store the same data types. As an example, a programmer can use an …
Becoming skilled at anything requires determination and perseverance. Gaining expertise in programming is no different. I teach around one hundred students every year at the University of Texas at El Paso. I generally teach Programming, Data Science/Mining, and Algorithms courses. …










