share code

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
Ferretproof
Posts: 8
Joined: Sun Oct 11, 2015 4:56 pm

share code

Post by Ferretproof » Tue Oct 13, 2015 7:19 pm

Hi Guys,

Just want to let you know I am very happy with the Wipy! Looks good and even I got it to work!
(Eventually, as my editor on Mac (TextEdit) had the option "automatically mess up all your quotes" switched on. ;-) Did not notice that at first. Eventually someone of your team found that problem and good old VI came to the resque! Only costed me a few hours..! :-D)

Anyway, I'd like to share some of my findings with you (WiPy users). I have some (very simple) code and a "howto" I'd like to share. Maybe it can help others. I hope other people feel the same.
Seems most (all) of the items are questions... So is this forum a good place? Or perhaps a wiki?

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: share code

Post by platforma » Tue Oct 13, 2015 9:03 pm

Hey!

The project does have a community wiki http://wiki.micropython.org/Home, so sharing some tutorials and how-to's over there might be a good idea, there's not much structure to it at the moment but I'm sure it will grow as more people get their hands on the board. Code snippets can also go there if they are related to your tutorials, or perhaps you might want to create your own sandbox github repository and link your examples in the wiki pages. You can also keep your code in separate repositories if they're bigger than one or two files and create new threads on the forum to show off your amazing work! For all the questions, forum is probably the best!

For reporting issues and making suggestions to improve the project, you can head over to the issues page on https://github.com/micropython/micropython/issues. But please familiarise yourself with the general guidelines on what micropython is trying to achieve compared to cpython here: https://github.com/micropython/micropyt ... ifferences. If you feel like contributing, a good place to start is https://github.com/micropython/micropyt ... Guidelines.

Hope this helps!

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: share code

Post by danicampora » Wed Oct 14, 2015 7:33 am

Hi Ferretproof,

So glad to hear that you are having fun with your WiPy! Any help is very much welcome :-). We are building the docs in reST format using Sphinx. Take a look here: https://github.com/micropython/micropyt ... /docs/wipy
We need a tutorials folder like the pyboard: https://github.com/micropython/micropyt ... d/tutorial

Best way to proceed would be to clone the micropython repo, write some tutorials, and then submit a pull request. I'll review it and merge when it's all good. What do you think?

Ferretproof
Posts: 8
Joined: Sun Oct 11, 2015 4:56 pm

Re: share code

Post by Ferretproof » Wed Oct 21, 2015 2:12 pm

Hi,

Sounds good, although I might be a bit too enthousiastic here! :-)
I am no python expert at all (last program I wrote was in a previous life) but who knows... I might learn a thing or two that is worth documenting ;-)


Ray

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: share code

Post by danicampora » Thu Oct 22, 2015 11:02 am

Hi!

Don't be shy, share code at will ;-)

Post Reply