1

It's always some dumb thing that goes wrong. Like, a semicolon I forgot to type, or a period or a misspelled variable. Last week I spent two hours on a Discord Bot coded in Python that refused to iterate a list of names. I had forgotten to put quotation marks around each of the items in the list so they would register as strings instead of integers. Will it ever get better?

Comments
  • 0
    @Alice I see that now. 😂
  • 0
    You should probably use a proper IDE ...
  • 0
    @mojo2012 I use Visual Studio Code for most of my scripting. Linters are helpful but they don't catch everything.
  • 0
    @dudeking but it wont help u with python 😜
    I really liked pydev back in the days.
    Had quite neat autocomplete and sybtax checks.

    U might wanna tey spyder? Looks quite neat
  • 0
    @dudeking yeah theres a plugin for phpand java too ... autocompletion still sucks ass
  • 0
    @dudeking oh I meant vscode!
Add Comment