stoneskin

learning coding with Scratch , Python and Java

index

1 Get Start With Python

1.1 What is Coding?

1.2 Why Python?

1.3 Get Start with Python

1.3.1 Install Python

1.3.2 Install a Python Editor

There are many Python editors available, but here are a few popular ones:

In this guide, we will use VsCode. Because it is easy to use and has many features, and its support not only for Python but also for other languages.

1.4 Your first python code

References

Next Lesson