Q&A: What IDE do I Use?

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 65

  • @computertechnologify
    @computertechnologify 3 роки тому +3

    I am a fan of Text editors. I love vs code but for a low configuration pc its slow so for my day to day work I use sublime text. Cause its light weight fast and I started using Geany that is also light weight fast and gives option to execute script from the editor. Geany is just the IDE I need.

    • @TokyoEdTech
      @TokyoEdTech  3 роки тому +1

      Couldn't say it better myself!

  • @coderslifeio342
    @coderslifeio342 4 роки тому

    Back when I worked in a Web agency, I also found Geany and loved it very much. Being a Linux user myself, and having banned all Microsoft products from my house (only Linux system, macOS, PlayStation, and Nintendo). But Geany lacked some feature or had some feature that wasn't well implemented at the time. So I went for Sublime Text 3, that was great for a while. Today I use VSCode, probably one of the best software Microsoft ever did. One of the things important to notice is that VSCode is open-sourced, so if you don't trust the Microsoft Binaries you can always review the code yourself and install it manually.

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      I agree that Visual Studio Code is pretty awesome - but, I like to support the underdog when I can!

  • @wonghow
    @wonghow 4 роки тому +2

    VSCode memory hog, same as Atom and doesn't do much at all based on the size and RAM usage. You can't compile any thing out of the box. For 650MB Atom does the same as Geany 3MB. Being a javascript is very slow. The editor is slow for a small file. Geany is native cross platform app

  • @mahadalam4643
    @mahadalam4643 4 роки тому +1

    How can I install the correct version of pip on pycharm please help

  • @garthflint
    @garthflint 4 роки тому

    I have been teaching Python for about 15 years now and in that time I have gone through almost all the editors offered. II am using Visual Studio Code at the moment but as you mentioned it does a bit too much for the beginning coder. I am looking for something a bit stupider but not as stupid as IDLE. VSC can also be a overwhelming to get working with Python. Thanks for the Geany suggestion. It is one I have not tried.
    The chess program looks interesting. It is also so modifiable. A simple non-graphics version as an intro to the programming concepts could then be blown up into a graphics version with a fancy board and pieces and moving with mouse clicks. My problem with it would be teaching most of my kids chess!

  • @Caleb-of3yg
    @Caleb-of3yg 4 роки тому

    Great information! I just started my class for python this semester and we use Eclipse with PyDev. If it wasn't for your video's I wouldn't know about half the stuff on this final. Keep up the great work ^^

  • @edwardchen4447
    @edwardchen4447 4 роки тому +1

    I am having problems for connecting the python module and geany together can you help or do a tutorial on it please? thanks

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      If you watch the video, there is a brief part at the end where I show how you need to change something to use Python 3 - that section might help.

    • @edwardchen4447
      @edwardchen4447 4 роки тому

      @@TokyoEdTech I am a bit mad, the second I commented that I figured it out😑 but thanks any ways :D

  • @bruhifyify5713
    @bruhifyify5713 4 роки тому +1

    hewo tokyoedtech, is it possible to make a "slime volleyball" tutorial in python? ive been searching youtube and i havent found one

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      Hiya - I might try that - it looks like a fun game!

    • @bruhifyify5713
      @bruhifyify5713 4 роки тому +1

      @@TokyoEdTech yay!

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому +1

      @@bruhifyify5713 I'm actually working on it now, but can't figure out the math for the collisions and bouncing).

    • @bruhifyify5713
      @bruhifyify5713 4 роки тому +1

      lmao there's math?!?

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      @@bruhifyify5713 Yep - to make the ball bounce correctly.

  • @keerthivarmanprakash3120
    @keerthivarmanprakash3120 4 роки тому +1

    But PyCharm is the best IDE for python.whether it may be ML or game-devops or app-devops it is recommended.Package control is good, easy to install and remove packages, easy to create/delete a venv of pip or conda. My first IDE was PyCharm and I have tried using many IDEs like Sublime-Text, vim, spyder, jupyter lab, atom, geany etc., still I feel PyCharm is the best unless you have a low configuration computer

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому +1

      PyCharm has a lot of great features; however, most of what you mentioned are of little use to beginners. I specialize in beginner coding so Geany is perfect for my needs. Keep on codin!

    • @wonghow
      @wonghow 4 роки тому

      pyCharm is expensive

    • @keerthivarmanprakash3120
      @keerthivarmanprakash3120 4 роки тому

      @@wonghow but you also have community edition of PyCharm which is free

  • @cursoderobotica
    @cursoderobotica 4 роки тому

    good information 😊 - I have been using MU-Editor for beginners (also because it is amazing to code in MicroBit with MicroPython)

  • @DASHCAMTV86
    @DASHCAMTV86 4 роки тому

    my geany doesnt open, ive redownloaded it 4 times and it never wants to open

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      Sorry, don't know what to tell you on that one.

  • @uli9001
    @uli9001 4 роки тому

    I use Visual Studio Code at the moment and I like it a lot. I also tried Sublime Text for a while which is also a very clean editor. I prefer editors which are not distracting with features.
    I'm looking forward to your chess game tutorial ;-)

    • @gelis07
      @gelis07 4 роки тому

      the visual studio 2019 is much better than code i think

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      I agree - I like something simple that doesn't get in the way and is lightweight! I'll have to watch the Queen's Gambit to get in the right frame of mind!

  • @cheesegreater5739
    @cheesegreater5739 3 роки тому +1

    I use brackets for website dev stuff

    • @TokyoEdTech
      @TokyoEdTech  3 роки тому +1

      I hear a lot of good things about Brackets... definitely want to check it out!

  • @yuvithegreat3878
    @yuvithegreat3878 4 роки тому

    How did u put the dark mode ???

  • @jazzymilk9996
    @jazzymilk9996 4 роки тому

    Yes! I use geany too! I love it

    • @jazzymilk9996
      @jazzymilk9996 4 роки тому

      @@TokyoEdTech yes I’ve been using it for years, it’s great!

    • @jazzymilk9996
      @jazzymilk9996 4 роки тому

      @Aarit Hooda just go to geany.com and click install, pick the right os system that suits your computer

  • @billybobjoe102_5
    @billybobjoe102_5 4 роки тому +3

    I use pycharm community, free and simple

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      Pycharm is a great choice for Python. However, I prefer an editor that works with multiple languages as I also teach Java, HTML, CSS, and Javascript. I don't want my students to have to learn a different editor for every language/technology.

    • @billybobjoe102_5
      @billybobjoe102_5 4 роки тому

      @@TokyoEdTech I have atom, but I prefer using pycharm because of the simplicity of running programs I make

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      That's important! Geany runs Python programs with one click or the press of F5...easy peasy!

    • @billybobjoe102_5
      @billybobjoe102_5 4 роки тому

      @@TokyoEdTech Geany no doubt seems like a better option than pycharm. Can you run programs out of JavaScript and c# too?

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      I haven't tried C#. Javascript usually requires a browser unless you are doing something like node.js.

  • @SkyFly19853
    @SkyFly19853 4 роки тому

    No Sublime?... 😏

    • @SkyFly19853
      @SkyFly19853 4 роки тому

      @@TokyoEdTech
      But mine is free on Linux... I guess everything is NOT free on Apple or Windows versions...
      😱😱😱😱😱😱

    • @SkyFly19853
      @SkyFly19853 4 роки тому

      @@TokyoEdTech
      I guess I had this kind of thing on my Linux last time, right now I do NOT see it on Ubuntu...

  • @pythonicperson7216
    @pythonicperson7216 4 роки тому

    me: wanting to make chess
    also me: pauses video every second when there is chess programming coming up and copy it
    hehehehe

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому +1

      Here you go! pastebin.com/4VNcyHru

    • @pythonicperson7216
      @pythonicperson7216 4 роки тому

      oh my, I kinda meant it as a joke but thank you! xd

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому

      @@pythonicperson7216 :) You're welcome!

  • @ethansofiadada
    @ethansofiadada 4 роки тому

    Thanks for the helpful video! I had to edit my comment because I babbled on about the pros and cons of PyCharm, and that's not what this is about! :D Suffice to say, I'm happy to hear that VSC worked well for you since I've thought of switching to that, and I do enjoy the predictive text, hover tips, and error warnings. Geany has always looked streamlined in your videos, but you're killing me late at night with those white screens, homey! ;)

    • @TokyoEdTech
      @TokyoEdTech  4 роки тому +1

      LOL - yeah, I gotta install the dark theme! Get some sunglasses - less light, and way cool!

  • @ankitchand2595
    @ankitchand2595 4 роки тому +1

    Py charm

  • @RussellRiker
    @RussellRiker 4 роки тому

    Edlin forever! 😉

  • @ivanpartida7467
    @ivanpartida7467 4 роки тому

    Instead of VSCode, you could try VSCodium, it's the samen minus all the crappy Microsoft branding and telemetry.
    Buuuuuut my favorite will always be the almighty VIM!

  • @codewithpk755
    @codewithpk755 3 роки тому

    Are you teacher in school
    You teach very nice on youTube

    • @TokyoEdTech
      @TokyoEdTech  3 роки тому

      Yep - I teach coding to middle and high school students.

  • @SkyFly19853
    @SkyFly19853 4 роки тому

    The Solution:
    Linux...
    🙌🙌🙌💯💯💯

    • @SkyFly19853
      @SkyFly19853 4 роки тому

      @@TokyoEdTech
      indeed!
      There is Linux, there is Solution...

    • @SkyFly19853
      @SkyFly19853 4 роки тому

      @@TokyoEdTech
      This is what I am trying to do: to let people know about Linux around the World...
      💯💯💯💯💯💯

    • @SkyFly19853
      @SkyFly19853 4 роки тому

      @@TokyoEdTech
      Of course, I will... all thanks to Useless-soft (a.k.a. Microsoft... )
      😏💯💯💯😊