<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Python the new VBA ?</title>
	<atom:link href="http://blog.gobansaor.com/2008/04/11/python-the-new-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/</link>
	<description>A country datasmith.</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:24:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-5406</link>
		<dc:creator><![CDATA[Tom Gleeson]]></dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-5406</guid>
		<description><![CDATA[Thanks Conan,

I saw from the mailing-list that you&#039;re working on adding PyTables support to the already excellent Picalo, looking forward to trying it out.

Another addition you might consider at some stage is tightly integrating Picalo tables with SQLite (perhaps using APSW http://bit.ly/2Dq2lm as it allows for easy coding of user-defined functions and SQLite virtual tables).

I&#039;ve combined Excel, SQlite and Python to create my own &quot;datasmithing&quot; tool xLite http://bit.ly/3a4uz7 and find SQLite fast and capable of handling very large volumes of data.

I don&#039;t look on SQLite as a &quot;miniature database&quot;, more as highly efficient memory-based SQL-speaking table engine with inbuilt on-dish caching facility http://bit.ly/dbysQ, a bit like a SQL PyTables I guess.

Tom]]></description>
		<content:encoded><![CDATA[<p>Thanks Conan,</p>
<p>I saw from the mailing-list that you&#8217;re working on adding PyTables support to the already excellent Picalo, looking forward to trying it out.</p>
<p>Another addition you might consider at some stage is tightly integrating Picalo tables with SQLite (perhaps using APSW <a href="http://bit.ly/2Dq2lm" rel="nofollow">http://bit.ly/2Dq2lm</a> as it allows for easy coding of user-defined functions and SQLite virtual tables).</p>
<p>I&#8217;ve combined Excel, SQlite and Python to create my own &#8220;datasmithing&#8221; tool xLite <a href="http://bit.ly/3a4uz7" rel="nofollow">http://bit.ly/3a4uz7</a> and find SQLite fast and capable of handling very large volumes of data.</p>
<p>I don&#8217;t look on SQLite as a &#8220;miniature database&#8221;, more as highly efficient memory-based SQL-speaking table engine with inbuilt on-dish caching facility <a href="http://bit.ly/dbysQ" rel="nofollow">http://bit.ly/dbysQ</a>, a bit like a SQL PyTables I guess.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conan Albrecht</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-5405</link>
		<dc:creator><![CDATA[Conan Albrecht]]></dc:creator>
		<pubDate>Mon, 12 Oct 2009 18:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-5405</guid>
		<description><![CDATA[Great post.  BTW, Picalo will soon have a state of the art table engine (via PyTables), so the in-memory list-based table limitation will be gone.  It&#039;s C-based and automatically does disk caching.  I&#039;m excited to get it finished.]]></description>
		<content:encoded><![CDATA[<p>Great post.  BTW, Picalo will soon have a state of the art table engine (via PyTables), so the in-memory list-based table limitation will be gone.  It&#8217;s C-based and automatically does disk caching.  I&#8217;m excited to get it finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAG Cubes &#8211; SQLite Star Query Part III &#171; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-5386</link>
		<dc:creator><![CDATA[TAG Cubes &#8211; SQLite Star Query Part III &#171; Gobán Saor]]></dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-5386</guid>
		<description><![CDATA[[...] than my preferred Python (did I mention that xLite now embeds Python in Excel, no, well it does, Python the newVBA ?), having failed to get around multi-threading issues with callbacks to Python in both the ODBC and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] than my preferred Python (did I mention that xLite now embeds Python in Excel, no, well it does, Python the newVBA ?), having failed to get around multi-threading issues with callbacks to Python in both the ODBC and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-5114</link>
		<dc:creator><![CDATA[Tom Gleeson]]></dc:creator>
		<pubDate>Wed, 06 May 2009 18:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-5114</guid>
		<description><![CDATA[@matigro

Agreed, I like Python simply because I can get things done with it.  The same reason I like VBA, C, SQL etc. , fit for purpose, minimum ceremony, that&#039;s all I ask.

Tom]]></description>
		<content:encoded><![CDATA[<p>@matigro</p>
<p>Agreed, I like Python simply because I can get things done with it.  The same reason I like VBA, C, SQL etc. , fit for purpose, minimum ceremony, that&#8217;s all I ask.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matigro</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-5113</link>
		<dc:creator><![CDATA[matigro]]></dc:creator>
		<pubDate>Wed, 06 May 2009 17:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-5113</guid>
		<description><![CDATA[It&#039;s nice to read an article from someone that is not a programming language fanatic and see that python can solve his problems in an easy way.
Python is not &#039;the language&#039;, it is not the solution to all problems. But makes our day&#039;s work more easy!
just a comment: python is not like vb scripts. Macros are always runs as scripts. Python makes the first time you run the script, a compiled program. Always the second run is faster than first. But if you change something in the code, it recompiled and you never know of that.
Regards,]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to read an article from someone that is not a programming language fanatic and see that python can solve his problems in an easy way.<br />
Python is not &#8216;the language&#8217;, it is not the solution to all problems. But makes our day&#8217;s work more easy!<br />
just a comment: python is not like vb scripts. Macros are always runs as scripts. Python makes the first time you run the script, a compiled program. Always the second run is faster than first. But if you change something in the code, it recompiled and you never know of that.<br />
Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-3976</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Fri, 09 May 2008 09:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-3976</guid>
		<description><![CDATA[Joseph,

Calm down, it&#039;s only a programming language! I expect these sort of rants from the &quot;young folks&quot;; there are many things to get excited about in life, but not programming language wars.

Firing people , i.e. affecting people&#039;s &quot;real lives&quot;, would I hope be based on something more substantial than expressing an opinion on something as trivial as a programming tool!

I&#039;m a relative new comer to the business, 1978, but I&#039;ve worked with a lot of tools, most average, some excellent, some atrocious, but as long as I got paid, it made very little difference to me what the tool was.   Perl by the way would be up there in the excellent category, as would PL/SQL, MUMPS, SAP Config, ESSBASE, Excel VBA.

As I said, when others who pay me pick the tool I just get on with it, but when I get to pick my own tools I tend to choose based on (a) fit for purpose (b) cost effectiveness (being self employed) and (c) my own totally subjective &quot;would I like to spend my time working with this&quot; attitude.  Being &quot;un-fair&quot; to Perl by choosing Python doesn&#039;t come into it.  

To paraphrase, William Munny as he pointed the shotgun at Little Bill Daggett in the closing scenes of Unforgiven, &quot;Fair&#039;s got nothin&#039; to do with it&quot;.  But I guess that&#039;s what you say as you fire another employee for daring to express an opinion contrary to your own.

Tom]]></description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>Calm down, it&#8217;s only a programming language! I expect these sort of rants from the &#8220;young folks&#8221;; there are many things to get excited about in life, but not programming language wars.</p>
<p>Firing people , i.e. affecting people&#8217;s &#8220;real lives&#8221;, would I hope be based on something more substantial than expressing an opinion on something as trivial as a programming tool!</p>
<p>I&#8217;m a relative new comer to the business, 1978, but I&#8217;ve worked with a lot of tools, most average, some excellent, some atrocious, but as long as I got paid, it made very little difference to me what the tool was.   Perl by the way would be up there in the excellent category, as would PL/SQL, MUMPS, SAP Config, ESSBASE, Excel VBA.</p>
<p>As I said, when others who pay me pick the tool I just get on with it, but when I get to pick my own tools I tend to choose based on (a) fit for purpose (b) cost effectiveness (being self employed) and (c) my own totally subjective &#8220;would I like to spend my time working with this&#8221; attitude.  Being &#8220;un-fair&#8221; to Perl by choosing Python doesn&#8217;t come into it.  </p>
<p>To paraphrase, William Munny as he pointed the shotgun at Little Bill Daggett in the closing scenes of Unforgiven, &#8220;Fair&#8217;s got nothin&#8217; to do with it&#8221;.  But I guess that&#8217;s what you say as you fire another employee for daring to express an opinion contrary to your own.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph B Cohen</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-3975</link>
		<dc:creator><![CDATA[Joseph B Cohen]]></dc:creator>
		<pubDate>Fri, 09 May 2008 03:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-3975</guid>
		<description><![CDATA[Are we back to &#039;my python&#039; can beat &#039;your perl&#039; ? ANYTHING you can do in python you have been able to do in perl for a &#039;long time now&#039;.  And this above &#039;It’s powerful, fun to use, easy to learn, function orientated and I even like the use of human-eye-friendly ?????  indentation rather than braces and delimiters as a code grouping mechanism.&#039; would get you fired if you worked for me. 
I&#039;ll tell you what I think - working in the computer field since 1968 - it&#039;s called perspective : python is a perl ripoff ! Change some syntax, steal the C libraries and wow ! a new language.
Quote from King Solomon - Ecclesiastes(spelling?) &quot;there is nothing new under the sun&quot;.  Works as well today, in the computer field, as in did two thousand years ago .]]></description>
		<content:encoded><![CDATA[<p>Are we back to &#8216;my python&#8217; can beat &#8216;your perl&#8217; ? ANYTHING you can do in python you have been able to do in perl for a &#8216;long time now&#8217;.  And this above &#8216;It’s powerful, fun to use, easy to learn, function orientated and I even like the use of human-eye-friendly ?????  indentation rather than braces and delimiters as a code grouping mechanism.&#8217; would get you fired if you worked for me.<br />
I&#8217;ll tell you what I think &#8211; working in the computer field since 1968 &#8211; it&#8217;s called perspective : python is a perl ripoff ! Change some syntax, steal the C libraries and wow ! a new language.<br />
Quote from King Solomon &#8211; Ecclesiastes(spelling?) &#8220;there is nothing new under the sun&#8221;.  Works as well today, in the computer field, as in did two thousand years ago .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python to replace VB6 &#8230; &#171; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-3968</link>
		<dc:creator><![CDATA[Python to replace VB6 &#8230; &#171; Gobán Saor]]></dc:creator>
		<pubDate>Mon, 05 May 2008 11:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-3968</guid>
		<description><![CDATA[[...] 5, 2008 by gobansaor    &#8230; well at least for me. As I discussed previously I&#8217;ve been seriously investigating using Python as my primary datasmithing scripting language, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 5, 2008 by gobansaor    &#8230; well at least for me. As I discussed previously I&#8217;ve been seriously investigating using Python as my primary datasmithing scripting language, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wexler</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-3965</link>
		<dc:creator><![CDATA[Michael Wexler]]></dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-3965</guid>
		<description><![CDATA[Not to mention that SPSS also links to Python as its scripting language of choice.

See http://www.spss.com/devcentral/ for more details.]]></description>
		<content:encoded><![CDATA[<p>Not to mention that SPSS also links to Python as its scripting language of choice.</p>
<p>See <a href="http://www.spss.com/devcentral/" rel="nofollow">http://www.spss.com/devcentral/</a> for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2008/04/11/python-the-new-vba/#comment-3946</link>
		<dc:creator><![CDATA[gobansaor]]></dc:creator>
		<pubDate>Fri, 11 Apr 2008 20:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/?p=359#comment-3946</guid>
		<description><![CDATA[Dan,

You&#039;re right, and as I do a lot of work with the JVM via Talend and Pentaho PDI and am actively looking at WaveMaker I must look into Jython.

Tom]]></description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>You&#8217;re right, and as I do a lot of work with the JVM via Talend and Pentaho PDI and am actively looking at WaveMaker I must look into Jython.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

