mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.42k stars 438 forks source link

Needs more compatibility #113

Closed MadBashify closed 6 years ago

MadBashify commented 8 years ago

Is there any way to get MU to work with custom python modules as well as a module for the Max7219 LED matrix? It would help my coding a lot. Thanks -Will

inglesp commented 8 years ago

Hi @MadBashify,

I find the tone of your request highly inappropriate.

I don't know who you are, or how much experience you've got with open source software development, so perhaps you don't understand how these kinds of things work.

Mu is maintained entirely by a small team volunteers, some of whom have poured their heart and soul into the micro:bit project. You seem to be demanding that they do yet more work without offering to put in any effort yourself.

Please could you consider rephrasing this issue? Perhaps you could make it a request instead of a demand? Perhaps you could could thank the team for the work they've done? Perhaps you could even offer to help out yourself?

Cheers,

Peter.

MadBashify commented 8 years ago

I'm sorry to come out as rude, I didn't mean it that way I just was in a hurry when I typed it. I myself am not an advanced programmer; I just do it for fun and so I don't know how to implement things like that myself. Again, I'm sorry for coming off as demanding, I just meant it as a request more than anything. I have edited the post as you may see. Thanks -Will

inglesp commented 8 years ago

Thanks Will -- that's much appreciated.

ntoll commented 8 years ago

@MadBashify not quite sure what you're asking for. Mu is (currently) only a code editor for the micro:bit. What exactly do you mean when you say "work with custom Python modules"? Perhaps you mean you want MicroPython to work with "custom Python modules". If I understand you correctly, it already does: https://microbit-micropython.readthedocs.io/en/latest/tutorials/storage.html#mainly-main-py

As for the Max7219 LED, a quick Google suggests to me that it should be possible to read the data sheet and plug it into the IO pins for some fun hardware hacking. If you're unsure and/or need help, I suggest you spend some time in the wonder that is the MicroPython forums (available here: http://forum.micropython.org/). It's a very friendly community and if you ask with enough detail/information then people generally send pointers.

Hope this helps..!

ntoll commented 6 years ago

Closing since this issue appears fixed and/or forgotten.