Tuesday, June 23, 2009

So I spoke tonight on Python at the .NET group...

The language junkie in me spoke on Python to the .NET group, and of course, leave it to me to remember to tie in IronPython - the .NET implementation of Python.

My slides are here:


All of my sample code has been zipped up and is available here.

I'd like to thank all those who came out. I had a very inquisitive and interactive audience, which made my presentation that much easier to deliver. It was great to present tech to one of my home user groups, and I hope to speak more around town.

Labels: , , ,


Share this post: Share on Facebook  Share on del.icio.us  digg this!  Share on reddit  Share on mixx  Share on StumbleUpon  kick this!  live it!

posted by Sarah at 0 Comments Links to this post

Friday, June 12, 2009

Upcoming Presentations - Summer Edition

It's summer, a time for hanging out with family and friends, a time to relax, right? As much as I wanted to take a break and relax, my schedule is keeping me busy, with at least 4 talks planned. So... what's going on?

  • Cleveland C#/VB.NET SIG
    Python 101 for the .NET Developer

    The first part of this meeting will cover the basics of Python - its history, how its data structures compare to those we're familiar with in the primary .NET languages, its strong and weak points, who's using it, and why you as a developer - both generally speaking and as a .NET developer - should care about Python. The second part of this talk will get into the demos - starting with some basic Python scripts and getting into IronPython scripts, if time allows. By the end of this talk, you'll have an idea of what Python is, why you should know it as a developer and specifically as a .NET developer, and how to get setup and write a basic app in both Python and IronPython.

  • PyOhio 2009

    Pumping Iron into Python: Intro to FePy
    As python grows in popularity, IronPython has started making more waves. What is IronPython and why should regular python programmers be familiar with it? This session will introduce the open source .NET implementation of python known as IronPython without using Windows. Come see FePy (IronPython community edition) in action via Mono -- a cross-platform open source implementation of the .NET framework.

    Show & Tell: IronPython Edition
    In this session, you will hear about IronPython and what is needed to work with this .NET implementation of the python language. This session will show the power of IronPython in a Windows environment. There will be many demos of how IronPython can be used - including some WPF, XNA, Silverlight, COM Interop, database interaction, and other neat features.

  • devLink

    Going Cross-Platform with C#
    Running Windows forms apps in a non-Windows environment? As absurd as it sounds, it can be done. This session will show how to work with Mono and MonoDevelop to get your Windows apps to be cross-platform.


Hope to see you at one of my talks this summer!

Labels: , , ,


Share this post: Share on Facebook  Share on del.icio.us  digg this!  Share on reddit  Share on mixx  Share on StumbleUpon  kick this!  live it!

posted by Sarah at 2 Comments Links to this post

Saturday, May 30, 2009

Python 101 for the .NET Developer

I get to add another talk to my list of Python/IronPython talks, as I've been asked to speak at the Cleveland C#/VB.NET SIG for their June meeting. The talk will start with a focus on Python, giving my fellow SIG members a glimpse at yet another language to add to their toolboxes. We'll take a look at what it is, how it compares to C# and VB.NET, where it is strong and where it is weak. If time allows, I will use one of its weak points to transition into IronPython, which is the best of both worlds, bringing .NET to the Python language.

If you're interested in heckling me or maybe even seeing my talk and learning about the language, here are the details:


Hope to see you there!

Labels: , ,


Share this post: Share on Facebook  Share on del.icio.us  digg this!  Share on reddit  Share on mixx  Share on StumbleUpon  kick this!  live it!

posted by Sarah at 1 Comments Links to this post