Author

Bashir Alam

Bashir Alam

Data Analyst and Machine Learning Engineer

at · 187 articles published

Computer Science graduate from the University of Central Asia, currently employed as a full-time Machine Learning Engineer at uExel. His expertise lies in OCR, text extraction, data preprocessing, and predictive models.

Areas of expertise

Certifications & credentials

  • Python with Projects
  • C ProgrammingID: UC-a19ba210-767a-47de-a588-96f03d34a185
  • Master of the Basics Python TkinterID: UC-f065c334-f080-4eef-a112-4d2687053570
  • Frontend EssentialsID: 14427917
Author profile illustration for Bashir Alam — technical writer at GoLinuxCloud

Articles by Bashir Alam

programming

HackerRank Solution: Classes - Dealing with complex numbers Python

Learn how to solve classes: dealing with complex numbers which is asked in HackerRank

Bashir Alam4 min read
programming

HackerRank Solution: Martix Script [Python Regex]

In this tutorial we will cover multiple methods to solve matrix script from hackerrank solutions.

Bashir Alam5 min read
programming

HackerRank Solution: Python Pilling Up [Collections]

There are 3 methods to solve hackerrank python piling up problem. Using collection module, Using loops, Using if-else statement

Bashir Alam5 min read
programming

HashSet Java Explained [Easy Examples]

HashSet Java class is used to create a collection that uses a hash table for storage. It inherits the AbstractSet class and implements the Set interface. HashSet stores the elements by using a mechanism called hashing

Bashir Alam11 min read
programming

Java Regular Expression (RegEx) Explained [Easy Examples]

A Java regular expression is a special sequence of characters that helps us to match or find other strings or sets of strings, using a specified syntax held in a pattern

Bashir Alam10 min read
programming

Java User Input - Multiple Ways [Easy Examples]

In java programming language, we have three different kinds of methods through which we can take java user input including Scanner class, Buffered class, and console class

Bashir Alam11 min read
programming

Hackerrank Solution: Validating credit card numbers in Python

validating credit card numbers hackerrank solution, validating credit card numbers hackerrank solution python, validating credit card numbers hackerrank solution python3

Bashir Alam5 min read
programming

Hackerrank Solution: Validating Email With a filter in Python

hackerrank valid email address regex, validating email addresses with a filter hackerrank solution, valid email address hackerrank, valid email address hackerrank solution in python, python functional hacker rank …

Bashir Alam5 min read
programming

Hackerrank Solution: Triangle Quest in Python [3 Methods]

triangle quest hackerrank solution, triangle quest 1 hackerrank solution in python, triangle quest 1 hackerrank solution in python, triangle quest 1 hackerrank solution in pythobn3

Bashir Alam3 min read
programming

Hackerrank solution: No Idea! in Python [5 Methods]

5 different ways to solve no idea hacker rank question with explanation in python and python3

Bashir Alam5 min read
programming

Hackerrank Solution: Find Angle MBC in Python [4 Methods]

4 different ways to solve find angle mbc hackerrank solution in python3.

Bashir Alam3 min read
programming

Hackerrank Solution: How to check leap year in Python

hackerrank leap year python, hackerrank solution write a function

Bashir Alam5 min read
programming

Java string length Examples [Multiple Scenarios]

Multiple examples to use the java string length method to get length of java string.

Bashir Alam8 min read
databases

Pandas set index method explained with examples

Pandas set index is a built-in method in pandas that is used to set the list, Series or dataframe as an index of dataframe.

Bashir Alam9 min read
programming

Java Operators Explained [Easy Examples]

There are a total of eight java operators. Arithmetic, Rational, Logical, Bitwise, Assignment, Shift, Unary, Ternary operators

Bashir Alam11 min read
programming

Supervised Learning Algorithms Explained [Beginners Guide]

An algorithm is a set of instructions for solving a problem or accomplishing a task. In this tutorial, we will learn about supervised learning algorithms. We

Bashir Alam8 min read
programming

Different Types of Machine Learning Explained [Beginners Guide]

The different types of machine learning are supervised, unsupervised, semi- supervised, reinforcement

Bashir Alam9 min read
programming

Python set difference() Tutorial [Practical Examples]

The difference between the two sets in Python is equal to the difference between the number of elements in two sets. The Python set difference function returns a set that is the difference between two sets.

Bashir Alam9 min read
programming

Java throw exception explained [Simple Examples]

Multiple examples to learn about the java throw exception and the throws keyword to handle java exceptions in java programming language

Bashir Alam11 min read
programming

Java Parameter Explained [Easy Examples]

Java parameters are variable names with type that is declared within the method signature. The list of parameters is enclosed in parenthesis and each parameter consists of two parts: type name followed by the variable …

Bashir Alam8 min read
programming

Java Arguments Explained [Easy Examples]

Java arguments are the actual values that are passed to variables defined in the method header when the method is called from another method. Remember that these are not the variables but actual values

Bashir Alam8 min read
programming

Java Byte Explained [Easy Examples]

A group of binary digits or bits operated on as a unit is called byte. A java byte is considered as a unit of memory size. A byte is a unit of digital information that most commonly consists of eight bits.

Bashir Alam8 min read
programming

Java Class Constructor Explained [Easy Examples]

Java class constructor syntax and Examples. Difference between Java class constructor and Java method. Java parameterized constructor. Java constructor chaining, Overloading Java constructor

Bashir Alam9 min read
programming

Java Array Explained [Easy Examples]

Java Array is one of the data structures, which is a collection of variables of the same data type that are referenced by a common name. Arrays consist of contiguous memory locations. The first address of the array …

Bashir Alam10 min read
programming

Thread in Java Explained [Simple Examples]

there are two different ways to run the thread in Java programming language. Extend the Thread class and then creating a new subclass and Create a new thread using the runnable interface

Bashir Alam8 min read
programming

Java date & time Format Explained [10+ Examples]

Java provides the Date class available in java.util package, this class encapsulates the current date and time.

Bashir Alam9 min read
programming

Java read file using 5+ methods [Easy Examples]

Java read file using Desktop class, FileInputStream, BufferedReader, FileReader, Scanner, and readAllLines() methods by taking different examples

Bashir Alam8 min read
programming

Java create & write to file Examples

Java.io.File, Java.io.FileOutputStream, and NIO Files.write() method to java create files by taking different examples. Moreover, we will also discuss various methods to write in java files including bufferedWriter, …

Bashir Alam10 min read
programming

IndexOf() Java Method Explained [Easy Examples]

The IndexOf() Java method finds the index position at which a specified string begins. This method helps us to find a string within another string. The

Bashir Alam8 min read
programming

Java break & continue statements Explained [Easy Examples]

Related Searches: java break, java continue, break statement in java, java break for loop, continue statement in java, break while loop, java exit for loop,

Bashir Alam9 min read