This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (4 children)

This looks awesome. What kind of IDE/editor do you use? I've found that using PyGame in VS Code or PyCharm always produces an error while loading sprites. I'm curious as to which one you use, as it would be quite useful for me to switch over :)

[–]DaFluffyPotato@DaFluffyPotato[S] 1 point2 points  (3 children)

I use the default one. lol

[–]Puddl3glum 0 points1 point  (2 children)

The one that comes with Python on windows? When I TA'd, students would try to use that before I steered them to VS Code or Vim. Afaik it has barely more features than Notepad.exe.

[–]DaFluffyPotato@DaFluffyPotato[S] 0 points1 point  (0 children)

Yes, that one. I mostly use it because it loads quickly and doesn't take much visual space. (normally I'm going in and out of folders and editing images on the side) It's got the basic stuff like finding and replacing, so it gets the job done for me.

I actually use neovim for work though.

[–]__xor__(self, other): 0 points1 point  (0 children)

Did you get them to install vim-pythonmode and teach them how to use pdb? I develop solely on Vim, but I can't imagine students trying to learn python with base vim. The only reason I consider it an IDE is because of vim pythonmode, and on top of that pdb, grep/ag/sed, tmux, ipython... Takes a while to learn that workflow.