GreyMamba

Thinking Allowed … (under construction)

Thinking Allowed … (under construction)

Nothing is interesting if you're not interested
Helen Clark MacInnes
Python Stuff

I tend to spend too much time mucking around with Python code - as you can see from the bits of code scattered around this site. So, I've decided to add a page specifically for stuff related to just Python. It'll include snippets of code, interesting applications, algorithms or anything else Python related. Code that is purely there as a means to demonstrate or calculate something specific will remain as it is, in the most relevant post. Most of this stuff will be migrating to my sister pages -

- in the near future.

Sorry if you were hoping to see something on the Pythonidae family of snakes - interesting as they are.

Incremental row,column indices

Recently, I was looking at how best to produce multiple sub-plots using Matplotlib in Python. Not particularly hard, although I was interested in using these with common x and y labels - I might include a further post outlining how this can be done. But, how do you allocate the appropriate data plot to the subplot itself - within a loop. I wanted a more Pythonic solution that just nested row,/column loops.
Read More...
 Page 1 / 1 
RapidWeaver Icon

Made in RapidWeaver