Category Archives: Python

Learning Python helps me with Excel

I use Excel extensively at work and I’ve always wished to write intricate macros but never understood the complexities of Visual Basic.  After spending a few weeks learning Python, I’ve managed to build an Excel formula in VB that creates … Continue reading

Posted in Excel, Python | 12 Comments

Particle Swarm Optimization in Python

I found and installed the ECSPY evolutionary computation package and fiddled around with it.  Considering I learned how to define and use functions in Python now, the example code (txt) for this Particle Swarm Optimiztation (PSO) chart below is beginning … Continue reading

Posted in Python, RapidMiner | 6 Comments

A Simple INTC Chart

After yesterday’s “not so simple GOOG chart” adventure, I spent more time digging around the matplotlib website and discovered the matplotlib.finance module.  Grabbing a python chart example code from the matplotlib site and applying the axis labeling lessons I learned … Continue reading

Posted in Python, Stocks | Leave a comment

A Not So Simple GOOG Chart

What I am about to post is a simple $GOOG chart created by a python script that I grabbed off Trainee Trader’s site.  While creating a line chart of GOOG’s stock price is really basic finance, it does represent something … Continue reading

Posted in Python, Stocks | Leave a comment

Learning Python – The Hard Way?

I’m teaching myself, through hand’s on exercises, how to code  (script) in Python.  So far its been a breeze, but that’s because I’ve found a great course for free.  I’m reading and following along with “Learn Python the Hard Way,” … Continue reading

Posted in Python | 2 Comments

Poking Python

So I’m finally getting around to poking around with Python again, and I created a scatter plot for Google.  I’m pretty impressed with the modules they have for this language. Perhaps I should sit down and spend some time learning … Continue reading

Posted in Python | 4 Comments

Python Examples By Max

Long time linker (and reader hopefully) Max Dama maintains a great blog on automated trading and provides lots of great examples on how to do this.  I recently discovered that he has quite a few Python programming examples as well.  I'll have to … Continue reading

Posted in Links, Python | Tagged , | 2 Comments

I’m Flying 30,000 Ft Above North Dakota

and I'm about to die!!! No, I'm just kidding but I am in North Dakota for work.  So what do I do in my spare time up at 30,000 feet? I'm doing Python tutorials.

Posted in Python | Tagged , | Leave a comment

Trying Out Python

With the encouragement of @W0nk0, I've decided to start fooling around with the scripting language Python.  It appears to be an easy script language to learn and I hope to build various routines that will help me with my Automated … Continue reading

Posted in ATS, Neural Nets, Python | Tagged , , , , , | Leave a comment