We found 8 articles by this author...

Jay Parmar

Object Oriented Programming (OOP) in Python

This article discusses the difference between procedural programming and functional programming and allows you to get started with the object-oriented programming in Python. It also discusses the OOP concepts with the help of real-life examples and shows its implementation in Python....
13 min read

Introduction To Financial Markets

If you are new to this domain, this article would serve as a first step in learning about it. If you already have some working knowledge of investing/trading, you can use this as a refresher before you move on to more advanced topics in the world of trading....
24 min read

Python Function Tutorial: Definition, Types, Namespace and Scope

In this article, we will understand the different types of python functions and how to define and call them. We will also understand their documentation and general uses when it comes to writing code....
23 min read

Python Data Structures Tutorial

In this tutorial on python data structures, we will look at arrays, lists, tuples, dictionaries and sets. Apart from their uses, we will also go through the different operations that can be performed on these python data structures....
21 min read

Python Data Types and Variables Tutorial

In this tutorial on python data types and variables, we will understand how to use python variables and data types and also how to convert one data type to another....
15 min read

Jupyter Notebook Tutorial: Installation, Components and Magic Commands

In this tutorial, we will understand the different components of Jupyter Notebook and how to install it. We will also take a look at the different shortcuts and magic commands in the notebook and how to write in markdown language....
19 min read

Python Pandas Tutorial: Installation, Series and DataFrame

In this article on Python Pandas, we will see how to install Python Pandas and the Pandas data structures Series as well as DataFrame and their functions...
40 min read

Python Numpy Tutorial: Installation, Arrays And Random Sampling

In this article on Python Numpy, we will learn the basics of the Python Numpy module including Installing NumPy, NumPy Arrays, Array creation using built-in functions, Random Sampling in NumPy, Array Attributes and Methods, Array Manipulation, Array Indexing and Iterating....
26 min read