The 5 Best Python IDE's and Editors

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 1.1K

  • @TechWithTim
    @TechWithTim  4 ปีที่แล้ว +368

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

    • @spook2387
      @spook2387 4 ปีที่แล้ว +69

      Actually idle lol

    • @forget6917
      @forget6917 4 ปีที่แล้ว +30

      Idle is the best in my opinion but it's inconvenient with long scripts.

    • @Hubert4515
      @Hubert4515 4 ปีที่แล้ว +50

      vsc

    • @opposite342
      @opposite342 4 ปีที่แล้ว +18

      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 ปีที่แล้ว +18

      Pycharm is good but too much for my pc i prefer vs since i can do multiple langauges and whatnot

  • @santiagolerin
    @santiagolerin 4 ปีที่แล้ว +62

    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 ปีที่แล้ว +1

      lol the vim memes

  • @jimshreve83
    @jimshreve83 2 ปีที่แล้ว +19

    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

  • @zae0616
    @zae0616 4 ปีที่แล้ว +32

    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.

  • @sadikc7620
    @sadikc7620 4 ปีที่แล้ว +883

    05:12 muscle memory ;)

  • @WastedTimeBros
    @WastedTimeBros 3 ปีที่แล้ว +4

    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.

  • @liushahe2919
    @liushahe2919 4 ปีที่แล้ว +22

    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.

  • @yeyee2418
    @yeyee2418 3 ปีที่แล้ว +89

    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.

    • @OGA-b4l
      @OGA-b4l 3 ปีที่แล้ว +1

      u ever tried neovim, in my opionion its better than vim :)

    • @Anonymous4045
      @Anonymous4045 2 ปีที่แล้ว +6

      @@OGA-b4l i believe thats what he was referring to as "nvim"

    • @OGA-b4l
      @OGA-b4l 2 ปีที่แล้ว +3

      @@Anonymous4045 if i remember correctly, i was high asf at the time don't judge my mistakes

    • @Anonymous4045
      @Anonymous4045 2 ปีที่แล้ว +4

      @@OGA-b4l xD

    • @0m7_
      @0m7_ 2 ปีที่แล้ว

      Me trying to close VIM be like : *hell*

  • @kartikraj1779
    @kartikraj1779 3 ปีที่แล้ว +5

    I'm one of the core developers of Python extension in VSCode, seeing so many nice comments makes me really happy.

    • @Vinemaple41
      @Vinemaple41 3 ปีที่แล้ว +1

      Have been using VS code for a while, it's really amazing! keep up your good work mate.

    • @kartikraj1779
      @kartikraj1779 3 ปีที่แล้ว

      @@Vinemaple41 :))

  • @DragonRazor9283
    @DragonRazor9283 4 ปีที่แล้ว +239

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

    • @boymyc3691
      @boymyc3691 4 ปีที่แล้ว +18

      May not be the most nice looking thing, but launches super quik

    • @asutoshvariar
      @asutoshvariar 4 ปีที่แล้ว +16

      The dark theme really helps, though.

    • @pkavenger9990
      @pkavenger9990 4 ปีที่แล้ว +2

      @@HalfABoolean_Studios lol, you did not know?

    • @Il_Capitano_No.1
      @Il_Capitano_No.1 4 ปีที่แล้ว +2

      @@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 ปีที่แล้ว +1

      I had a frame that had the same he didn’t even know what an ide was

  • @aviationbutterr
    @aviationbutterr 4 ปีที่แล้ว +29

    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 ปีที่แล้ว +2

      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

  • @djs1258
    @djs1258 4 ปีที่แล้ว +57

    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 ปีที่แล้ว +12

      Thank you for SUBSCRIBING!!!!

  • @raunakmitra7868
    @raunakmitra7868 3 ปีที่แล้ว +18

    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.

  •  4 ปีที่แล้ว +146

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

    • @sohn7767
      @sohn7767 4 ปีที่แล้ว +27

      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 ปีที่แล้ว +1

      henry stevens URXVT

  • @carlosviniciussouza8920
    @carlosviniciussouza8920 3 ปีที่แล้ว +33

    My favorite IDEs:
    1 - PyCharm;
    2 - VS Code;
    3 - Intellij IDEA (this is for projects and programming in Kotlin)

    • @JustinBieberFanSA
      @JustinBieberFanSA 2 ปีที่แล้ว +1

      Intellij - and JAVA. Was specifically created for Java before kotlin was even a thing

    • @haltsmaul.
      @haltsmaul. 2 ปีที่แล้ว +1

      @@JustinBieberFanSA Well seing as the company developed Kotlin, I reckon they do a great job and supporting both Java and Kotlin.

  • @iampokhrel
    @iampokhrel 4 ปีที่แล้ว +17

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

  • @BorlandC452
    @BorlandC452 4 ปีที่แล้ว +7

    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 4 ปีที่แล้ว +1

      @@xrafter What did you say?! Vim is an amazing editor!

    • @xrafter
      @xrafter 4 ปีที่แล้ว

      @@aaronrennyvargheseOriginal
      Yes this is what i use

  • @abhukk
    @abhukk 3 ปีที่แล้ว +16

    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.

  • @shwetapravinvilayatkar1053
    @shwetapravinvilayatkar1053 3 ปีที่แล้ว +7

    My favourite editors are pycharm, VS Code, Sublime Text 3, Atom

  • @arjunvarma2743
    @arjunvarma2743 4 ปีที่แล้ว +54

    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 4 ปีที่แล้ว +4

      Yep. That's true. Our education system and the teachers really suck most of the times. I agree with you.

  • @xhir0
    @xhir0 4 ปีที่แล้ว +8

    Favorite editor - vim, favorite ide - vs code

  • @peterolsen130
    @peterolsen130 3 ปีที่แล้ว +20

    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 3 ปีที่แล้ว +8

      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

  • @risky7171
    @risky7171 4 ปีที่แล้ว +79

    I prefer vscode, just love the environment

    • @jamess.2491
      @jamess.2491 3 ปีที่แล้ว +1

      yeah same vscode is by far the best text editor/IDE I've ever used. Still love the JetBrains suite tho

    • @aw1lt
      @aw1lt 3 ปีที่แล้ว

      @@jamess.2491 fleet has been announced. intelliJ platform had a child with vsc
      how u feeling?

    • @mecx8207
      @mecx8207 3 ปีที่แล้ว +1

      Vs code is trash

    • @KRAKUMAL
      @KRAKUMAL 2 ปีที่แล้ว

      @@mecx8207 shut

    • @harshas8399
      @harshas8399 2 ปีที่แล้ว

      @Risky, which one do you like?
      Never mind.

  • @dugtheartofbeingone2425
    @dugtheartofbeingone2425 3 ปีที่แล้ว +1

    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

  • @dorjderemnamsraijav5182
    @dorjderemnamsraijav5182 4 ปีที่แล้ว +56

    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 3 ปีที่แล้ว

      @@dorjderemnamsraijav5182 Vscode is also build upon Electron

  • @everettehungerford2858
    @everettehungerford2858 2 ปีที่แล้ว +1

    This was very helpful, thank you!

  • @glowiedetector
    @glowiedetector 3 ปีที่แล้ว +4

    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!

  • @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 !!

  • @Codenames560
    @Codenames560 4 ปีที่แล้ว +36

    as a beginner, i have tried different ones and Thony is by far my favourite

    • @abdulhamide2376
      @abdulhamide2376 4 ปีที่แล้ว +2

      What is thony I just started programming sorry

    • @fr4781
      @fr4781 4 ปีที่แล้ว

      Abdul Hamide it’s probably a code editor. What do you write code in?

    • @marcus.the.younger
      @marcus.the.younger 4 ปีที่แล้ว +1

      @@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 4 ปีที่แล้ว

      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 4 ปีที่แล้ว

      Death Surgeon what exactly is repl?

  • @fayfeld5900
    @fayfeld5900 4 ปีที่แล้ว +4

    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  4 ปีที่แล้ว +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 4 ปีที่แล้ว

      @@TechWithTim Ah, okay. They changed their business modell. Thanks for the info. By the way, i use VSCODE and pycharm as my IDE... :-)

  • @deepraval3406
    @deepraval3406 4 ปีที่แล้ว +25

    VSCODE forever ♥️

  • @jgranahan
    @jgranahan 3 ปีที่แล้ว +1

    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!

  • @luiselsenmessmer8512
    @luiselsenmessmer8512 4 ปีที่แล้ว +15

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

  • @ShootingUtah
    @ShootingUtah 2 ปีที่แล้ว +3

    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

  • @GameOfLifeUA
    @GameOfLifeUA 4 ปีที่แล้ว +53

    Where is spyder? I have used all, but I like spyder the most.

  • @ashishbirle6799
    @ashishbirle6799 2 ปีที่แล้ว

    Straight to the point, no bullshit. Liked it!!

  • @tnsnamesoralong
    @tnsnamesoralong 3 ปีที่แล้ว +4

    1:14-1:47 Kite plugin for IDEs (Atom, PyCharm,Sublime,VScode,VIM)
    1:49 GVIM
    2:45 Atom
    3:41 Visual Studio Code
    4:53 Sublime Text Editor
    5:51 PyCharm

  • @dragonsage6909
    @dragonsage6909 ปีที่แล้ว +1

    I read the description before watching, I thought vim was the top editor.. hooray!
    Then I watched the episode and realized it was the #5 choice.. lol
    I've used Pycharm a little it's nice. I just feel better in vim.
    Thx

  • @JonathasPatrick
    @JonathasPatrick 4 ปีที่แล้ว +205

    Tim: Why you should STOP using IDE's
    Also Tim:

    • @xrafter
      @xrafter 4 ปีที่แล้ว +8

      Will vs code is more like a text editor with some features
      And vim is not an ide

    • @yusufmukharomm
      @yusufmukharomm 4 ปีที่แล้ว +2

      Sponsor bruhh

    • @pranab4928
      @pranab4928 4 ปีที่แล้ว +6

      Eh. His point was learn the language before letting the IDE take over

  • @cozielny93
    @cozielny93 4 ปีที่แล้ว

    I wanted to leave a like but 2020 likes looks pretty cool. Great content man, really appreciate it

  • @goingfurther8092
    @goingfurther8092 4 ปีที่แล้ว +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

  • @automationtesting3149
    @automationtesting3149 4 ปีที่แล้ว +1

    This is the first time I am learning Python and it is really helpful

    • @JohnJocobs-og4fm
      @JohnJocobs-og4fm 6 หลายเดือนก่อน

      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

  • @JamBear
    @JamBear 4 ปีที่แล้ว +32

    Psst: Most IDE's have "Zen Mode" if you hit F11 (Full screen)

  • @automationtesting3149
    @automationtesting3149 4 ปีที่แล้ว

    Really useful information. Keep up the good work!!!

  • @vaaaako
    @vaaaako 3 ปีที่แล้ว +4

    VsCode and PyCharm are the best for big projects and Sublime the best for fast projects.
    I prefer the Sublime.
    My opinion :)

  • @Arbsg
    @Arbsg 4 ปีที่แล้ว +1

    VISUAL STUDIO is my favourite IDE.
    But i thik IDLE is also Good
    Your English is so simple to understand and voice is also pretty good.
    Thanks Dear Sir 😍

  • @ignaciomartinoli3881
    @ignaciomartinoli3881 3 ปีที่แล้ว +5

    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

  • @thekillerbunny
    @thekillerbunny 2 ปีที่แล้ว +2

    5:13 old habits die hard ;)
    "Brain, type "Print""
    "Oh, P, Por... wait, wrong function..."

  • @resistance7538
    @resistance7538 4 ปีที่แล้ว +134

    5:13 what the hell was that!!!!🤣🤣🤣🤣

  • @Vishalpawar_96
    @Vishalpawar_96 4 ปีที่แล้ว

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

  • @sudarshankadam42
    @sudarshankadam42 4 ปีที่แล้ว +50

    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 ปีที่แล้ว +9

      Money is money. xD

    • @swine13
      @swine13 4 ปีที่แล้ว +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 4 ปีที่แล้ว +2

      @@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 4 ปีที่แล้ว

      @@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 4 ปีที่แล้ว

      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

  • @bluzter
    @bluzter 3 ปีที่แล้ว +2

    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.

  • @CTT36544
    @CTT36544 4 ปีที่แล้ว +117

    I’m SURPRISED not to see Spyder in the list!

    • @gonzalo4658
      @gonzalo4658 4 ปีที่แล้ว +2

      yeah you're kinda right considering that he included pycharm in his list

    • @BigMo2010bw
      @BigMo2010bw 4 ปีที่แล้ว

      @Nova Striker: Even Pycharm, VS code and Rstudio are included in Anaconda!! All these IDEs can be used for anything.

    • @BigMo2010bw
      @BigMo2010bw 4 ปีที่แล้ว +1

      @@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.

  • @grandadmiralthrawn66
    @grandadmiralthrawn66 ปีที่แล้ว +2

    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.

  • @boubacarmohamed6755
    @boubacarmohamed6755 4 ปีที่แล้ว +54

    Pycharm is really powerfull

    • @kakalidhar451
      @kakalidhar451 4 ปีที่แล้ว +4

      And RAM Hungry too. My pycharm crashed on my athlon continously. Vs code runs perfect on all languages. Hence, VS code just better for me

    • @abdellatif.x8127
      @abdellatif.x8127 3 ปีที่แล้ว

      But your laptop is laging😂

    • @feetlunatic5134
      @feetlunatic5134 3 ปีที่แล้ว

      @@kakalidhar451 pycharm is the reason I’m here it takes 30 years to launch and or make a new project

    • @jeannieh3661
      @jeannieh3661 3 ปีที่แล้ว

      @@feetlunatic5134 pycharm runs fine on my 56 core cascade lake. Lol

    • @feetlunatic5134
      @feetlunatic5134 3 ปีที่แล้ว

      @@jeannieh3661 mb bro just realized I have a dinosaur of a computer that only has 16 cores

  • @dugtheartofbeingone2425
    @dugtheartofbeingone2425 3 ปีที่แล้ว

    My friend you are a blessing. One love

  • @TopBagon
    @TopBagon 4 ปีที่แล้ว +7

    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 ปีที่แล้ว +1

      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. 2 ปีที่แล้ว

      @@premiumleader8948 No you don't.

    • @premiumleader8948
      @premiumleader8948 2 ปีที่แล้ว

      @@haltsmaul. Yes this was a long time ago. Now pycharm works perfectly fine.

  • @MysteriousK69
    @MysteriousK69 4 ปีที่แล้ว +1

    rly needed this vid thanks fam!

  • @erickmayorga8721
    @erickmayorga8721 4 ปีที่แล้ว +5

    Hilariously enough, I first started out with Vim because my mentor who taught me coding uses it LOL

    • @xrafter
      @xrafter 4 ปีที่แล้ว +2

      Don't worry vim is good when you get used to it

  • @helkade
    @helkade 3 ปีที่แล้ว

    I had Notepad++ but ill use Atom now. Good video👍👍🇩🇪

  • @dugnaldo
    @dugnaldo 4 ปีที่แล้ว +8

    When he said "It may lag", my internet stopped working

  • @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

  • @DIYDaveZ
    @DIYDaveZ 4 ปีที่แล้ว +8

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

  • @gabitzu3456
    @gabitzu3456 4 ปีที่แล้ว

    You're the only tech youtuber I trust :)

  • @eliber
    @eliber 4 ปีที่แล้ว +3

    Hello Tim, are you think that a notepad++ is a good code editor for programming in cpp or c?

    • @EngineerMan
      @EngineerMan 3 ปีที่แล้ว +5

      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).

  • @automationtesting3149
    @automationtesting3149 4 ปีที่แล้ว

    I am relatively new to Python and this information was really useful

  • @Gaurav_9339
    @Gaurav_9339 4 ปีที่แล้ว +8

    I use pycharm and it does what I need .

    • @Itztycon
      @Itztycon 6 หลายเดือนก่อน

      Am having a problem with pycharm

  • @SupernovaeTech
    @SupernovaeTech 4 ปีที่แล้ว +2

    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#

  • @mapytekh
    @mapytekh 4 ปีที่แล้ว +5

    what about spyder??? it so simple and user friendly. pycharm seems too bulky and very confusing for a beginner

  • @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?

  • @hardrod6989
    @hardrod6989 4 ปีที่แล้ว +3

    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 ปีที่แล้ว +1

      try minicoda, it's a lightweight version, I installed it the other day, no problem

  • @yourfriend547
    @yourfriend547 2 ปีที่แล้ว

    Thanks very much, for the clear and informative video

  • @vebexplaeya
    @vebexplaeya 4 ปีที่แล้ว +14

    When are you going to upload *Socket Programming* tutorials mate ❓

  • @Mohitkumar-zz4mp
    @Mohitkumar-zz4mp 4 ปีที่แล้ว

    your video quality is great.

  • @trig1310
    @trig1310 4 ปีที่แล้ว +26

    vsc is my personal favorite, but this is the first time i've ever heard it called an ide

    • @ryanb55
      @ryanb55 4 ปีที่แล้ว +13

      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 ปีที่แล้ว +3

      Ryan B that's what i thought, i always knew it as an editor and not an ide

    • @ryanb55
      @ryanb55 4 ปีที่แล้ว +2

      @@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 ปีที่แล้ว +2

      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".

  • @PB_Chill
    @PB_Chill 4 ปีที่แล้ว +1

    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.

  • @Valentinebeats
    @Valentinebeats 3 ปีที่แล้ว +26

    🌊

    • @woilah794
      @woilah794 3 ปีที่แล้ว +6

      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.

  • @jeronimo1338
    @jeronimo1338 4 ปีที่แล้ว +1

    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.

  • @mli8847
    @mli8847 4 ปีที่แล้ว +5

    The best ide for python for me is vscode + intellicode plugin(ai helper like kite).

  • @nodrubamogaw8853
    @nodrubamogaw8853 4 ปีที่แล้ว

    Very consice and effecient teaching method... thank you.. "keep it simple stupid" Love love it.....new to coding

  • @samarmohan9891
    @samarmohan9891 4 ปีที่แล้ว +5

    VSC is too complicated for Python, I feel. When I was a beginner, I used PyCharm, so it is fine.

  • @Jae-u1z
    @Jae-u1z 4 ปีที่แล้ว +1

    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 4 ปีที่แล้ว

      No IDLE Is For Learning Learning Phase Once You Think You are ready its Better To Upgrade to An IDE Which Doubles the Speed

  • @someoneyouveneverheardof
    @someoneyouveneverheardof 4 ปีที่แล้ว +6

    I thought Django support in PyCharm is only for professional edition....

  • @sanjaykrish8719
    @sanjaykrish8719 4 ปีที่แล้ว +2

    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.

  • @danield.7359
    @danield.7359 4 ปีที่แล้ว +6

    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 3 ปีที่แล้ว

      @techno bulle against vs code pycharm wins, uts a solid ide.

  • @southafra7234
    @southafra7234 3 ปีที่แล้ว +1

    i use wing for python. its a pretty basic ide but works really well.

  • @garybloomlaw
    @garybloomlaw 3 ปีที่แล้ว +14

    I like Notepad++ as an editor. I'm surprised that it's not mentioned below.

    • @schlong8276
      @schlong8276 3 ปีที่แล้ว +2

      Notepad++ is quite good but it’s generally not popular for python use (His channel is mainly about python)

    • @buli03
      @buli03 3 ปีที่แล้ว +1

      Beacuse it's not an IDE, it's a text editor.

    • @gavinthecrafter
      @gavinthecrafter 3 ปีที่แล้ว +1

      Me too! To me it also has a more traditional Windows-like interface (which I quite like)

  • @SLIME-gx6fo
    @SLIME-gx6fo 3 ปีที่แล้ว +1

    Tracked down every comment of engineer man and liked it!

  • @klc3rd
    @klc3rd 4 ปีที่แล้ว +13

    You ever see a middle school kid that speaks oddly well, almost like a tiny professor? For some reason that’s how I see this kid lol

    • @barneyy6942
      @barneyy6942 4 ปีที่แล้ว

      He's in middle school, wtf?

  • @Omerko
    @Omerko 4 ปีที่แล้ว

    Nice List Tim.. VSC is my favorite..

  • @njpromethium
    @njpromethium 4 ปีที่แล้ว +64

    VSCODE GANG

  • @fypage.
    @fypage. 4 ปีที่แล้ว +10

    This guy looks like a video game character from Tony Hawk games

    •  4 ปีที่แล้ว

      Pixelated af lol

  • @b1n0ry92
    @b1n0ry92 4 ปีที่แล้ว

    Jim am from FreeCodeCam and i saw you there in Tensorflow video, and here i am finally. Also liked your work n subbed, i have a question "what about JUPYTER NOTEBOOK vs PYCHARM".

    • @arya20j4
      @arya20j4 4 ปีที่แล้ว

      Jupyter notebook is for ipynb files while pycharm(community) is only for .py files. Pycharm professional has integrated jupyter notebook. Also does VS Code which makes it only free text editor/ide that has integrated jupyter notebook. Jupyter notebook in Vs code is hell better than bare jupyter notebook

  • @Geibelt
    @Geibelt 4 ปีที่แล้ว +34

    Ide's /editors without Darkmode = mud

    • @eintim1980
      @eintim1980 4 ปีที่แล้ว +2

      da ham se recht

    • @skittles6946
      @skittles6946 4 ปีที่แล้ว +1

      I actually like to code having light mode enabled

  • @N10-b8f
    @N10-b8f 4 ปีที่แล้ว +1

    I love VSCode and ATOM and their UIs

  • @birdmun
    @birdmun 4 ปีที่แล้ว +3

    geany is my preference currently.

  • @is626
    @is626 4 ปีที่แล้ว

    great video man.

  • @junedkhan4643
    @junedkhan4643 4 ปีที่แล้ว +5

    I'm all about Vim.

    • @mementomori8991
      @mementomori8991 4 ปีที่แล้ว

      Beginner, here. What is the difference between Vim, Spacemacs, and Evil Mode? Why do you prefer Vim out of them all?

    • @theemacsen1518
      @theemacsen1518 4 ปีที่แล้ว

      Memento Mori
      Hopefully the links below solve some of your questions
      Evil mode vs Vim: www.quora.com/How-is-Emacs-Evil-compared-to-Vim
      Why vim:
      www.tecmint.com/reasons-to-learn-vi-vim-editor-in-linux/

    • @junedkhan4643
      @junedkhan4643 4 ปีที่แล้ว

      @@mementomori8991 Nothing special for me. I just like to code on terminal using vim

  • @joaoguilhermezatiribeiro6060
    @joaoguilhermezatiribeiro6060 3 ปีที่แล้ว +2

    Spyder is good too, not so powerful, not so slow and free. Ipython in included and have a nice view. Its built for Data science actually... But works well

  • @RakibFiha
    @RakibFiha 4 ปีที่แล้ว +3

    Vim is the best. It's everywhere.

    • @mementomori8991
      @mementomori8991 4 ปีที่แล้ว

      Beginner, here. What is the difference between Vim, Spacemacs, and Evil Mode? Why do you prefer Vim out of them all?

    • @theemacsen1518
      @theemacsen1518 4 ปีที่แล้ว

      @@mementomori8991
      Hopefully the links below solve some of your questions
      Evil mode vs Vim: www.quora.com/How-is-Emacs-Evil-compared-to-Vim
      Why vim:
      www.tecmint.com/reasons-to-learn-vi-vim-editor-in-linux/