The 5 Best Python IDE's and Editors

  Рет қаралды 1,074,299

Tech With Tim

Tech With Tim

Күн бұрын

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!
⭐️ Thanks to Kite for sponsoring this video! Download the best AI automcolplete for python programming for free: kite.com/download/?...
📝 Editors Featured
⌨ Vim: www.vim.org/download.php
⌨ Atom: atom.io/
⌨ VsCode: code.visualstudio.com/
⌨ Sublime: www.sublimetext.com/
⌨ PyCharm: www.jetbrains.com/pycharm/
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
tech-with-tim.teachable.com/p...
📸 Instagram: / tech_with_tim
🌎 Website techwithtim.net
📱 Twitter: / techwithtimm
⭐ Discord: / discord
📝 LinkedIn: / tim-ruscica-82631b179
📂 GitHub: github.com/techwithtim
🔊 Podcast: anchor.fm/tech-with-tim
💵 One-Time Donations: www.paypal.com/donate/?token=...
💰 Patreon: / techwithtim
◾◾◾◾◾◾
⚡ 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

Пікірлер: 1 100
@TechWithTim
@TechWithTim 4 жыл бұрын
What is your favorite IDE or text Editor??!!!!
@spook2387
@spook2387 4 жыл бұрын
Actually idle lol
@forget6917
@forget6917 4 жыл бұрын
Idle is the best in my opinion but it's inconvenient with long scripts.
@Hubert4515
@Hubert4515 4 жыл бұрын
vsc
@opposite342
@opposite342 4 жыл бұрын
I use VS, but somehow the Python extension lagged me out badly (it keeps on loading the extension continuously). So, it's now just a placeholder editor until I find something else
@FeedFall8
@FeedFall8 4 жыл бұрын
Pycharm is good but too much for my pc i prefer vs since i can do multiple langauges and whatnot
@zae0616
@zae0616 4 жыл бұрын
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.
@santiagolerin
@santiagolerin 4 жыл бұрын
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)
@yash1152
@yash1152 2 жыл бұрын
lol the vim memes
@WastedTimeBros
@WastedTimeBros 2 жыл бұрын
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.
@sadikc7620
@sadikc7620 4 жыл бұрын
05:12 muscle memory ;)
@alexismandelias
@alexismandelias 4 жыл бұрын
lmao
@ompatel958
@ompatel958 4 жыл бұрын
😹😹😹
@FerdinandCoding
@FerdinandCoding 4 жыл бұрын
good eye
@nm5641
@nm5641 4 жыл бұрын
What?
@gsharan2901
@gsharan2901 4 жыл бұрын
@@nm5641 observe closely 😂😂
@djs1258
@djs1258 4 жыл бұрын
Something i was looking forward to and i have been a user who was looking at your videos for Python and finally "SUBSCRIBED"......!!!! Keep up the good work Tim and my choice VS Code
@TechWithTim
@TechWithTim 4 жыл бұрын
Thank you for SUBSCRIBING!!!!
@yeyee2418
@yeyee2418 2 жыл бұрын
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.
@user-hl7lr8ld2i
@user-hl7lr8ld2i 2 жыл бұрын
u ever tried neovim, in my opionion its better than vim :)
@Anonymous4045
@Anonymous4045 2 жыл бұрын
@@user-hl7lr8ld2i i believe thats what he was referring to as "nvim"
@user-hl7lr8ld2i
@user-hl7lr8ld2i 2 жыл бұрын
@@Anonymous4045 if i remember correctly, i was high asf at the time don't judge my mistakes
@Anonymous4045
@Anonymous4045 2 жыл бұрын
@@user-hl7lr8ld2i xD
@0m7_
@0m7_ 2 жыл бұрын
Me trying to close VIM be like : *hell*
@liushahe2919
@liushahe2919 3 жыл бұрын
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.
@thevoid5181
@thevoid5181 Жыл бұрын
well assuming you are a professional when i run "pip install" on pycharm i installs in the wrong folder any methods to fix this?
@Christoph_Columbus
@Christoph_Columbus Жыл бұрын
@@thevoid5181 Pycharm creates for every project a new environment, including a python interpreter. If you run pip install in a project, than the package will be installed only in this environment, for this specific Project. If you want your package to be installed global, than add the command -h. If you want it on a different project, you need to switch in pycharm to this project. I hope that will help.
@glowiedetector
@glowiedetector 2 жыл бұрын
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!
@jimshreve83
@jimshreve83 Жыл бұрын
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.
@AlejandroDiaz-ll5eq
@AlejandroDiaz-ll5eq Жыл бұрын
I'm on the same boat as you but i think both atom and kite have been dismantled or are going to be. if i'm wrong please correct me
@linuxxxunil
@linuxxxunil Жыл бұрын
@@AlejandroDiaz-ll5eq u r right. kite shut down shop and atom had a breach or something. users have to download an earlier version
@postoutlook
@postoutlook 4 жыл бұрын
Thanks Tim mug for giving correct objectives of selective editor ide product to be use to develop software.
@ShootingUtah
@ShootingUtah 2 жыл бұрын
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
@luiselsenmessmer8512
@luiselsenmessmer8512 3 жыл бұрын
I first used python default and couldn't get used to it, but now I use pycharm and love it
@arjunvarma2743
@arjunvarma2743 4 жыл бұрын
Hey tim i love your videos mate. You are one of the best teachers I have ever had in my life. Sometimes I feel no need to attend school if great people like you give so much of knowledge about programming. Your explanation about programming put my teachers experience to shame😂 Best of luck for your future endeavours Keep uploading as much as you can to educate us in a way in which our education system never will!!
@0dzr
@0dzr 3 жыл бұрын
Yep. That's true. Our education system and the teachers really suck most of the times. I agree with you.
@jgranahan
@jgranahan 2 жыл бұрын
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!
@everettehungerford2858
@everettehungerford2858 Жыл бұрын
This was very helpful, thank you!
4 жыл бұрын
Your vim looked like it was having a stroke while going through a teenager phase of choosing the worst font.
@sohn7767
@sohn7767 4 жыл бұрын
That‘s why we use vim in the terminal instead of gVim. gVim is ugly af
@godnyx117
@godnyx117 4 жыл бұрын
@henry stevens Bruh! Roxterm ftw!!!!
@rban123
@rban123 4 жыл бұрын
henry stevens URXVT
@BorlandC452
@BorlandC452 4 жыл бұрын
I've been using Geany since 2013. I still love it. I mostly code in C, but have been learning more Python lately. I haven't found a language that Geany is bad with.
@xrafter
@xrafter 4 жыл бұрын
Vim is not good
@aaronrennyvargheseOriginal
@aaronrennyvargheseOriginal 3 жыл бұрын
@@xrafter What did you say?! Vim is an amazing editor!
@xrafter
@xrafter 3 жыл бұрын
@@aaronrennyvargheseOriginal Yes this is what i use
@automationtesting3149
@automationtesting3149 3 жыл бұрын
Really useful information. Keep up the good work!!!
@MysteriousK69
@MysteriousK69 4 жыл бұрын
rly needed this vid thanks fam!
@DIYDaveZ
@DIYDaveZ 4 жыл бұрын
Can you do tutorial on how to customize and use the different features in Pycharm? need hlep understanding interpreters
@shwetapravinvilayatkar1053
@shwetapravinvilayatkar1053 3 жыл бұрын
My favourite editors are pycharm, VS Code, Sublime Text 3, Atom
@dugtheartofbeingone2425
@dugtheartofbeingone2425 2 жыл бұрын
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
@ignaciomartinoli3881
@ignaciomartinoli3881 2 жыл бұрын
Well, Vim with Tagbar, CoC and all the fancy stuff feels actually on par with a fully-fledged IDE, just as VS Code with its plugins, but lighter
@iampokhrel
@iampokhrel 4 жыл бұрын
Hello Tim, what about Spyder? It comes with Anaconda and has many great features.
@raunakmitra7868
@raunakmitra7868 3 жыл бұрын
Glad to notice Spyder in the comment section. It comes with a Code Analysis feature that analyzes your code, rates it and promptly provides feedbacks and suggestions. I don't think any other IDE has that feature.
@cozielny93
@cozielny93 4 жыл бұрын
I wanted to leave a like but 2020 likes looks pretty cool. Great content man, really appreciate it
@automationtesting3149
@automationtesting3149 3 жыл бұрын
I am relatively new to Python and this information was really useful
@xhir0
@xhir0 4 жыл бұрын
Favorite editor - vim, favorite ide - vs code
@vebexplaeya
@vebexplaeya 4 жыл бұрын
When are you going to upload *Socket Programming* tutorials mate ❓
@CollosalTrollge
@CollosalTrollge 4 жыл бұрын
HI, love your enthusiasm and passion for this stuff and videos u make the audio is audible and ur explanation is great. I would like to make a small project also but i have a lot to learn. Hope to get the help i need here. What is your opinion of PyScripter ?
@jackaubrey8614
@jackaubrey8614 2 жыл бұрын
Was looking to see if anyone would mention this one - I use it all the time and find it light weight and reliable
@shidjukweromanus5930
@shidjukweromanus5930 4 жыл бұрын
Hello, great video, apart from Visual Studio, what other IDE can i use with drag and drop features to develop apps with Python.
@goingfurther8092
@goingfurther8092 3 жыл бұрын
As a user of the full Microsoft suite, gotta give it to Visual Studio. If I had free time to really learn a new IDE I would choose VIM
@sudarshankadam42
@sudarshankadam42 4 жыл бұрын
The link to Kite just starts downloading a 300+ mb file. I think you should link to the product page and not the download directly page.
@AndresJaimesQ
@AndresJaimesQ 4 жыл бұрын
Money is money. xD
@swine13
@swine13 3 жыл бұрын
You can cancel downloads, cant you? I wish more people would link directly like that, instead of forcing me to waste time navigating through convoluted menus designed to encourage you to buy stuff from whatever site you're on. If someone says "this links to [x program]" then tbh i feel like it _should_ link straight to a download. Ordinarily id be more cautious about downloading something straight away, but i figure if we can't trust Tim not to compromise us, then the battle is already lost. 🤷‍♂️
@anonimuso
@anonimuso 3 жыл бұрын
@@swine13 It's usually just one click to the downloads section of a website, so there's not much "navigating" going on. I agree with Kadam, I want to decide for myself whether I want to click download. I don't want someone linking directly to a download for me. I haven't even had the chance to review the software and see whether it's what I want.
@swine13
@swine13 3 жыл бұрын
@@anonimuso the browser should display when you hover over the link. If it ends in .exe or whatever, then it's a direct link, so you can still decide whether or not to download it.
@anit-impo7344
@anit-impo7344 3 жыл бұрын
hahahah lol i didnt knew that i was downloasing(another file) it so when i was afk and came back a file named GTA5skidraw.exe this is another file
@sanjaykrish8719
@sanjaykrish8719 4 жыл бұрын
I use python for data science. The problem with Pycharm I find is it doesn't have a variable explorer and it has too many options. My favorite is Jupyter notebook followed by spyder.
@ashishbirle6799
@ashishbirle6799 2 жыл бұрын
Straight to the point, no bullshit. Liked it!!
@peterolsen130
@peterolsen130 3 жыл бұрын
Two things: First, if you mentioned VIM, it would be reasonable to mention Emacs. Emacs has a learning curve, but once you master it you have phenomenal power. It's not for everyone, but if you're willing to invest the time, it will do everything you want. Second, I'm interested that you didn't mention Spyder. I do technical computing and I've heard that's a superior IDE for scientific computing. Do you have an opinion? I'm trying to decide if it's worth transitioning from Emacs specifically because of its scientific tie-ins to numpy, scipy, and matplotlib.
@laycey
@laycey 2 жыл бұрын
When someone is doing a top five, it's not reasonable to mention everything related, like emacs or Spyder because then it's not a top five. A top five should focus on your top five, which this video does
@mapy1234
@mapy1234 4 жыл бұрын
what about spyder??? it so simple and user friendly. pycharm seems too bulky and very confusing for a beginner
@jeronimo1338
@jeronimo1338 3 жыл бұрын
Notepad++ and IPython qtconsole is my choice under Windows. Notepad++ because it's ultra fast and universally usable for all languages, and IPython because it's the ulitmate interactive playground you need when testing smaller parts of your code like an algorithm or function. With %aimport, IPython even reloads changes made to a module in Notepad++ automatically, so you got yourself a nice edit & test loop.
@xenophone2006
@xenophone2006 4 жыл бұрын
Thank you for your recommendations. I've been using Wing IDE. It's very lightweight, which is perfect since I have an old computer. For beginners, it's a good IDE. Also, as for editors, I used to use Notepad++. Very good, easy to use editor. If you're a newbie, I'd suggest that as well
@anirudhkumar9139
@anirudhkumar9139 4 жыл бұрын
Yea. Notepad++ bangs, although I love Sublime too much to switch over to anything else. I am using VSCode at the moment for a big project, but only occasionaly. Sublime + Kite for life!!
@aviationbutterr
@aviationbutterr 4 жыл бұрын
3:40 Quick notice: Visual Studio Code is more like a feature filled code editor then a IDE.
@SankoshSaha_01
@SankoshSaha_01 4 жыл бұрын
its IDE for Python and text editor for rest, if you understand the logic behind it
@aviationbutterr
@aviationbutterr 4 жыл бұрын
Sankosh Saha yeah true.. but still even if I might feel like a IDE For Python it’s still a code editor
@notanenglishperson9865
@notanenglishperson9865 3 жыл бұрын
@@SankoshSaha_01 No
@TopBagon
@TopBagon 4 жыл бұрын
Definitely an interesting list, currently I'm using pycharm and the only thing that annoys me is it's loading time ._. Takes like half a minute to fully load (with a lot of packages installed tho) at the end of the day, python's syntax is pretty simple so editor will do just as fine
@grzegorzgaazka3751
@grzegorzgaazka3751 4 жыл бұрын
You van change settings in PyCharm and set more RAM to speed up launching it and more RAM to work with it :) maybe you know this but od you don't give it try :)
@haltsmaul.
@haltsmaul. Жыл бұрын
@@premiumleader8948 No you don't.
@premiumleader8948
@premiumleader8948 Жыл бұрын
@@haltsmaul. Yes this was a long time ago. Now pycharm works perfectly fine.
@bawabro
@bawabro Жыл бұрын
Love every single comment out here, I love developing stuff usually in pycharm up until this point, I came here to view other recommendations, Cheers guys, great work !!
@neodemon
@neodemon 3 жыл бұрын
Visual Studio Code is my favorite now, im not used only for Python and its very configurable. I have problems with Sublime Text principaly with the Anaconda plugin and the license.
@eliber
@eliber 3 жыл бұрын
Hello Tim, are you think that a notepad++ is a good code editor for programming in cpp or c?
@EngineerMan
@EngineerMan 2 жыл бұрын
Notepad++ is somewhat basic for this task. Although it will get the job done, you might be better served with something like Atom or VSCode (or CLion if you don't mind paid products).
@abhukk
@abhukk 2 жыл бұрын
For me its Spyder, I can see variables directly on click. I can execute command line by line and its very stable.
@qanittakmeel
@qanittakmeel 2 жыл бұрын
Yeah. As someone who is used to RStudio, Spyder is a pretty good RStudio-Python equivalent for me.
@goose2574
@goose2574 2 жыл бұрын
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
@lefgia
@lefgia 2 жыл бұрын
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?
@GameOfLifeUA
@GameOfLifeUA 4 жыл бұрын
Where is spyder? I have used all, but I like spyder the most.
@sagnikroy87
@sagnikroy87 3 жыл бұрын
me too bro
@mli8847
@mli8847 4 жыл бұрын
The best ide for python for me is vscode + intellicode plugin(ai helper like kite).
@yourfriend547
@yourfriend547 2 жыл бұрын
Thanks very much, for the clear and informative video
@wigleboy
@wigleboy 4 жыл бұрын
MS Visual Studio 2019 community is the best I have seen for using different Python environments (miniConda, Tensorflow...any .yml) and then debugging complex projects. For quick ideas, I use Jupyter note books.
@skewty
@skewty 4 жыл бұрын
Which cannot be used in larger companies. Read the license.
@DragonRazor9283
@DragonRazor9283 4 жыл бұрын
Am I the only one here who’s been using python’s IDLE the whole time 😐
@boymyc3691
@boymyc3691 4 жыл бұрын
May not be the most nice looking thing, but launches super quik
@asutoshvariar
@asutoshvariar 3 жыл бұрын
The dark theme really helps, though.
@pkavenger9990
@pkavenger9990 3 жыл бұрын
@@HalfABoolean_Studios lol, you did not know?
@Il_Capitano_No.1
@Il_Capitano_No.1 3 жыл бұрын
@@HalfABoolean_Studios yupp there is... follow this open Python IDLE then click on Options, there click on Configure IDLE. A small window pops up, after that click on Highlights option. You'll see " IDLE Classic"... click on that and select IDLE dark... Apply changes and there you go... thats your python dark mode. Hope this helps
@TristanIbes
@TristanIbes 2 жыл бұрын
I had a frame that had the same he didn’t even know what an ide was
@someoneyouveneverheardof
@someoneyouveneverheardof 4 жыл бұрын
I thought Django support in PyCharm is only for professional edition....
@ninjaboyjames
@ninjaboyjames 2 жыл бұрын
3:24 I tried running pygame on atom but it doesn't work was there something I messed up. For reference: I do have pygame installed and I am in the macOC
@automationtesting3149
@automationtesting3149 3 жыл бұрын
This is the first time I am learning Python and it is really helpful
@JohnJocobs-og4fm
@JohnJocobs-og4fm Ай бұрын
Looking back 3 years are you proud and as a beginner and 23 I want to know what is the best editor you started with and is still now for python in need of help . Thanks
@resistance7538
@resistance7538 4 жыл бұрын
5:13 what the hell was that!!!!🤣🤣🤣🤣
@raulsanchez3569
@raulsanchez3569 3 жыл бұрын
I dont get it
@soosplays2306
@soosplays2306 3 жыл бұрын
@@raulsanchez3569 he typed Porn before he typed print.
@jaykrishna3306
@jaykrishna3306 3 жыл бұрын
R/wooooosh
@playboysizzle8702
@playboysizzle8702 3 жыл бұрын
Muscle memory
@Sciencedoneright
@Sciencedoneright 3 жыл бұрын
Por- oh wait
@deepraval3406
@deepraval3406 4 жыл бұрын
VSCODE forever ♥️
@picklerix6162
@picklerix6162 4 жыл бұрын
I am using VS Code with Vim and Git extensions. I used VI on Unix many years ago.
@MetallNYX
@MetallNYX 2 жыл бұрын
Thank you mate!
@JamBear
@JamBear 3 жыл бұрын
Psst: Most IDE's have "Zen Mode" if you hit F11 (Full screen)
@BlackRitter61756
@BlackRitter61756 3 жыл бұрын
Dark souls has trained us well
@Codenames560
@Codenames560 4 жыл бұрын
as a beginner, i have tried different ones and Thony is by far my favourite
@abdulhamide2376
@abdulhamide2376 3 жыл бұрын
What is thony I just started programming sorry
@fr4781
@fr4781 3 жыл бұрын
Abdul Hamide it’s probably a code editor. What do you write code in?
@marcus.the.younger
@marcus.the.younger 3 жыл бұрын
@@fr4781 i have never tried throny... i prefer lightweight editor like sublime... but i hate it when i have to use REPL almost every bloody time... can thory meet my need? feedback is always appreciated ...
@fr4781
@fr4781 3 жыл бұрын
Death Surgeon I have no idea. Personally use vscode. Just search up Thonny code editor and check a few links, maybe watch a few videos
@fr4781
@fr4781 3 жыл бұрын
Death Surgeon what exactly is repl?
@OGCAMG
@OGCAMG 4 жыл бұрын
What do you think of repl.it or glot? Im a beginner in this so not sure what I should. Be using
@SupernovaeTech
@SupernovaeTech 3 жыл бұрын
Quite surprised not to see Eclipse and/or Visual Studio on here. Those are my go-tos due to how easy to use they are
@dontbetoxic4387
@dontbetoxic4387 3 жыл бұрын
Eclipse = java visual studio = c#
@erickmayorga8721
@erickmayorga8721 4 жыл бұрын
Hilariously enough, I first started out with Vim because my mentor who taught me coding uses it LOL
@xrafter
@xrafter 4 жыл бұрын
Don't worry vim is good when you get used to it
@vaaaako
@vaaaako 3 жыл бұрын
VsCode and PyCharm are the best for big projects and Sublime the best for fast projects. I prefer the Sublime. My opinion :)
@helkade
@helkade 3 жыл бұрын
I had Notepad++ but ill use Atom now. Good video👍👍🇩🇪
@migueldomingos4570
@migueldomingos4570 4 жыл бұрын
Should you use Kite or Tab Nine for python dev ? Honest opinions, pls!
@carlosviniciussouza8920
@carlosviniciussouza8920 3 жыл бұрын
My favorite IDEs: 1 - PyCharm; 2 - VS Code; 3 - Intellij IDEA (this is for projects and programming in Kotlin)
@JustinBieberFanSA
@JustinBieberFanSA 2 жыл бұрын
Intellij - and JAVA. Was specifically created for Java before kotlin was even a thing
@haltsmaul.
@haltsmaul. Жыл бұрын
@@JustinBieberFanSA Well seing as the company developed Kotlin, I reckon they do a great job and supporting both Java and Kotlin.
@dorjderemnamsraijav5182
@dorjderemnamsraijav5182 3 жыл бұрын
Tim: Atom is lightweight Atom editor: Yes! Also Atom editor: runs in electron
@easynameeasy12
@easynameeasy12 3 жыл бұрын
means? , is it not lightweight? cuz i have a low end pc
@dorjderemnamsraijav5182
@dorjderemnamsraijav5182 3 жыл бұрын
@@easynameeasy12 Atom is not lightweight. Atom is basically a chrome window and i think u know how nuch resource chrome uses
@piadas804
@piadas804 3 жыл бұрын
@@dorjderemnamsraijav5182 VScode too.
@lukcycookie3839
@lukcycookie3839 2 жыл бұрын
@@dorjderemnamsraijav5182 Vscode is also build upon Electron
@step7steveX
@step7steveX 3 жыл бұрын
installed Kite. Using it with sublime. On the bottom left corner I am getting this message: Kite: Locked (upgrade to pro to unlock)... Any suggestions? I thought Kite was free
@Omerko
@Omerko 4 жыл бұрын
Nice List Tim.. VSC is my favorite..
@hardrod6989
@hardrod6989 4 жыл бұрын
Bro, Is Anaconda good to begin with ? I have just started learning n will need pandas n Beautiful soup later on. Please suggest.
@bluesdog88
@bluesdog88 4 жыл бұрын
try minicoda, it's a lightweight version, I installed it the other day, no problem
@risky7171
@risky7171 4 жыл бұрын
I prefer vscode, just love the environment
@jamess.2491
@jamess.2491 3 жыл бұрын
yeah same vscode is by far the best text editor/IDE I've ever used. Still love the JetBrains suite tho
@aw1lt
@aw1lt 2 жыл бұрын
@@jamess.2491 fleet has been announced. intelliJ platform had a child with vsc how u feeling?
@mecx8207
@mecx8207 2 жыл бұрын
Vs code is trash
@KRAKUMAL
@KRAKUMAL 2 жыл бұрын
@@mecx8207 shut
@harshas8399
@harshas8399 2 жыл бұрын
@Risky, which one do you like? Never mind.
@charlielyons1160
@charlielyons1160 2 жыл бұрын
this really helped
@alahatim
@alahatim 2 жыл бұрын
is Kite no longer available? was trying to download from your link, but doesn't seem to be working
@Valentinebeats
@Valentinebeats 3 жыл бұрын
🌊
@woilah794
@woilah794 3 жыл бұрын
bro you just posted an emoji yet you showed on top of this comment section
@zyansheep
@zyansheep 3 жыл бұрын
@@woilah794 same... weird...
@tomatosteve3444
@tomatosteve3444 3 жыл бұрын
Man been subscribed to you for almost a decade lol. Good to still see you around.
@timoteostation
@timoteostation 3 жыл бұрын
Neovim with good plugins is a great choice. But you are right, vim commands requires some practice and time to learn.
@JustinBieberFanSA
@JustinBieberFanSA 2 жыл бұрын
it is a google search away. It is not that hard. Anyone on here who is an actual developer with more than 2 days experience knows VIM. It is no harder to learn Vim than any other IDE with its 100s of buttons
@southafra7234
@southafra7234 2 жыл бұрын
i use wing for python. its a pretty basic ide but works really well.
@user-gg2hb5pm6d
@user-gg2hb5pm6d 3 жыл бұрын
So if you’re new to coding etc would you say it’s advisable to stick to IDLE as oppose to downloading one of the text editors ?
@jaideepm572
@jaideepm572 3 жыл бұрын
No IDLE Is For Learning Learning Phase Once You Think You are ready its Better To Upgrade to An IDE Which Doubles the Speed
@samarmohan9891
@samarmohan9891 3 жыл бұрын
VSC is too complicated for Python, I feel. When I was a beginner, I used PyCharm, so it is fine.
@fayfeld5900
@fayfeld5900 3 жыл бұрын
Thanks for your video! But i just feel a little strange to hear at 1:45, that the described Kite is "total free". Of course there is a free version, but in my experience most of the usefull Kite-stuff is available in something called "Kite Pro" only, for which you have to pay about $20 per month(!). After a while, all interesting features are marked with "Sorry, Kite pro only" and your options seems to be reduced to a poor one-word-completion... Did i made a wrong turn somewhere? Don't get me wrong - Kite *Pro* may be the best auto-complete-engine on the market, but its not free...
@TechWithTim
@TechWithTim 3 жыл бұрын
Thanks for the comment! At the time of posting kite pro did not exist. So you are not wrong but again at the time of posting my statement was correct
@fayfeld5900
@fayfeld5900 3 жыл бұрын
@@TechWithTim Ah, okay. They changed their business modell. Thanks for the info. By the way, i use VSCODE and pycharm as my IDE... :-)
@blackrock1961
@blackrock1961 4 жыл бұрын
I used to use PyCharm Community, but after my company moved us all to virtual PCs it is unable to build a virtual environment for each of my projects because of the Windows security settings that I can no longer change. So, I switched to VS Code. I really like it and have even moved away from RStudio in favor of VS Code. I also use it for Unix/Linux shell script development. At home, I have it installed on my Windows 10 laptop and my LinuxMint laptop. I keep my personal projects on a cloud drive. So, I am able to use either laptop for development.
@bluzter
@bluzter 3 жыл бұрын
Pycharm is my favourite. I have i5 6th gen with 8 GB RAM and I can open 3 windows of Pycharm at the same time on Ubuntu, doesn't slows down my laptop at all.
@JonathasPatrick
@JonathasPatrick 4 жыл бұрын
Tim: Why you should STOP using IDE's Also Tim:
@xrafter
@xrafter 4 жыл бұрын
Will vs code is more like a text editor with some features And vim is not an ide
@yusufmukharomm
@yusufmukharomm 4 жыл бұрын
Sponsor bruhh
@pranab4928
@pranab4928 3 жыл бұрын
Eh. His point was learn the language before letting the IDE take over
@fypage.
@fypage. 4 жыл бұрын
This guy looks like a video game character from Tony Hawk games
3 жыл бұрын
Pixelated af lol
@dugtheartofbeingone2425
@dugtheartofbeingone2425 2 жыл бұрын
My friend you are a blessing. One love
@grandadmiralthrawn66
@grandadmiralthrawn66 Жыл бұрын
I used PyCharm religiously until I realized how seamless VSCode's integration with WSL2 is. It makes sense Microsoft would optimize their flagship text editor for arguably the best development environment thus far.
@Gaurav_9339
@Gaurav_9339 4 жыл бұрын
I use pycharm and it does what I need .
@Itztycon
@Itztycon 17 күн бұрын
Am having a problem with pycharm
@CTT36544
@CTT36544 4 жыл бұрын
I’m SURPRISED not to see Spyder in the list!
@gonzalo4658
@gonzalo4658 4 жыл бұрын
yeah you're kinda right considering that he included pycharm in his list
@BigMo2010bw
@BigMo2010bw 3 жыл бұрын
@Nova Striker: Even Pycharm, VS code and Rstudio are included in Anaconda!! All these IDEs can be used for anything.
@BigMo2010bw
@BigMo2010bw 3 жыл бұрын
@@jdeep7 I'm not sure what it is you don't agree with in my statement. All those editors I mentioned are IDEs because they do what an IDE does by definition - allow code editing (+automation), compilation/interpreting, debugging. Of course, with VS code you need to separately install appropriate compiler/interpreter for the program you using.
@gabitzu3456
@gabitzu3456 3 жыл бұрын
You're the only tech youtuber I trust :)
@birdmun
@birdmun 4 жыл бұрын
geany is my preference currently.
@trig1310
@trig1310 4 жыл бұрын
vsc is my personal favorite, but this is the first time i've ever heard it called an ide
@ryanb55
@ryanb55 4 жыл бұрын
Because it isn't an ide. It is a text editor with a crap ton of plugins. Visual Studio IS an ide.
@trig1310
@trig1310 4 жыл бұрын
Ryan B that's what i thought, i always knew it as an editor and not an ide
@ryanb55
@ryanb55 4 жыл бұрын
@@trig1310 To be fair, Microsoft calls it a 'coding editor' which might be something between a text editor & an IDE, but VS Code can't do everything Visual Studio can. Especially dealing with desktop apps and database development.
@ilfirinms
@ilfirinms 4 жыл бұрын
Well, if it has editor, syntax checker/highlighter, compiler and debugger, it is an IDE. Don't care if with plugins or not. So VSCode is pretty good IDE.
@smash3689
@smash3689 4 жыл бұрын
@@ilfirinms google "vscode ide or editor".
@dirkbirot2155
@dirkbirot2155 4 жыл бұрын
Can you install all these or a couple or does it take up to much space
@coolbreeze6751
@coolbreeze6751 3 жыл бұрын
Are you sound proofing your room? Is that over your window? Nice, where'd you get that? I need a couple of those
@dugnaldo2383
@dugnaldo2383 3 жыл бұрын
When he said "It may lag", my internet stopped working
@AllahMonke
@AllahMonke 3 жыл бұрын
😂
@garybloomlaw
@garybloomlaw 3 жыл бұрын
I like Notepad++ as an editor. I'm surprised that it's not mentioned below.
@schlong8276
@schlong8276 3 жыл бұрын
Notepad++ is quite good but it’s generally not popular for python use (His channel is mainly about python)
@buli03
@buli03 3 жыл бұрын
Beacuse it's not an IDE, it's a text editor.
@gavinthecrafter
@gavinthecrafter 3 жыл бұрын
Me too! To me it also has a more traditional Windows-like interface (which I quite like)
@herald1953
@herald1953 4 жыл бұрын
im a beginner, i use linux Peppermint 32bit, pycharm doesnt support 32bit architecture, any alternative??
@ronaldo-sl3cz
@ronaldo-sl3cz 2 жыл бұрын
thanks bro i realy like it
@danield.7359
@danield.7359 4 жыл бұрын
Pycharm: good but a waaaaay overloaded in your face IDE. Sublime: for Mac users - pretty, but meh... VsCode: surprisingly good - one of my favourites. Kite/Atom: controversial UI - potential confidentiality issues. Vim: too spartan. EMACS -> an option to look into, although some learning curve at the beginning (I am extremely pleased though with EMACS).
@nurashams4093
@nurashams4093 2 жыл бұрын
@techno bulle against vs code pycharm wins, uts a solid ide.
I tried 10 code editors
10:28
Fireship
Рет қаралды 2,9 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 446 М.
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 32 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 2,2 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 113 МЛН
*Next-door 10x Software Engineer* [FULL]
4:50
Programmers are also human
Рет қаралды 387 М.
PyCharm Tutorial | Introduction to PyCharm | Basics in 10 Minutes
10:00
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 762 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 847 М.
The Truth About Learning Python in 2024
9:38
Internet Made Coder
Рет қаралды 156 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 388 М.
Software engineer interns on their first day be like...
2:21
Frying Pan
Рет қаралды 13 МЛН
5 Best IDEs to use - Which one to use when?
21:30
CodeWithHarry
Рет қаралды 345 М.
I made Games with Python for 10 Years...
28:52
DaFluffyPotato
Рет қаралды 290 М.
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 32 МЛН