Developing with IDLE or Notepad++

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
coanda
Posts: 5
Joined: Sun Jul 27, 2014 11:04 pm

Developing with IDLE or Notepad++

Post by coanda » Sun Jan 11, 2015 1:53 am

Hi,

I'd like to develop with IDLE (or Notepad++) and I was wondering what prerequisites were required to develop with these tools? Do I need to incorporate micropython libraries in order for IDLE to recognise the commands? I don't get chance to write/script python very much so things like checking and auto-correction are useful to me so would like to try to have them when developing for the pyboard.

Thanks,

Coanda

stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

Re: Developing with IDLE or Notepad++

Post by stijn » Sun Jan 11, 2015 4:49 pm

Someone here recommended using Pyflakes/Pep8 etc to catch syntax and other errors soon in the editor - I'm using SublimeText which has a package for it (https://packagecontrol.io/packages/Pyth ... ke8%20Lint) and it works quite ok. It should be possible to do something like that for Notepad++ as well: searching for "notepad++ pep8" gives some hits.
Not sure if it's possible to use IDLE with micropython, that would be interesting though!

coanda
Posts: 5
Joined: Sun Jul 27, 2014 11:04 pm

Re: Developing with IDLE or Notepad++

Post by coanda » Thu Jan 15, 2015 11:13 am

Stijn, thanks for the info. Will check out your suggestions tonight.

Post Reply