Introduction to Python, July 13-15, 2010 (Chicago)

2010-07-07 Thread David Beazley
  Introduction to Python Programming

 with David Beazley,
 author Python Essential Reference

   http://www.dabeaz.com/chicago/index.html

   July 13-15, 2010
  Chicago, Illinois

Just a quick note to say that there are still a few slots available
for my upcoming Introduction to Python Programming course.  This is
an intense no-bull course for programmers, sysadmins, scientists, and
engineers who want to solve practical problems and improve their
Python programming skills.  This course is strictly limited to 6
people and is being held in the heart of Chicago's distinctive
Andersonville neighborhood.  Come hack some Python code while enjoying
the summer sights, sounds, and tastes of the city.  You won't be
disappointed.

Cheers,
Dave




-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


]ANN] Selenium Python bindings dev-9231

2010-07-07 Thread Miki
Hello All,

The latest version of Selenium Python bindings (dev-9231 on PyPI)
includes the native Firefox driver.

You can now can do:

from selenium import get_driver, FIREFOX
driver = get_driver(FIREFOX)
driver.get(http://www.google.com;)
...

To get the latest version, just run easy_install -U selenium.

Happy testing,
--
Miki
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/