473,614 Members | 2,351 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

NYLUG meeting: The Python Object Model with Alex Martelli & Google(open bar and food!)

The New York Linux User's Group invites you to a special presentation
by Alex Martelli of Google, on the Python Object Model. This
presentation will be held at P.J. Clarke's Sidecar, rather than our
usual location, and Google is picking up the tab for an hour and a half
of open bar and food. Additionally, if you're looking for a job as a
Python developer, bring your resume.

Please RSVP at http://rsvp.nylug.org to attend, as seating is limited.

- Ron

(announcement follows)

The New York Linux User's Group Presents
Alex Martelli
- on -
The Python Object Model

Held at P.J. Clarke's Sidecar
915 Third Avenue @ 55th Street - NY

Python is a multi-paradigm programming language, but, out of the
paradigms it supports, there is no doubt that OOP (Object Oriented
Programming) is the paradigm that forms Python's core. If you have done
any substantial programming with Python, you have, most likely, used
some of its OOP features. But -- have you ever stopped to really think
about those OOP features, the mechanisms that Python uses (and exposes!)
to implement them, and how best to make use of the possibilities this
state of things offers?

This subject is generally known as the "Object Model" of a language.
This talk stops a bit short of examining every level of Python's Object
Model -- in particular, it does not get into metatypes (metaclasses) and
similar levels of "Black Magic". Rather, the talk sticks to the most
practically interesting aspects of Python's Object Model as seen from
the point of view of a programmer using Python -- understanding exactly
what's going on in all kind of everyday OOP-usage situation, what
alternatives and trade-offs these mechanisms imply (for example, when
should you use closures, and when should you use functors instead? when
to inherit, and when to delegate instead?), and how Design Patterns play
into the mix (Python subsumes and build-ins some classic DPs, and makes a
few others irrelevant due to its highly dynamic typing, but other classic
DPs yet remain extremely relevant and important for optimal day to day
use of OOP in Python).

About Alex Martelli
-------------------
Alex Martelli is Uber Technical Lead at Google, in Production Software.
He wrote Python in a Nutshell and co-edited the Python Cookbook, and is
a member of the Python Software Foundation. Before joining Google,
Martelli spent 8 years with IBM, 12 with think3 inc, and 3 as a Python
freelance consultant, mostly for AB Strakt (Sweden).

P. J. Clarke's Sidecar
----------------------
915 Third Avenue @ 55th Street - NY

Sidecar is PJ Clarkes handsome semiprivate upstairs dining room. You
enter Sidecar through a distinct yet discreet door on East 55th Street.

Subway:
Take the E, V or 6 Subways to 51st Street, cut over to Third Avenue and
walk north 4 blocks.

Take the 4, 5 or 6 Trains to 59th Street, cut over to Third and walk 4
blocks south.

Bus:
Take the 101, 102 or 103 Buses to 55th. If you're coming downtown on
Lexington, cut across to Third. If you're coming up on Third, it's right
across the street.

http://pjclarkes.com/htm/sidecar.htm

About NYLUG
-----------
NYLUG is the New York Linux Users Group, which has met every month
without fail for the last six years. Meetings are free and open to the
public, but require advance RSVP due to fire code and security
requirements at our usual meeting space at the IBM Building.

Our announcements mailing list at
http://nylug.org/mailman/listinfo/nylug-announce provides a low-volume
but steady stream of Linux, Free and Open Source, and related community
and other user group announcements for the tri-state area.

Our technical discussion list is a moderate-volume list featuring a
diverse group that from home users to enterprise security experts.
http://nylug.org/mailman/listinfo/nylug-talk

http://www.nylug.org/
Oct 14 '05 #1
3 1727
"Ron Guerin" <ro*@vnetworx.n et> wrote:
The New York Linux User's Group invites you to a special presentation
by Alex Martelli of Google, on the Python Object Model. This
presentation will be held at P.J. Clarke's Sidecar, rather than our
usual location, and Google is picking up the tab for an hour and a half
of open bar and food. Additionally, if you're looking for a job as a
Python developer, bring your resume.

Please RSVP at http://rsvp.nylug.org to attend, as seating is limited.

- Ron


What date is it ? It isn't mentioned at the web site either.

George

Oct 14 '05 #2
George Sakkis wrote:


What date is it ? It isn't mentioned at the web site either.


Sorry about that, actually it is on the web site, right at the top in
the blue band.

October 26, 2005 6:00pm - 10:00pm

Hope to see you there.

- Ron
Oct 14 '05 #3
Gregory Piñero wrote:
A reasonable question ...


Sure is. ;)

October 26, 2005 6:00pm - 10:00pm

- Ron

Oct 14 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1468
by: Dave Benjamin | last post by:
It's nice to see you around here again! Dave
2
1549
by: drjonfox | last post by:
Central New Jersey PIG Meeting -- Python Interest Group In Princeton PIG/IP PIG/IP will hold its first meeting on Jan 19, 2005 at the Lawrenceville Library (Room #3). Jon Fox will speak about Python's 2.4 release and then open discussion about Python will be encouraged. When: Wednesday, January 19, 2005 at 7:00 PM
3
2363
by: Alexander Fillips | last post by:
Hi, my short question: is there a python object which can interpret java-script? the whole story ;-) I wrote some streaming-scripts for the xbox mediaplayer which supports python. for a new script i tried to filter the stream-url from an
1
2473
by: Greg | last post by:
The following code works fine on Mozilla but generates an error* on IE, when the button calling the function is pressed and the slideshow is either on the first slide or last slide. * I can't remember the exact error and I'm on Linux/Mozilla at the moment, but I think it had a problem with the object model?!? The slideshow has a stack of div tags and the buttons are used to change the z-order. Each div contains two other divs: one with a...
5
2409
by: Ara.T.Howard | last post by:
anyone out there know where i might find a python object model diagram? cheers. -a -- =============================================================================== | email :: ara t howard noaa gov | phone :: 303.497.6469 | Your life dwells amoung the causes of death
0
1377
by: Ron Guerin | last post by:
(date and time inadvertently omitted last time. sorry!) The New York Linux User's Group invites you to a special presentation by Alex Martelli of Google, on the Python Object Model. This presentation will be held at P.J. Clarke's Sidecar, rather than our usual location, and Google is picking up the tab for an hour and a half of open bar and food. Additionally, if you're looking for a job as a Python developer, bring your resume. ...
4
7054
by: Davíð Þórisson | last post by:
Hi, when I was programmin ASP/JScript I had a very nice utilitiy which I got from MSDN (Script56.CHM). It's simply a help file but containing object orientiated documentation of all scripting languages. Very handy and easy to maneuver and quickly find information needed. Is there something similiar available for C#? At least some web page showing the object model of this language? thx!
122
7315
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection outside of that class. This structured way allows visual tools to host components, and allows programmers to build applications and libraries visually in a RAD environment. The Java language has JavaBeans as its component model which allows Java...
23
3131
by: tonytech08 | last post by:
What I like about the C++ object model: that the data portion of the class IS the object (dereferencing an object gets you the data of a POD object). What I don't like about the C++ object model: that most OO features are not available for class object design without loss of POD-ness. So, I'm more than leaning toward "bad" because of the limitations and
0
8197
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8142
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8640
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8589
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7114
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6093
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5548
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
1438
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.