DEV Community

Cover image for pythoonzie DAY 1!
Bhartiprof
Bhartiprof

Posted on

pythoonzie DAY 1!

Programming means giving step-by-step instructions to a computer so it can perform tasks like calculations, decision-making, and automation.

•Python is a programming language designed to be simple, readable, and beginner-friendly, while still being powerful for real-world applications.

•Python was created by Guido van Rossum in*_ 1989_* at the research institute CWI (Netherlands) and was officially released in 1991.

•Python was named after the British comedy show Monty Python’s Flying Circus, not the snake.

The funny part is that Guido wanted programming to feel fun and relaxed, which is why Python uses playful examples like spam and eggs.

•Python works using an interpreter, which reads Python code and converts it into machine-level instructions executed by the CPU.

•Although Python is slow on its own, it becomes fast because most heavy work is handled by C/C++ libraries behind the scenes (such as NumPy, Pandas, and ML frameworks).

•When NVIDIA GPUs are used, Python sends tasks to C/C++ backends that use CUDA, allowing calculations to run in parallel on the GPU, which is extremely fast for AI and data processing.

HEY this is my first blog of learning python i will continue this and please free to give me feedback and topics you're interested me to explain in detail (i'm also doing research side by side ,huh)
**

python #Day1 #DataScience #bhartiinsan**

Top comments (0)