0% found this document useful (0 votes)
36 views1 page

Intro

There are two main options for writing Python code: Code Editors and Integrated Development Environments (IDEs). IDEs offer advanced features like auto-completion, debugging, and testing, enhancing the coding experience. Popular examples include VSCode, Atom, and Sublime for Code Editors, and PyCharm as an IDE, with the ability to install plugins to enhance functionality in Code Editors.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Intro

There are two main options for writing Python code: Code Editors and Integrated Development Environments (IDEs). IDEs offer advanced features like auto-completion, debugging, and testing, enhancing the coding experience. Popular examples include VSCode, Atom, and Sublime for Code Editors, and PyCharm as an IDE, with the ability to install plugins to enhance functionality in Code Editors.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

When it comes to type python code you have two options

Code Editor and IDE

An IDE is basically a Code Editor but having some fancy features

such as

Auto completion which means as you type code this features pop up to
complete your code so you don't have to type every line by your hand

Debugging Finding and Fixing Bugs in your program

Testing

Popular Code Editor IDE

VSCode Atom Sublime Pycharm

you can install Plugins or Extension that will convert Visual Code into IDE

You might also like