Blog - Converting table rows to and from JSON
Web, 29 Mar 2023
In this blog you learn how to convert data in table to JSON and load data from JSON to table.
Blog - How to install Python libraries in offline mode
Tue, 28 Mar 2023
Learn how to install Python libraries on a system that is NOT connected to Internet (offline).
Blog - How to use Excel in Python using openpyxl
Mon, 27 Mar 2023
Learn how to write and read excel files from Python using openpyxl library
Blog - Looking back at 2022
Sun, 01 Jan 2023
A summary of important events of my life in 2022.
Blog - Todos using React and Redux
Sat, 06 Aug 2022
In this blog you learn how to use Redux to manage state of Todos application in React.
Blog - Using Redux in React
Fri, 05 Aug 2022
In this blog you learn how to use Redux library to manage state in a React Application.
Blog - Todos Application in React using LocalStorage
Sat, 09 Jul 2022
In this blog you learn how to develop a Todos application using React and
store data in LocalStorage of Browser.
Blog - Installing HR Schema in Oracle Database 21c Express Edition (XE)
Tue, 21 Jun 2022
This blog explains steps to be taken to install HR Schema in Oracle Database 21c XE
Video Tutorial - Mutable and Immutable objects in Python
Fri, 25 Feb 2022
Learn what is the difference between Mutable and Immutable objects in Python.
Video Tutorial - How to pass a function as a parameter in Python
Wed, 26 Jan 2022
Learn how to use pass a function as a parameter to another function in Python
Video Tutorial - How to use filter() function in Python
Wed, 26 Jan 2022
Learn how to use filter() function in Python to filter elements in a collection
Video Tutorial - How to use sorted() function in Python
Wed, 26 Jan 2022
Learn how to use key parameter in sorted() function in Python
Video Tutorial - How to use map() function in Python
Tue, 25 Jan 2022
Learn how to use map() function in Python
Video Tutorial - Overloading in Python
Tue, 25 Jan 2022
Learn why Python doesn't support overloading