From akleider at sonic.net Sun Apr 1 18:25:59 2012 From: akleider at sonic.net (akleider at sonic.net) Date: Sun, 1 Apr 2012 09:25:59 -0700 Subject: [Baypiggies] django ownership question Message-ID: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> What is the standard or "best practice" with regard to ownership and permissions regarding a django framework? We have set up pathagar (1) (a django application) but are getting some errors having to do with permissions and haven't been able to sort out exactly why. Currently we have separate users: 'path' for the django files, and apache2 is running as 'www-data'. We have added user www-data to the path group and user path to the www-data group (and have set all group permissions to the same as the owner permissions) but are still getting permission errors when running one of the command line utilities. The same command works fine if run as root. Should all the django framework files be owned by the apache run user? Any advice would be appreciated. alex 1. "The Pathagar OPDS Book Server (https://github.com/sayamindu/pathagar) now runs on the Marvell DreamPlug plug server. This plug server has built-in Wi-Fi access point and can run on 12 volts DC. Very cool!" To view the full post: https://plus.google.com/_/notifications/emlink?emrecipient=105869686236412461330&emid=CNi03vHWka8CFYUVQAodvXkAAA&path=%2F118336168615253613647%2Fposts%2FTg5PGbA5TYV%3Fgpinv%3DAMIXal9QDHblcc236FlGzSmtyeBtaujmab_7fccw4It5PGlv1PcoElPqf6JgznlyAvf7nu_vNlhPbiYPOlBQC3fLAitSSxHwlDRCAsgkc-xMKE2iSIK9aSU%26hl%3Den&dt=1333215532393 From kroger at pedrokroger.net Sun Apr 1 21:03:58 2012 From: kroger at pedrokroger.net (Pedro Kroger) Date: Sun, 1 Apr 2012 16:03:58 -0300 Subject: [Baypiggies] HTML to printable file In-Reply-To: References: Message-ID: Hi Tony, I think wget and Print Friendly are great suggestions. I'd add htmldoc [1] and lxml [2], depending on what you want. htmldoc is a nice tool (gui and command line) to generate pdfs from html and you can use lxml to easily extract the content and remove cruft. For instance, I don't quite like the way printfriendly manage images for the Bus Blaster project: http://dangerousprototypes.com/docs/Bus_Blaster http://www.printfriendly.com/print/v2?url=http%3A%2F%2Fdangerousprototypes.com%2Fdocs%2FBus_Blaster For this kind of thing I'd use lxml to extract only the content and remove the things I don't want such as table of contents: https://gist.github.com/2277731 [1] http://www.htmldoc.org/ [2] http://lxml.de/ Cheers, Pedro -- http://pedrokroger.net From cappy2112 at gmail.com Sun Apr 1 23:43:24 2012 From: cappy2112 at gmail.com (Tony Cappellini) Date: Sun, 1 Apr 2012 14:43:24 -0700 Subject: [Baypiggies] HTML to printable file In-Reply-To: References: Message-ID: Thanks to all who replied. On Sun, Apr 1, 2012 at 12:03 PM, Pedro Kroger wrote: > Hi Tony, > > I think wget and Print Friendly are great suggestions. > > I'd add htmldoc [1] and lxml [2], depending on what you want. htmldoc is a > nice tool (gui and command line) to generate pdfs from html and you can use > lxml to easily extract the content and remove cruft. > > For instance, I don't quite like the way printfriendly manage images for > the Bus Blaster project: > > http://dangerousprototypes.com/docs/Bus_Blaster > > > http://www.printfriendly.com/print/v2?url=http%3A%2F%2Fdangerousprototypes.com%2Fdocs%2FBus_Blaster > > For this kind of thing I'd use lxml to extract only the content and remove > the things I don't want such as table of contents: > > https://gist.github.com/2277731 > > [1] http://www.htmldoc.org/ > [2] http://lxml.de/ > > Cheers, > > Pedro > > -- > http://pedrokroger.net > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hyperneato at gmail.com Sun Apr 1 23:57:53 2012 From: hyperneato at gmail.com (Isaac) Date: Sun, 1 Apr 2012 17:57:53 -0400 Subject: [Baypiggies] django ownership question In-Reply-To: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> References: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> Message-ID: Your application users need to have read permission on all parent directories. I believe I once had a permission problem because the parent directory holding my application was not readable by my Apache user. On Sun, Apr 1, 2012 at 12:25 PM, wrote: > What is the standard or "best practice" with regard to ownership and > permissions regarding a django framework? > We have set up pathagar (1) (a django application) but are getting some > errors having to do with permissions and haven't been able to sort out > exactly why. > > Currently we have separate users: 'path' for the django files, and > apache2 is running as 'www-data'. We have added user www-data to the path > group and user path to the www-data group (and have set all group > permissions to the same as the owner permissions) but are still getting > permission errors when running one of the command line utilities. The > same command works fine if run as root. > > Should all the django framework files be owned by the apache run user? > > Any advice would be appreciated. > > alex > > 1. "The Pathagar OPDS Book Server (https://github.com/sayamindu/pathagar) > now runs on the Marvell DreamPlug plug server. This plug server has > built-in > Wi-Fi access point and can run on 12 volts DC. Very cool!" > To view the full post: > > https://plus.google.com/_/notifications/emlink?emrecipient=105869686236412461330&emid=CNi03vHWka8CFYUVQAodvXkAAA&path=%2F118336168615253613647%2Fposts%2FTg5PGbA5TYV%3Fgpinv%3DAMIXal9QDHblcc236FlGzSmtyeBtaujmab_7fccw4It5PGlv1PcoElPqf6JgznlyAvf7nu_vNlhPbiYPOlBQC3fLAitSSxHwlDRCAsgkc-xMKE2iSIK9aSU%26hl%3Den&dt=1333215532393 > > > > > > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > -------------- next part -------------- An HTML attachment was scrubbed... URL: From malcolm at hoprocker.net Mon Apr 2 04:31:57 2012 From: malcolm at hoprocker.net (malcolm) Date: Sun, 1 Apr 2012 19:31:57 -0700 Subject: [Baypiggies] django ownership question In-Reply-To: References: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> Message-ID: Afaik, you don't need read permissions, but you *do* need execute permissions (ability to navigate the tree). -m On Sun, Apr 1, 2012 at 2:57 PM, Isaac wrote: > Your application users need to have read permission on all parent > directories. I believe I once had a permission problem because the parent > directory holding my application was not readable by my Apache user. > > On Sun, Apr 1, 2012 at 12:25 PM, wrote: > >> What is the standard or "best practice" with regard to ownership and >> permissions regarding a django framework? >> We have set up pathagar (1) (a django application) but are getting some >> errors having to do with permissions and haven't been able to sort out >> exactly why. >> >> Currently we have separate users: 'path' for the django files, and >> apache2 is running as 'www-data'. We have added user www-data to the path >> group and user path to the www-data group (and have set all group >> permissions to the same as the owner permissions) but are still getting >> permission errors when running one of the command line utilities. The >> same command works fine if run as root. >> >> Should all the django framework files be owned by the apache run user? >> >> Any advice would be appreciated. >> >> alex >> >> 1. "The Pathagar OPDS Book Server (https://github.com/sayamindu/pathagar) >> now runs on the Marvell DreamPlug plug server. This plug server has >> built-in >> Wi-Fi access point and can run on 12 volts DC. Very cool!" >> To view the full post: >> >> https://plus.google.com/_/notifications/emlink?emrecipient=105869686236412461330&emid=CNi03vHWka8CFYUVQAodvXkAAA&path=%2F118336168615253613647%2Fposts%2FTg5PGbA5TYV%3Fgpinv%3DAMIXal9QDHblcc236FlGzSmtyeBtaujmab_7fccw4It5PGlv1PcoElPqf6JgznlyAvf7nu_vNlhPbiYPOlBQC3fLAitSSxHwlDRCAsgkc-xMKE2iSIK9aSU%26hl%3Den&dt=1333215532393 >> >> >> >> >> >> >> _______________________________________________ >> Baypiggies mailing list >> Baypiggies at python.org >> To change your subscription options or unsubscribe: >> http://mail.python.org/mailman/listinfo/baypiggies >> > > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > -------------- next part -------------- An HTML attachment was scrubbed... URL: From asheesh at asheesh.org Mon Apr 2 07:15:46 2012 From: asheesh at asheesh.org (Asheesh Laroia) Date: Mon, 02 Apr 2012 01:15:46 -0400 Subject: [Baypiggies] django ownership question In-Reply-To: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> References: <0425af6bf517e00c813baa917633cc0a.squirrel@webmail.sonic.net> Message-ID: <1333343613-sup-9813@rose.makesad.us> Excerpts from akleider's message of Sun Apr 01 12:25:59 -0400 2012: > What is the standard or "best practice" with regard to ownership and > permissions regarding a django framework? > We have set up pathagar (1) (a django application) but are getting some > errors having to do with permissions and haven't been able to sort out > exactly why. > > Currently we have separate users: 'path' for the django files, and > apache2 is running as 'www-data'. We have added user www-data to the path > group and user path to the www-data group (and have set all group > permissions to the same as the owner permissions) but are still getting > permission errors when running one of the command line utilities. The > same command works fine if run as root. The best practice, in my opinion, is to have the web server run the Django code as a chosen uesr ID (in your case, 'path'). This is fairly easy to do with e.g. mod_wsgi in daemon mode, the recommended way to run it. Then make sure the Django app's data paths (STATIC_FILES etc.) are owned by that user ID. Note that the Django "framework" (the .py files AKA Python modules that make it possible to run 'import django' from Python) do not need to be owned by anyone in particular. Make sure the runtime paths where your Django app will be writing data are owned by the app's user ID. Hope that helps! P.S. Hi Alex, nice to see you here! From erin.lynn.root at gmail.com Wed Apr 4 17:15:14 2012 From: erin.lynn.root at gmail.com (Lynn Root) Date: Wed, 4 Apr 2012 08:15:14 -0700 Subject: [Baypiggies] PyLadiesSF debut Message-ID: Hi all! Thank you to everyone that replied to my initial email about starting up PyLadies in San Francisco. We've finally launched, and have our first event, a hack night, on Saturday, April 28th at Klout. It's open to women, anyone who identifies as a woman, and their plus one (of any gender). Info here: http://www.meetup.com/PyLadiesSF/ While I haven't met a lot of you, I hope to see you there! Lynn Root -------------- next part -------------- An HTML attachment was scrubbed... URL: From cappy2112 at gmail.com Thu Apr 12 03:26:31 2012 From: cappy2112 at gmail.com (Tony Cappellini) Date: Wed, 11 Apr 2012 18:26:31 -0700 Subject: [Baypiggies] The Baypiggies meeting for April 2012 will be on April 19, instead of April 26th Message-ID: I'm sending this notice out early this month, so you have time to update your calendars and get all your iDevices synced to each other. Due to a conflict with Symantec's meeting room, they've asked us to move our meeting to the third Thursday this month. Our meeting will be on April 19th instead of April 26th. The main presentation is "Ipython: Python At Your fingertips", by Fernando Perez. There's still time to squeeze in a Newbie Nugget. If anyone has a topic they would like to Nuggetize, please post a message to the list. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From glen at glenjarvis.com Thu Apr 12 07:20:07 2012 From: glen at glenjarvis.com (Glen Jarvis) Date: Wed, 11 Apr 2012 22:20:07 -0700 Subject: [Baypiggies] Python Ncurses menu documentation Message-ID: I've found Python bindings for ncurses. http://docs.python.org/library/curses.html I've played and gotten panels to work as well as the typical curses. http://docs.python.org/library/curses.panel.html#module-curses.panel However, what I need is the menu library: http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/menus.html For the life of me, I can't find this in the Python standard library. Could someone help me confirm that this is missing from the standard library, or point me in the right direction to find it? Cheers, Glen -- Things which matter most must never be at the mercy of things which matter least. -- Goethe -------------- next part -------------- An HTML attachment was scrubbed... URL: From nad at acm.org Thu Apr 12 09:05:06 2012 From: nad at acm.org (Ned Deily) Date: Thu, 12 Apr 2012 00:05:06 -0700 Subject: [Baypiggies] Python Ncurses menu documentation References: Message-ID: In article , Glen Jarvis wrote: > I've found Python bindings for ncurses. > > http://docs.python.org/library/curses.html > > I've played and gotten panels to work as well as the typical curses. > > http://docs.python.org/library/curses.panel.html#module-curses.panel > > However, what I need is the menu library: > > http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/menus.html > > For the life of me, I can't find this in the Python standard library. Could > someone help me confirm that this is missing from the standard library, or > point me in the right direction to find it? >From the Python source, in Modules/_cursesmodule.c: /* [...] Here's a list of currently unsupported functions: [...] Menu extension (ncurses and probably SYSV): current_item free_item free_menu item_count item_description item_index item_init item_name item_opts item_opts_off [...] */ There's a dormant patch here: http://bugs.python.org/issue1723038 There's no chance of it getting applied to Python 2 but, if someone updated it for Python 3.x, there's a good chance it would be applied there. -- Ned Deily, nad at acm.org From fperez.net at gmail.com Fri Apr 13 03:11:09 2012 From: fperez.net at gmail.com (Fernando Perez) Date: Thu, 12 Apr 2012 18:11:09 -0700 Subject: [Baypiggies] The Baypiggies meeting for April 2012 will be on April 19, instead of April 26th In-Reply-To: References: Message-ID: On Wed, Apr 11, 2012 at 6:26 PM, Tony Cappellini wrote: > The main presentation is "Ipython: Python At Your fingertips", by Fernando > Perez. Truth in advertising: I'll be more or less presenting the same talk I gave at PyCon 2012, in case you already saw it and would rather not get a repeat. Obviously we can have a discussion on any and all aspects of IPython, but the 'official' talk (~30 minutes) will be the same material I presented already. Sorry if this disappoints you, but I've had a mad month of talks and I don't have the time right now to write a new one from scratch. Cheers, f From keith at dartworks.biz Sat Apr 14 00:46:24 2012 From: keith at dartworks.biz (Keith Dart) Date: Fri, 13 Apr 2012 15:46:24 -0700 Subject: [Baypiggies] Python Ncurses menu documentation In-Reply-To: References: Message-ID: <20120413154624.5760ad48@dartworks.biz> On Thu, 12 Apr 2012 00:05:06 -0700 Ned Deily wrote: > Here's a list of currently unsupported functions: You might be interested in urwid. http://excess.org/urwid/ I don't know if it has menus already, but I'm pretty sure they could be added easily. -- -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Keith Dart public key: ID: 19017044 ===================================================================== From fperez.net at gmail.com Tue Apr 17 22:20:02 2012 From: fperez.net at gmail.com (Fernando Perez) Date: Tue, 17 Apr 2012 13:20:02 -0700 Subject: [Baypiggies] All of the PyData videos are now up at the Marakana site Message-ID: Hi folks, A number of you expressed interest in attending the PyData workshop last month and unfortunately we had very tight space restrictions. But thanks to the team at Marakana, who pitched in and were willing to film, edit and post videos for many of the talks, you can access them all here: http://marakana.com/s/2012_pydata_workshop,1090/index.html They are in 720p so you can actually read the terminals, though I think you have to click the YouTube link to be able to change the resolution. Enjoy! f From spmcinerney at hotmail.com Tue Apr 17 23:58:38 2012 From: spmcinerney at hotmail.com (Stephen McInerney) Date: Tue, 17 Apr 2012 14:58:38 -0700 Subject: [Baypiggies] FYI: Creative Commons Licenses overview, Wed Apr 18, 7pm, Cogswell College, Sunnyvale Message-ID: FYI this may be of interest to some of you: Creative Commons Licenses with Jessica Coates from Creative Commons http://www.workit.com/events/event_pop.cfm?event_id=78477 RSVP (free): http://www.cogswellcollege.eventbrite.com Entire lecture series "Sharing and Protecting Your Creative Work" http://www.cogswell.edu/academics/spring-lecture-series-2012.php Stephen -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbc at unc.edu Wed Apr 18 22:40:59 2012 From: cbc at unc.edu (Chris Calloway) Date: Wed, 18 Apr 2012 16:40:59 -0400 Subject: [Baypiggies] Django Fundamentals Bootcamp Message-ID: <4F8F26DB.1080106@unc.edu> Triangle Python Users Group (http://trizpug.org) members Caktus Consulting Group announce Django Fundamentals Bootcamp, a two day beginners course for anyone who wants to learn the basics of building a Django web application. Designed for developers with basic programming experience, this course will provide you with the essentials needed to build and develop a simple Django application in a hands-on and interactive setting. The training will focus on the construction of a crossword drill application to illustrate Django?s architecture and ecosystem. Django Fundamentals Bootcamp takes place Saturday June 9 and Sunday June 10, 2012 at Caktus, 209 Lloyd St, Carrboro, NC. Tickets are $400 for the early bird special until (May 7), $550 thereafter, and include coffee, drinks, snacks, and two lunches. For more information visit: http://www.caktusgroup.com/events/details/django-fundamentals-bootcamp/ -- Sincerely, Chris Calloway http://nccoos.org/Members/cbc office: 3313 Venable Hall phone: (919) 599-3530 mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599 From simeonf at gmail.com Thu Apr 19 00:11:43 2012 From: simeonf at gmail.com (Simeon Franklin) Date: Wed, 18 Apr 2012 15:11:43 -0700 Subject: [Baypiggies] Django Fundamentals Bootcamp In-Reply-To: <4F8F26DB.1080106@unc.edu> References: <4F8F26DB.1080106@unc.edu> Message-ID: Chris that looks like a fun two days! If anybody is looking for a Django course on the west coast I teach a 4 day Django course aimed at bringing newbie Django developers up to speed on essential tools and the many important parts of the framework that the Django tutorial doesn't cover. See http://marakana.com/training/python/pro_django.html for details. -regards Simeon Franklin On Wed, Apr 18, 2012 at 1:40 PM, Chris Calloway wrote: > Triangle Python Users Group (http://trizpug.org) members Caktus > Consulting Group announce Django Fundamentals Bootcamp, a two day beginners > course for anyone who wants to learn the basics of building a Django web > application. Designed for developers with basic programming experience, > this course will provide you with the essentials needed to build and > develop a simple Django application in a hands-on and interactive setting. > The training will focus on the construction of a crossword drill > application to illustrate Django?s architecture and ecosystem. > > Django Fundamentals Bootcamp takes place Saturday June 9 and Sunday June > 10, 2012 at Caktus, 209 Lloyd St, Carrboro, NC. Tickets are $400 for the > early bird special until (May 7), $550 thereafter, and include coffee, > drinks, snacks, and two lunches. For more information visit: > > http://www.caktusgroup.com/**events/details/django-** > fundamentals-bootcamp/ > > -- > Sincerely, > > Chris Calloway http://nccoos.org/Members/cbc > office: 3313 Venable Hall phone: (919) 599-3530 > mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599 > ______________________________**_________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/**mailman/listinfo/baypiggies > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagappan at gmail.com Thu Apr 19 02:08:52 2012 From: nagappan at gmail.com (Nagappan Alagappan) Date: Wed, 18 Apr 2012 17:08:52 -0700 Subject: [Baypiggies] Announce: Windows version of LDTP - GUI test automation tool Message-ID: Hello, I'm excited to announce Windows version of Linux Desktop Testing Porject (WinLDTP) !!! Special thanks: VMware Inc permitting me to open source my work VMware Desktop Engineering QE team to test it extensively David Connet for creating the WinLDTP installer Existing LDTP API's are compatible with WinLDTP, if there is any mismatch then we have to fix it ;-) About LDTP: Linux Desktop Testing Project is aimed at producing high quality test automation framework (using GNOME / Python) and cutting-edge tools that can be used to test Linux Desktop and improve it. It uses the Accessibility libraries to poke through the application's user interface. We strive to help in building a quality desktop. Download source: https://github.com/ldtp/winldtp Download binary (Windows XP / Windows 7): http://download.freedesktop.org/ldtp/winldtp-latest/WinLDTP.msi System requirement: .NET 3.5, refer README.txt after installation Documentation references: For detailed information on LDTP framework and latest updates visit http://ldtp.freedesktop.org For information on various APIs in LDTP including those added for this release can be got from http://ldtp.freedesktop.org/user-doc/index.html Report bugs - http://ldtp.freedesktop.org/wiki/Bugs To subscribe to LDTP mailing lists, visit http://ldtp.freedesktop.org/wiki/Mailing_20list IRC Channel - #ldtp on irc.freenode.net Thanks Nagappan -- Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagappan at gmail.com Thu Apr 19 06:56:22 2012 From: nagappan at gmail.com (Nagappan Alagappan) Date: Wed, 18 Apr 2012 21:56:22 -0700 Subject: [Baypiggies] Announce: Windows version of LDTP - GUI test automation tool In-Reply-To: References: Message-ID: Hello, Had a discussion with Tony and based on that I would like to present this topic by May '12, if there is any interest on this topic. Please +1 if you are interested. Linux version code is completely in Python Windows server version is in C# and client version is in Python We @VMware using both of them and we are able to reuse the code 95% between these two platforms for GUI automation. During my last talk more than 6 months back, I presented the Linux version, this time I would like to present Windows version and probably compare it with Linux one. Thanks Nagappan On Wed, Apr 18, 2012 at 5:08 PM, Nagappan Alagappan wrote: > Hello, > > I'm excited to announce Windows version of Linux Desktop Testing Porject > (WinLDTP) !!! > > Special thanks: > VMware Inc permitting me to open source my work > VMware Desktop Engineering QE team to test it extensively > David Connet for creating the WinLDTP installer > > Existing LDTP API's are compatible with WinLDTP, if there is any mismatch > then we have to fix it ;-) > > About LDTP: > > Linux Desktop Testing Project is aimed at producing high quality test > automation framework (using GNOME / Python) and cutting-edge tools that can > be used to test Linux Desktop and improve it. It uses the Accessibility > libraries to poke through the application's user interface. We strive to > help in building a quality desktop. > > Download source: https://github.com/ldtp/winldtp > > Download binary (Windows XP / Windows 7): > http://download.freedesktop.org/ldtp/winldtp-latest/WinLDTP.msi > System requirement: .NET 3.5, refer README.txt after installation > > Documentation references: > > For detailed information on LDTP framework and latest updates visit > http://ldtp.freedesktop.org > > For information on various APIs in LDTP including those added for this > release can be got from http://ldtp.freedesktop.org/user-doc/index.html > > Report bugs - http://ldtp.freedesktop.org/wiki/Bugs > > To subscribe to LDTP mailing lists, visit > http://ldtp.freedesktop.org/wiki/Mailing_20list > > IRC Channel - #ldtp on irc.freenode.net > > Thanks > Nagappan > > -- > Linux Desktop (GUI Application) Testing Project - > http://ldtp.freedesktop.org > http://nagappanal.blogspot.com > -- Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From cappy2112 at gmail.com Thu Apr 19 23:48:44 2012 From: cappy2112 at gmail.com (Tony Cappellini) Date: Thu, 19 Apr 2012 14:48:44 -0700 Subject: [Baypiggies] Baypiggies meeting tonight- SPECIAL NIGHT Message-ID: This shouldn't be news to anyone, ... Our meeting which is regularly scheduled for the fourth Thursday has been rescheduled to tonight, April 19th. This is a one-time change. Our main presenter is Fernando Perez: IPython: Python at your fingertips Fernando will essentially be repeating his presentation from Pycon 2012. If you were unable to see his presentation then, you have another chance tonight. We do not have any newbie nugget presenters for tonight. If you have a slide or two ready and want to squeeze in a nugget at the last minute, please bring your material tonight. For directions, and meeting info, the Baypiggies webpage is at http://www.baypiggies.net/ I have one copy of http://www.amazon.com/Python-Applications-Programming-Edition-Series/dp/0132678209to raffle off. If Wesley will be at the meeting tonight, the lucky winner can have the book autographed by him. See you tonight! -------------- next part -------------- An HTML attachment was scrubbed... URL: From wescpy at gmail.com Fri Apr 20 02:18:37 2012 From: wescpy at gmail.com (wesley chun) Date: Thu, 19 Apr 2012 17:18:37 -0700 Subject: [Baypiggies] Baypiggies meeting tonight- SPECIAL NIGHT In-Reply-To: References: Message-ID: i'd *love* to come, but i have babysitting duties tonight (already on the calendar before this month's announcement), unless i bring the kids... maybe i'll just swing by with them for the first part, then take off when they're "bore" or when the batteries on my phones run out. :P cheers, --wesley On Thu, Apr 19, 2012 at 2:48 PM, Tony Cappellini wrote: > > This shouldn't be news to anyone, ... > > Our meeting which is regularly scheduled for the fourth Thursday has been > rescheduled to tonight, April 19th. > This is a one-time change. > > Our main presenter is Fernando Perez: IPython: Python at your fingertips > Fernando will essentially be repeating his presentation from Pycon 2012. > If you were unable to see his presentation then, you have another chance > tonight. > > We do not have any newbie nugget presenters for tonight. > If you have a slide or two ready and want to squeeze in a nugget at the last > minute, > please bring your material tonight. > > For directions, and meeting info, the Baypiggies webpage is at > http://www.baypiggies.net/ > > I have one copy of > http://www.amazon.com/Python-Applications-Programming-Edition-Series/dp/0132678209 > to raffle off. > > If Wesley will be at the meeting tonight, the lucky winner can have the book > autographed by him. > > See you tonight! -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." ? ? wesley chun : wescpy at gmail?: @wescpy/+wescpy ? ? Python training & consulting :?http://CyberwebConsulting.com ? ? "Core Python" books :?http://CorePython.com ? ? Python blog: http://wescpy.blogspot.com From wescpy at gmail.com Fri Apr 20 05:08:00 2012 From: wescpy at gmail.com (wesley chun) Date: Thu, 19 Apr 2012 20:08:00 -0700 Subject: [Baypiggies] Baypiggies meeting tonight- SPECIAL NIGHT In-Reply-To: References: Message-ID: nope, couldn't make it due to logistics. hopefully i can make it to next month's meeting where i'd be glad sign it for whomever wins the drawing. it would be great to get some feedback on the book as well, to help improve it for the next edition. --wesley On Thu, Apr 19, 2012 at 5:18 PM, wesley chun wrote: > i'd *love* to come, but i have babysitting duties tonight (already on > the calendar before this month's announcement), unless i bring the > kids... maybe i'll just swing by with them for the first part, then > take off when they're "bore" or when the batteries on my phones run > out. :P > > cheers, > --wesley > > > On Thu, Apr 19, 2012 at 2:48 PM, Tony Cappellini wrote: >> >> This shouldn't be news to anyone, ... >> >> Our meeting which is regularly scheduled for the fourth Thursday has been >> rescheduled to tonight, April 19th. >> This is a one-time change. >> >> Our main presenter is Fernando Perez: IPython: Python at your fingertips >> Fernando will essentially be repeating his presentation from Pycon 2012. >> If you were unable to see his presentation then, you have another chance >> tonight. >> >> We do not have any newbie nugget presenters for tonight. >> If you have a slide or two ready and want to squeeze in a nugget at the last >> minute, >> please bring your material tonight. >> >> For directions, and meeting info, the Baypiggies webpage is at >> http://www.baypiggies.net/ >> >> I have one copy of >> http://www.amazon.com/Python-Applications-Programming-Edition-Series/dp/0132678209 >> to raffle off. >> >> If Wesley will be at the meeting tonight, the lucky winner can have the book >> autographed by him. >> >> See you tonight! > > > -- > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > "A computer never does what you want... only what you tell it." > ? ? wesley chun : wescpy at gmail?: @wescpy/+wescpy > ? ? Python training & consulting :?http://CyberwebConsulting.com > ? ? "Core Python" books :?http://CorePython.com > ? ? Python blog: http://wescpy.blogspot.com -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." ? ? wesley chun : wescpy at gmail?: @wescpy/+wescpy ? ? Python training & consulting :?http://CyberwebConsulting.com ? ? "Core Python" books :?http://CorePython.com ? ? Python blog: http://wescpy.blogspot.com From cappy2112 at gmail.com Sat Apr 21 00:02:59 2012 From: cappy2112 at gmail.com (Tony Cappellini) Date: Fri, 20 Apr 2012 15:02:59 -0700 Subject: [Baypiggies] OSCON 2012 registration discount from O'REILLY Message-ID: ============================== ==== UG Discount: Save 20% ================================== Registration for OSCON 2012 is now open. User group leaders (and members) can save 20% on any OSCON pass by using discount code OS12UG when they register at: http://post.oreilly.com/rd/9z1zg7p05cavfevustrf9uget0bo5lqo23qnd1oo8so -------------- next part -------------- An HTML attachment was scrubbed... URL: From cappy2112 at gmail.com Fri Apr 27 06:33:59 2012 From: cappy2112 at gmail.com (Tony Cappellini) Date: Thu, 26 Apr 2012 21:33:59 -0700 Subject: [Baypiggies] Python Anywhere Message-ID: Do any of you use this service? http://www.pythonanywhere.com/ If so- would you briefly mention what you use it for? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.berthelot at gmail.com Fri Apr 27 06:44:42 2012 From: david.berthelot at gmail.com (David Berthelot) Date: Thu, 26 Apr 2012 21:44:42 -0700 Subject: [Baypiggies] Python Anywhere In-Reply-To: References: Message-ID: I don't use it but the technology demonstration seems cool. It seems they target people that keep changing computers while always being connected to internet. I don't see a use for myself since I simply bring my laptop with me and I can keep coding with or without internet connection. But may be in the 3rd world or in poor countries where people don't own a laptop it can make a difference, although I don't really know much about the topic. On Thu, Apr 26, 2012 at 9:33 PM, Tony Cappellini wrote: > > Do any of you use this service? > > http://www.pythonanywhere.com/ > > If so- would you briefly mention what you use it for? > > Thanks > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan_delucchi at onsrc.com Fri Apr 27 08:15:12 2012 From: ryan_delucchi at onsrc.com (Ryan Delucchi) Date: Thu, 26 Apr 2012 23:15:12 -0700 Subject: [Baypiggies] Python Anywhere In-Reply-To: References: Message-ID: Actually, I *love* this idea! As I tend to use my personal laptop at home, take the BART to work (with my iPad), and use a different machine at work. It would be awesome to just crack open some Python code in a web-browser, write a few functions and have them go live on the site all without using any other tools. The whole "just write code" deal without any configuration has tremendous appeal for me. I'd argue that this is also great for someone like me who has limited time for recreational programming and would like to just cut out all the configuration stuff to maximize coding time and be able to quickly do some coding tasks from any machine. I actually haven't heard of this so I will definitely have to try it out. Ryan On Apr 26, 2012, at 9:44 PM, David Berthelot wrote: > I don't use it but the technology demonstration seems cool. > It seems they target people that keep changing computers while always being connected to internet. I don't see a use for myself since I simply bring my laptop with me and I can keep coding with or without internet connection. But may be in the 3rd world or in poor countries where people don't own a laptop it can make a difference, although I don't really know much about the topic. > > On Thu, Apr 26, 2012 at 9:33 PM, Tony Cappellini wrote: > > Do any of you use this service? > > http://www.pythonanywhere.com/ > > If so- would you briefly mention what you use it for? > > Thanks > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies -------------- next part -------------- An HTML attachment was scrubbed... URL: From ashish.makani at gmail.com Fri Apr 27 10:10:05 2012 From: ashish.makani at gmail.com (ashish makani) Date: Fri, 27 Apr 2012 13:40:05 +0530 Subject: [Baypiggies] Python Anywhere In-Reply-To: References: Message-ID: This was on HN a few days ago http://news.ycombinator.com/item?id=3876008 On Fri, Apr 27, 2012 at 11:45 AM, Ryan Delucchi wrote: > Actually, I *love* this idea! > > As I tend to use my personal laptop at home, take the BART to work (with > my iPad), and use a different machine at work. > It would be awesome to just crack open some Python code in a web-browser, > write a few functions and have them go live on the site all without using > any other tools. The whole "just write code" deal without any > configuration has tremendous appeal for me. I'd argue that this is also > great for someone like me > who has limited time for recreational programming and would like to just > cut out all the configuration stuff to maximize coding time and be able to > quickly do some > coding tasks from any machine. > > I actually haven't heard of this so I will definitely have to try it out. > > Ryan > > On Apr 26, 2012, at 9:44 PM, David Berthelot wrote: > > I don't use it but the technology demonstration seems cool. > It seems they target people that keep changing computers while always > being connected to internet. I don't see a use for myself since I simply > bring my laptop with me and I can keep coding with or without internet > connection. But may be in the 3rd world or in poor countries where people > don't own a laptop it can make a difference, although I don't really know > much about the topic. > > On Thu, Apr 26, 2012 at 9:33 PM, Tony Cappellini wrote: > >> >> Do any of you use this service? >> >> http://www.pythonanywhere.com/ >> >> If so- would you briefly mention what you use it for? >> >> Thanks >> >> _______________________________________________ >> Baypiggies mailing list >> Baypiggies at python.org >> To change your subscription options or unsubscribe: >> http://mail.python.org/mailman/listinfo/baypiggies >> > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > > > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > http://mail.python.org/mailman/listinfo/baypiggies > -------------- next part -------------- An HTML attachment was scrubbed... URL: