<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Python-on-a-chip (P14p)</title>
		<link>http://forums.leaflabs.com/topic.php?id=1077</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:13:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1077" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "Python-on-a-chip (P14p)"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1077#post-6633</link>
			<pubDate>Tue, 27 Sep 2011 04:59:23 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6633@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mbolivar - I did a lightening talk which isn't published anywhere, though I believe the video stream will become available.&#60;/p&#62;
&#60;p&#62;I explained in a few slides that:&#60;br /&#62;
- I teach children to program, and have been for several years, using Arduino's,&#60;br /&#62;
- when building electronics and programming, inexperienced programmers find it very hard to debug, and C/C++ doesn't help,&#60;br /&#62;
- I would like to experiment with a programming language which has a read-evaluate-print loop as that might help them&#60;br /&#62;
- I had concluded that Python is one of the tiny number of viable languages (I will post on my blog at some stage about this)&#60;br /&#62;
- would anyone like to help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Python-on-a-chip (P14p)"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1077#post-6632</link>
			<pubDate>Tue, 27 Sep 2011 04:33:13 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6632@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mikep - sorry I was trying to make a lame joke.&#60;br /&#62;
Yes, that is more than good enough as a proof-of-concept.&#60;/p&#62;
&#60;p&#62;---- long explanation, only fun for one or two people, and I am one -----&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;So, that is a genuinely impressive act of mind reading.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;It *was* absolutely amazing.&#60;/p&#62;
&#60;p&#62;One week earlier I was chatting to a an Open Source guy while getting some cables/leads for our Software Freedom Day event in Rugby.&#60;br /&#62;
He mentions that he needs the cables back soon because he is an organisers of a Python event, which is on the following weekend.&#60;br /&#62;
I mention that I am interested in a very small Python on microcontroller.&#60;br /&#62;
He tells me PYCON UK is on the following weekend, in the town I live in, 10 minutes drive from my house!&#60;br /&#62;
He suggest I come and do a lightening talk to see if anyone is interested.&#60;br /&#62;
I think this is brilliant, &#34;a sign&#34;:-)&#60;/p&#62;
&#60;p&#62;A week later, I was in a pub, asking PYCON delegates if they are interested in Python-on-a-chip, and meanwhile you publish that blog.&#60;/p&#62;
&#60;p&#62;I missed your blog over the weekend, because PYCON conducts quite a lot of technical work in bars :-)&#60;/p&#62;
&#60;p&#62;I found someone at PYCON UK who said they might be able to help!&#60;br /&#62;
So I started asking questions on the P14p forum.&#60;br /&#62;
I was so focused and intent, I still missed your blog.&#60;br /&#62;
Then in between my questions, Dean published a link to your blog.&#60;br /&#62;
I would probably have missed it for a bit longer if he hadn't :-)&#60;/p&#62;
&#60;p&#62;It was such an amazing, funny, delightful coincidence, that &#34;the only possible explanation is you read my mind&#34;:-)&#60;/p&#62;
&#60;p&#62;Your blog was very welcome, and delighted me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Python-on-a-chip (P14p)"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1077#post-6629</link>
			<pubDate>Mon, 26 Sep 2011 22:21:57 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6629@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;we are very interested in getting python running smoothly on our more recent boards (which have the memory to accommodate it). do you have any links to your talks? we'd love to hear more about what other people like about the idea.&#60;/p&#62;
&#60;p&#62;edit: personally, i'm really enticed by the idea of hitting a similar sweet spot that python on the PC sits at, where you can do most of the work in python, and rip out the performance-sensitive parts for C.  similarly, we could get the real-time parts handled in e.g. interrupts written in C or C++, with the glue held together in python. that seems like an idea with legs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikep on "Python-on-a-chip (P14p)"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1077#post-6628</link>
			<pubDate>Mon, 26 Sep 2011 21:18:10 +0000</pubDate>
			<dc:creator>mikep</dc:creator>
			<guid isPermaLink="false">6628@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I haven't tried it out, but this might qualify as a &#34;proof of concept&#34;:&#60;br /&#62;
&#60;a href=&#34;http://leaflabs.com/2011/09/pymite/&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/2011/09/pymite/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Python-on-a-chip (P14p)"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1077#post-6627</link>
			<pubDate>Mon, 26 Sep 2011 21:00:47 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6627@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Though it was a bizarre coincidence, I was pleased to see your progress on P14p.&#60;br /&#62;
&#60;a href=&#34;http://groups.google.com/group/python-on-a-chip/browse_thread/thread/b8033bd6e9bd0153#&#34; rel=&#34;nofollow&#34;&#62;http://groups.google.com/group/python-on-a-chip/browse_thread/thread/b8033bd6e9bd0153#&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;One of the reasons I had adopted Maple is because of the STM32F, and one of the reasons that I like the STM32F is because of P14p.&#60;/p&#62;
&#60;p&#62;I had done almost nothing about P14p this year, and I felt guilty, and got persuaded (I am pleased to say) a week ago to go to PYCON UK which started Friday evening (UK time:-).&#60;br /&#62;
I did some lightening talks about using embedded systems in education, and I found a guy who offered to help me get started with P14p (my Python is weak).&#60;br /&#62;
So I asked some questions at the P14p forum, and then tonight read there that you guys had been hacking on P14p!-)&#60;/p&#62;
&#60;p&#62;So, that is a genuinely impressive act of mind reading.&#60;br /&#62;
What am I thinking of now? When will you have a proof-of-concept?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
