Quantcast
Channel: Tom E Stephens » Python
Browsing all 8 articles
Browse latest View live

Config Files with IronPython: Overriding the ConfigurationManager

Clarification: This is a need I had in the IronPython console. If you have an IronPython project and run it from a running .NET App I doubt you would need this as the ConfigurationManager knows what...

View Article



Loving Python

So I’ve been experimenting with Python a lot and I thought I’d see just how easy it is to use the Google APIs. I found that with a few lines of code and only the use of the standard libraries I was...

View Article

Extending my IronPython ToolSet

I had a recent post about some issues I was having in the ConfigurationManager when I was using the IronPython Console. So I wrote funky hack to get around everything there and today I extended that...

View Article

Extending my IronPython ToolSet: Truth Values

If you haven’t seen what I’ve already done with my config module, then you should probably look over my last couple of posts about IronPython before you read on since I’m kind of building on that...

View Article

Copying files in IronPython

I’ve been talking a lot about IronPython and Python. So this is just continuing the theme there. A little more about a script I wrote today. Because of the way I’m using things, I needed to be able to...

View Article


Python and socket programming: a quick chat server/client

For some reason tonight I thought, I don’t know enough about lower level networking or threading. What better way to make it all happen than with Python? So I started looking over the Python docs for...

View Article

Using my Service Locator / IoC in IronPython

I’m big on Dependency Injection. I would argue it makes application development easier, faster and more extensible. I realize that sometimes this comes at a cost of a little more challenge in debugging...

View Article

Automation – saving 15 mins/day at a time

So my wife laughs at me quite a bit, but I’m a little obsessed with efficiency and automation. I hate wasting my time on non-engaging tasks. Which is, as it happens, most of life. So I try to find ways...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images