+ 1
Can anyone please suggest a good text editor for python
Thanks in advance!
8 ответов
+ 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/
+ 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.
+ 1
Pycharm
+ 1
Lothar That's promising IDE from JetBrains, already signed up for early access 👍
+ 1
AVIGHNA SRIVASTAVA Definitely try Visual Studio Code first. Python support in it is great and feature enough with extentions 💻
0
Please take a look at the forum rules:
https://www.sololearn.com/Content-Creation-Guidelines/
https://www.sololearn.com/Discuss/1316935/?ref=app
Please always tag the language you're asking about.
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
Pycharm is best