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
Friday, November 1, 2024
Tuesday, October 1, 2024
Friday, September 20, 2024
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
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