Can anyone please suggest a good text editor for python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone please suggest a good text editor for python

Thanks in advance!

30th Nov 2021, 3:16 AM
AVIGHNA SRIVASTAVA
8 Answers
+ 7
today i read an article that announced a new editor product from jetbrain coming the next months. find more information about "fleet": https://www.jetbrains.com/fleet/
30th Nov 2021, 5:49 PM
Lothar
Lothar - avatar
+ 3
Hello, AVIGHNA! It is very easy to make a Python editor code (at least who knows), here I made one: https://code.sololearn.com/cM3WscXTAt4j/?ref=app I will explain this code to you to see if you can think of ideas to make it similar, I accept any error or suggestion. First I make a variable called all_code which is an empty list. Then I make an infinite loop, inside it I make a variable called code that has your code or the keyword r (or some word that starts with r, it doesn't matter if it is uppercase or lowercase) and I obligatorily put a new line of code, if code starts with r it breaks the loop, otherwise it is added to the list. Once the loop is broken, I make the list convert to a normal string and your code executes. Well, so far my explanation, I hope you understand. Any questions you have, either about the code or something else about Python, here I am. Have a nice day.
2nd Dec 2021, 1:07 AM
CGO!
CGO! - avatar
+ 1
Pycharm
30th Nov 2021, 3:33 AM
zexu knub
zexu knub - avatar
+ 1
Lothar That's promising IDE from JetBrains, already signed up for early access 👍
30th Nov 2021, 8:36 PM
Ilyas Bakirov
Ilyas Bakirov - avatar
+ 1
AVIGHNA SRIVASTAVA Definitely try Visual Studio Code first. Python support in it is great and feature enough with extentions 💻
30th Nov 2021, 8:42 PM
Ilyas Bakirov
Ilyas Bakirov - avatar
30th Nov 2021, 3:20 AM
Simon Sauter
Simon Sauter - avatar
0
Pycharm is best
1st Dec 2021, 4:58 PM
kajamohan
kajamohan - avatar