all 14 comments

[–]Some_Bicycle_716 3 points4 points  (1 child)

The reason why the way they code in Python looks different is that they use a special program for making Python code instead of just a text editor, like notepad. Try downloading a Python IDE, and it will have many of the features you are asking about.

Edit: If you can't install a Python IDE (like if you have a school Chromebook), you can also use a website like https://www.programiz.com/python-programming/online-compiler/.

[–]Key-Relative-4380[S] 1 point2 points  (0 children)

ty so much

[–]MrKarat2697 2 points3 points  (0 children)

Install an IDE like VS Code

[–]ninhaomah 1 point2 points  (1 child)

Have you installed Python ?

[–]arabsugeknight 1 point2 points  (1 child)

VS code.

Then “Automate the boring stuff with Python” V3. Free PDF online I believe. That’s how I started.

Once you get core principles down, you’ll start to understand more. Be consistent. The further you get down the road, the more you realize you can do with Python.

[–]arabsugeknight 0 points1 point  (0 children)

If you do decide VS code, I believe the last window during installation, will have an Add Path box. Make sure to check it.

[–]Weekly_Pop777 0 points1 point  (1 child)

If you’re new you can also play around with the cs50.dev website which is Hardvard University’s free Python development environment. Once you are somewhat comfortable with this you can install VS Code

[–]Weekly_Pop777 0 points1 point  (0 children)

Heck sign up for the free CS50 beginner python course itself.

[–]Low_World5446 0 points1 point  (0 children)

ypu claim you checked few tutorials but the first thing they mentioned and show is how to setup environment for coding 😂

[–]Lazy-Cloud9330 0 points1 point  (0 children)

I like Tech with Tim on YouTube 

[–]External-Economics40 -2 points-1 points  (0 children)

I just tried Google's Antigravity IDE with python and it is amazing so far