The 5 Best Python IDE's and Editors

preview_player
Показать описание
In this video I'll be showcasing the best python editors and ides. These software tools help to speed up your coding and come with a ton of useful features. Each python IDE and editor on this list has its pros and cons and different use cases associated with it. Do you agree with my list? Let me know!

📝 Editors Featured

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐
- Tech With Tim
- Python Tutorials
- Best Python IDE
- Best Python Code Editor
- Top Editor/IDE Python
- Python Best IDE's

⭐ Hashtags ⭐
#Python
Рекомендации по теме
Комментарии
Автор

What is your favorite IDE or text Editor??!!!!

TechWithTim
Автор

This was a really good list overall. I go back and forth between using PyCharm and vscode these days and rarely use sublime for python anymore. This is partially because I work with many languages and vscode is the all around most versatile tool with the most plugins, excellent debugging, and even supports remote development on headless linux servers. My main reason for vscode though is that I work alot with Azure and I can simulate Azure features such as blob storage to test Azure functions locally and then deploy directly from vscode to instantiate an Azure function. I haven't noticed slowness or crashing from any of the tools in your list, but I do use higher end machines.

zae
Автор

I tried the first 4, and at first I loved visual studio code, but I had to switch to a older computer that can't run it, so I have been using vim for the last 2 months, and sincerely, I'll never change. It is such a great, versatile and lightweight tool, that i love it. That been said, it was hard af for me to get used to it (that and the vim memes is the reason I love it)

santiagolerin
Автор

Something i was looking forward to and i have been a user who was looking at your videos for Python and finally Keep up the good work Tim and my choice VS Code

djs
Автор

Happy to see vim on the list. One thing that make me love vim/nvim is the unlimited customization, which makes vim differs between each user. Moreover, since nvim 0.5 release, my "vimming" experience is tremendously improved. It's like a new world of vim just opened.

yeyee
Автор

insanely good video. you're doing everything right. i never got bored pf watching a video about text editors cause your presentation is so flawless.

WastedTimeBros
Автор

I agree with you 100% primarily because I don't know any better.
I'm almost 63 and I just started learning python a couple days ago. I am already disatisfied with python IDLE and was looking for a more intuitive and helpful editor until I get some time under my belt, I think I'm going to start with ATOM or Kite for atleast for the next few months. I like when you hover and get all sytax help saves alot of time.

jimshreve
Автор

Your vim looked like it was having a stroke while going through a teenager phase of choosing the worst font.

Автор

I think as a python professional, we prefer to use IDE, but not text editors, so of course pycharm will be the best choice. As an IDE it helps manage the project level code quality, configuration files and version control. The tons of plugins also support lots of development use cases. In addition, there might be IntelliJ if you know java or Scalia, the IntelliJ just makes everything together. If you are machine learning engineer and sometimes you need C++ then CLion will be great for you. For vs code and atom, you may want to use them as play ground, but I suggest to not use them as your main dev tool.

liushahe
Автор

Thanks Tim mug for giving correct objectives of selective editor ide product to be use to develop software.

postoutlook
Автор

I am going to start learning my first language beggining with python. At 4:30 you mention that VS has not python installed by default. I have already installed the latest python version before the VS instalation. Does this mean that now i need to reinstall python via the VS interface?

lefgia
Автор

I first used python default and couldn't get used to it, but now I use pycharm and love it

luiselsenmessmer
Автор

I use Sublime Text because it is great for typing and coding in any languagr! Especially the bindings and features while being easy to use and fast make it a great choice!

glowiedetector
Автор

when using atom it wont let me import python stuff like if i try to import open cv it says it doesnt exist even though its installed and i can use it on the python ide

goose
Автор

I force myself to practice coding on Vim all the time. I like using it on either windows subsystem for Linux Ubuntu or in a VM with some Linux flavor like debian or Ubuntu. It forces you to be better at all the nice shortcuts and for small programs at my skill level it's just so quick and clean without a bunch of bloat files made by IDE's

ShootingUtah
Автор

Am I the only one here who’s been using python’s IDLE the whole time 😐

DragonRazor
Автор

Can you do tutorial on how to customize and use the different features in Pycharm? need hlep understanding interpreters

DIYDaveZ
Автор

I’m not super proficient at Vi(m) at all, but I do enjoy using it and continuously trying to improve my skill with it. I’d say higher than ‘last’, but that’s just me. I really enjoy your videos!! You are very good at this!

jgranahan
Автор

For me you are the gateway into a glorious rabbit hole leading to all my goals so thank you and may you also find the path you seek

dugtheartofbeingone
Автор

Hello Tim, what about Spyder? It comes with Anaconda and has many great features.

iampokhrel