PYPTUG Monthly Meeting
Details
Come join PYPTUG at out next monthly meeting.
Francois Dion will present:
Python for C# Developers
(or more generically, how to take advantage of Python under Windows)
I'll be bridging the C# and Python gap. If you think you wont benefit because you don't do C#, consider the following piece of C# code:
var stuff = new
{
Barcode = 987654321,
Title = "The Title",
Artists = "The Artist",
Quantity = 1,
Price = 15.98
};
How would you do it in Python? Or another language? Are you at par?
See you tomorrow to compare notes and see what Python 2.x and Python 3.x offers in that regard. We'll also see how we can interact between the two universes.