DEV Community

Anto Thomas
Anto Thomas

Posted on

Knowing Python - Day 1

Writing a program language to execute a task is the new age tool to survive. However, with no background knowledge, scepticism clouds to learn one. With this in mind, I installed Python 3.12.4. I find it difficult to execute the first task, because I ran without any IDEs. I mistakenly downloaded Visual Studio Code. Finally, I ran the print("Hello, World!") command and got the output using Visual Studio Community 2022. I need clarifications from mentors whether this IDE is fine. If not, please suggest what is the best one.

Top comments (1)

Collapse
 
baucucu profile image
Alex Raduca

You can use Google Colab to write and execute Python code in what is called a Jupyter notebook

Image description