Saturday, February 1, 2025

?

Imagine you're moving to a new apartment and you could either buy new furniture, clothes, appliances — time-consuming and expensive. or, move your existing furniture etc. to the new place.

Wednesday, January 1, 2025

?

Imagine you're renting a car and you get the keys – you're responsible for using it safely and return it, When you're done so others can use it.

Sunday, December 1, 2024

Headless Chicken
Very busy doing a lot of things but in a disorganized way - She made us run around like headless chicken.

Friday, November 1, 2024

Fuddy-duddy

Someone with old fashioned ideas and opinions

Tuesday, October 1, 2024

Stop And Smell The Roses

Slow down and enjoy the little things in life

Friday, September 20, 2024

A Vibe Smith

Is someone who creates positive atmospheres and moods.

Monday, February 22, 2021

Quote(s)!

 A designer knows, he has achieved perfection not when there is nothing more to add, but when there is nothing left to take away.

 ~ Antoine de Saint-Exupery

Sunday, September 20, 2020

C++20 is out!

 Some of the game changers, the way we think and write C(++)ode moving forward - 👋

Sunday, March 4, 2018

Why is Python?

'Cause, it's powerful...and fast; plays well with others; runs everywhere; is friendly & easy to learn; is open.

Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. 

Has best support of AI libraries - matplotlib, numpy, scipy, scikit-learn and tensorflow...

Sunday, February 25, 2018

What is Python?

Python is an interpreted (executes the program directly without previously compiling into machine-language instructions), interactive (writing parts of a program while it is already running) and multi-paradigm (meta, generic, imperative, reflection, structured and object-oriented) high level programming language.  
~ Wiki