Don't wanna be here? Send us removal request.
Text
The company I work for started to solidify the agile journey by implementing SAFe, Scaled Agile Framework about a month ago. We had the extensive planning exercise lasted two long days and our iteration started for weeks ago.
The modern agile motto is making people awesome. I am starting to wonder how SAFe is planning to achieve this after I heard my coworker mentioning that she has gained 3 kgs in the last three weeks due to the new found sugar addiction to cope up with the responsibilities come with the SAFe scrum master role.
SAFe
1 note
·
View note
Text
A little bit of Python on a rainy day
Go to python.org. Download and install whatever you need. I downloaded python 3.6.1 for Mac OS X and installed it.
I didn't know that Python got its name from Monty Python, not the snake. :)
Open IDLE, the Interactive Development Environment. In Mac, just press Command–Space bar type IDLE and open it. In Ubuntu, open a terminal and type idle3.
File > New File
Saved this as hello.py
Run > Run Module
0 notes