Balas Blog..
Sharing knowledge in Project, Program, Portfolio Innovation Management (PPIM) and various Technology.
Tuesday, November 4, 2025
Monday, November 3, 2025
Saturday, August 7, 2021
Tuples in Python
1. Tuple are immutable and basically can't change the values inserted.
2. Use Parenthesis ()
3. Sequential Order
Also will learn
Read tuple
- Repeat Tuple (*) & Concatenate Tuple (+)
- Max Value
My first basic programming in Python via Jupyter Notebook
I have tried basic programming using print and identifying the different data type.
In specific about complex type
Friday, August 6, 2021
Variables and Data-types in Python
Compare to other programming languages, one big difference in Python you no need to declare the variable type.
for example
employee_name = "bala"
employee_name
in the above example I didn't declare the variable type called string. but it takes automatically.
its known as dynamically typed programming.
In addition to Int, float, Boolean and String we have datatype called "Complex"
Complex data type example
a1=3+5j
type (a1) = complex
Saturday, July 31, 2021
Python Installation
1. Install python
Installed Python 3.9 for Window 10 version. It supports about Windows 9.
Link to download : https://www.python.org/downloads/
It supports Mac OS as well and refer the link provided for all the details.
Keep moving.
Python Introduction and exploring
Hi All,
I am back to programming and am exploring Python now and going to share lot of content relevant to Python including my experience in various real time projects.
Keep watching and happy learning in Python.
Thursday, May 30, 2019
Strategy Planning (Yearly plan and daily review)
It is a wonderful model being implemented by the greatest organization today. but it was there in history whereas Chanakya has to maintain the financial data and need to inform the king by checking every day.
Just to share high level about my current project.
Over a three month from January 2019, I am working in a new critical project as a project manager
When I took over it has a huge backlog and had a lot of dissatisfaction with the customer from a various market in the world.
This was one of the most dynamics projects worked as a project manager. in the month of May 2019 have reduced most of the backlogs on and by doing the planning and daily review.
In addition to daily review, we do have daily connect with the customer to help more making them confident.
This technique may be simple but more effective.
I may keep posting like these going forward since last 2 years working on critical projects and go live in the field of information technology.


