- Blog
- Blog
- Homepage
- Homepage
-
The Amazing Fact Why Can’t We use Loops in Python Lambda
You can’t use loops in the lambda function. Here’re the reason explained with simple and complex examples.
-
Exclusive Sneak Peak into 4 AWS Pillars
Here are the AWS’s four pillars-Cost, Agility, Elasticity and Security and their insights.
-
Pass by Value and Pass by Reference in Python
Here’s an example of how to work with pass-by-value and pass-by-reference in Python.
-
Here’s the Oracle Scheduler Job Example
You can create and schedule a job in Oracle with the procedure you want. Here’s the best example for your reference
-
How to Create an Array in Python
Like other languages, you can create arrays in python. Here’s the logic to create them.
-
How to Kill Process in Linux – Daily Use Ideas
Here is complete syntax description of Linux Kill command and how to use it correctly.
-
10 Frequently Used Python String Methods in Data Analysis
Here’re the Python string methods helpful for data analysis and interviews
-
How to Edit, Browse, Replace the Crontab
You can browse, edit and replace the details present in the Crontab. Useful to schedule jobs in Linux or Unix.
-
What is Set Comprehension in Python? How to Use it
Here are the key features that you need to know about Python set comprehension.
-
How to Write SQL Query to Get Even and Odd Records
Here are SQL queries to fetch odd and even rows from a table in the Oracle database.
-
How to Create Versions in Git Bash
How to checkout the code from production and create a development version using Git Bash.
-
VSAM Program: How to Write Correctly
Here are ideas you need to write COBOL VSAM program. Provided sample syntax in this post.