Django on Google App Engine via SQL (not nonrel)

2010-10-26 Thread wesley chun
an option for users! Best regards, -Wesley Chun, Guido van Rossum, and Sean Lynch, Google App Engine team - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice Hall, (c)2007,2001 "Python Fundamentals", Prentice Hall, (c)2009 h

Re: AttributeError: module 'object' has no attribute events

2011-01-04 Thread Wesley Chun
+1 that this is not the correct list for you. before you go elsewhere, below are similar errors that i'm not sure if this is related to your situation, but it may help: http://www.google.com/search?q=appengine+OR+"app+engine"+"AttributeError:+'module'+object+has+no+attribute" http://code.google.c

Re: Python Web Development with Django by Wesley Chun

2012-05-24 Thread wesley chun
y ps. please give credit where credit is due... i was the tertiary author of this book. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it."     wesley chun : wescpy at gmail : @wescpy/+wescpy     Python training &

[Edu-sig] ANN: Advanced Python training course, Nov 8-10, San Francisco

2006-10-11 Thread wesley chun
Come join us in beautiful Northern California for another rigorous Python training event taught by software engineer, "Core Python Programming" author, and technical instructor, Wesley Chun. This course will take place in San Bruno right near the San Francisco International Airport at th

[Edu-sig] ANN: Python training course, Feb 7-9, San Francisco

2007-01-12 Thread wesley chun
FINAL REMINDER... we still have some seats left! What: (Intensive) Intro to Python When: February 7-9, 2007 Where: San Francisco (SFO/San Bruno), CA, USA Web:http://cyberwebconsulting.com (click "Python Training" link) Need to get up-to-speed with Python as quickly as possible? Come join

Re: [Edu-sig] [PyCON-Organizers] Interest in Newby lecture at PyCon?

2007-01-31 Thread wesley chun
On 1/31/07, Vern Ceder <[EMAIL PROTECTED]> wrote: > I don't know if we would have the newbies around who would benefit from > the presentation, but I would be interested in getting at least an > overview of your presentation. > > Is there any interest in having that sort of presentation be one of t

[Edu-sig] [ANN] Python courses this Spring

2007-03-22 Thread wesley chun
I'll be giving a variety of Python courses this Spring. Daytime courses are for visitors and locals who need Python training in the shortest amount of time possible via consecutive workdays. Python is certainly gaining momentum as our February course filled up completely! Although I had planned

[Edu-sig] [ANN] May 2008 Python course

2008-04-01 Thread wesley chun
* apologies if you receive cross-posted duplicates * FINAL REMINDER Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's well-received "Core Python Programming," for another comprehensive intro course next month in bea

[Edu-sig] [ANN] final 2008 Python courses, San Francisco

2008-09-05 Thread wesley chun
*** will also X-post to CLP so apologies in advance for duplicates *** Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python Programming," for another comprehensive intro course plus a 1-day Inter

[Edu-sig] [ANN] upcoming Python education events (Apr-Jul)

2009-04-16 Thread wesley chun
i'm doing 3 Python knowledge/education events within the next few months. 1. APRIL: O'Reilly/Safari Books Online "What is Python?" webcast (FREE to all) http://www.safaribooksonline.com/events/WhatIsPython.html 2. JUNE: Comprehensive Introduction to Python (3-day training course in San Francisco

[Edu-sig] Significant drop in CS interest in high schools

2009-08-27 Thread wesley chun
AP CS Courses (and Students) on the Decline, CSTA Survey Finds This spring, the 2009 CSTA National Secondary Computer Science Survey collected responses from some 1,100 high school Computer Science teachers. The results: only 65 percent reported that their schools offer introductory or pre-AP Comp

Re: [Edu-sig] ANN: Intro+Intermediate Python course, SF, Oct 18-20

2011-09-27 Thread wesley chun
** FINAL CALL ** http://sfbay.craigslist.org/sfc/cls/2495963854.html significant discount for primary/secondary teachers. -- Forwarded message -- From: wesley chun Date: Mon, Jul 25, 2011 at 12:32 PM Subject: ANN: Intro+Intermediate Python course, SF, Oct 18-20 Need to get up

[Edu-sig] Computer Science Education Week (2012 Dec 9-13)

2012-10-18 Thread wesley chun
oes what you want... only what you tell it." +wesley chun : wescpy at gmail : @wescpy Python training & consulting : http://CyberwebConsulting.com "Core Python" books : http://CorePython.com Python blog: http://wescpy.blogspot.com ___

Re: [Europython-improve] EuroPython needs you!

2010-07-15 Thread wesley chun
On Wed, Jul 14, 2010 at 11:27 AM, John Pinner wrote: > On 14 July 2010 13:58, Jonathan Hartley wrote: >> Hey folks, >> >> Wesley Chun has a couple of questions I have no idea what the answers are. >> Any takers? >> >> >> >> On 13/07/2010 01:34

Re: [google-appengine] pickle problems - ImportError: No module named __builtin__

2009-12-17 Thread Wesley Chun
scott, how is the variable 'path' created? since App Engine executes in a restricted environment, you may not have access to the necessary files. a call to os.path.join() should have a flavor of os.path.join(os.path.dirname(__file__), ... pickle should be pretty much as you would expect except th

Re: [google-appengine] Text object - contains

2009-12-17 Thread Wesley Chun
greetings nathan! so, if you were wondering whether you were getting mixed messages from nick and tim... *both* of them are "right." you cannot perform a query on a TextProperty because they are not searchable (as per tim), but if you've already retrieved your object out of the datastore, as nick

Re: [google-appengine] Noob: Python or Java???

2009-12-21 Thread Wesley Chun
> Presumably I can put Python or Java code up on the Google "GAE server" > roughly akin to ColdFusion&IIS while BigTable equates to MySql (albeit > non-relational etc). greetings! your assessment is fairly accurate. you will build a complete application (web or otherwise) in Python or Java, then u

Re: [google-appengine] Re: Zero (0) is not being printed on screen with self.response.out.write

2009-12-22 Thread Wesley Chun
greetings! i've read your messages and would like to find out more about what you are trying to do. i will try to help anyway, based on what you have written so far. if you are explicitly writing out a response as text/plain, you still need to write out a string, regardless of the value. you menti

Re: [google-appengine] groc module

2009-12-28 Thread Wesley Chun
greetings peter! you shouldn't need to mess with the PYTHONPATH variable as that should be set for you when you install the SDK. how are you running appcfg.py? it automagically amends Python's path internally to give you access to all of App Engine's modules. in particular, in your traceback dump

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
ok, well that's good to know that it's still there. i'm kinda of stumped too. can you try one thing for me? 1) undo the manual setting of PYTHONPATH and "echo $PYTHONPATH" 2) "echo $PATH" so we can see what you're accessing 3) run appcfg.py by itself with no args post your results here. just a mi

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
hmmm, i'm kind of at a loss on this one. i am a little bit suspicious at the Python 3.1 though, esp. since it shows up at the beginning of your path. what happens when you type "env python" into your shell? also, what shows up when you do "which python"? does anyone else out there in the cloud use

Re: [google-appengine] How to send massive emails and avoid being suspended?

2009-12-28 Thread Wesley Chun
greetings! the email service we provide is exactly as you have stated. there is a daily quota, and an additional quota for billed customers. unfortunately, it is not under our control as to whether or not your messages are marked as abuse -- that is up to each internet provider which hosts inbox r

Re: [google-appengine] Cannot redirect

2009-12-28 Thread Wesley Chun
greetings! how are you calling into your code? based on the code you posted below, it does not look like it will even compile. (there is an extra ")" at the end of your class definition.) also, you have created a post() method. did you invoke your application using POST (or GET)? if the latter, t

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
peter, i have no doubts that your Python 2.6 is working via the cmd-line. i'm just not convinced that your App Engine code is executing that same version. robert will know this as well, but it is a well-known problem users installing/upgrading Python on a Mac. it's even hard to Google for, but he

Re: [google-appengine] What is the point of the PostalAddressProperty?

2009-12-29 Thread Wesley Chun
greetings! as far as i know, and please correct me if i'm wrong here, you can indeed just use a StringProperty if you wish. however, you can think of PostalAddressProperty as more of a "classification" as far as what *type* of string it is (sort of like metadata). it is also useful for interfacin

Re: [google-appengine] Re: I'm interested to know more about cloud storage free trail under$300

2020-07-20 Thread wesley chun
for any >> charges after i consume the services under that package?. will i have a >> stop point that allows me to stop using the paid services? >> >> My intention is to avoid any kind of charges, and continue with free >> trail to experience the cloud storage.

Re: [google-appengine] Re: App Engine doesn't downscale when CPU utilisation is below target_utilization

2020-07-20 Thread wesley chun
cation with >>> apache server in gcp app engine..is it possible?..if so please forward any >>> reference documents..thank you >>> >> -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it.&qu

Re: [google-appengine] Re: GCP Access

2020-07-22 Thread wesley chun
loper to be able to upload or is there a way >> of giving the developer access to the account that I have created ? > > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy &

Re: [google-appengine] Receiving data from Google Cloud

2020-08-14 Thread wesley chun
- - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advocate at Google Cloud by day; at night... Python training & consu

Re: [google-appengine] Receiving data from Google Cloud

2020-08-14 Thread wesley chun
loud storage or cloud data store. > Suppose I received data on app engine from raspberry pi and I perform some > calculation and want to return that data. Is this possible? > On Sat, 15 Aug 2020 at 6:45 AM, wesley chun wrote: > >> While App Engine will serve your needs, based on what

Re: [google-appengine] Receiving data from Google Cloud

2020-08-15 Thread wesley chun
t;> Engine is for serverless app-hosting in the cloud, and Cloud Run is for >> serverless container-hosting in the cloud. >> >> >> On Fri, Aug 14, 2020 at 6:22 PM Vishnu U wrote: >> >>> >>> But my source of data is not any cloud storage or cloud da

Re: [google-appengine] Receiving data from Google Cloud

2020-08-17 Thread wesley chun
ine would then >>>> be better. Cloud Functions is for serverless unction-hosting in the cloud, >>>> App Engine is for serverless app-hosting in the cloud, and Cloud Run is for >>>> serverless container-hosting in the cloud. >>>> >>>> >>

Re: [google-appengine] "Google Cloud API" was not in in "Adding credentials to the project".

2020-08-22 Thread wesley chun
ogle Cloud API" was not an option in > "Adding credentials to the project". - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Softw

Re: [google-appengine] Re: Obtaining refresh_token through offline_access scope to be used with IAP

2020-09-01 Thread wesley chun
use you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/g

Re: [google-appengine] Re: Obtaining refresh_token through offline_access scope to be used with IAP

2020-09-02 Thread wesley chun
es with self-signing a new JWT token with the exp > timestamp updated, > > thanks! > > On Wed, Sep 2, 2020 at 3:26 AM wesley chun wrote: > >> Hi, I may not be correct in my understanding but believe that refresh >> tokens are only used in cases where you're using OAut

Re: [google-appengine] Can we create a billing account without turning on the free $300/90 days credit?

2020-09-14 Thread wesley chun
%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architec

Re: [google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-09-17 Thread wesley chun
>> dev_appserver.py app.yaml >> ERROR: (dev_appserver) python2: command not found >> >> I installed google-cloud-sdk using brew with: brew cask install >> google-cloud-sdk. >> >> As of now, my only requirement for my app is GAE and datastore and I am >>

Re: [google-appengine] Can we create a billing account without turning on the free $300/90 days credit?

2020-09-17 Thread wesley chun
5cbdn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architec

Re: [google-appengine] Google App Engine code not updated after deployment

2020-10-28 Thread wesley chun
ppengine/95f60db1-c6f4-4c9d-ab9a-16da049d3c5dn%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/95f60db1-c6f4-4c9d-ab9a-16da049d3c5dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Re: [google-appengine] Re: import 2nd library

2020-11-11 Thread wesley chun
egroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/02857814-1a89-4d13-b0cb-eaa593e2dba9n%40googlegroups.com >> <https://groups.google.com/d/msgid/google-appengine/02857814-1a89-4d13-b0cb-eaa593e2dba9n%40googlegroups.co

Re: [google-appengine] Re: Python App

2020-11-30 Thread wesley chun
40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/294a84ea-b75f-43d4-a9bf-be5304612fd8n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun ::

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread wesley chun
this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/f09a677a-7f5e-424f-bcfb-5ddd5b7ead78n%40googlegroups.com > <https://groups.google.c

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-12-03 Thread wesley chun
Thanks for the feedback... I see you're referring to the NOTE sidebar here , correct? Is your request to have a similar note placed on the Cloud Console page to disable their App Engine apps

Re: [google-appengine] Google Translate API & Permissions

2020-12-04 Thread wesley chun
> "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/96693B33-8943-4948-8444-7F9ABAAAB70D%40gmail.com > <https:/

Re: [google-appengine] Re: Need Assistance to select product

2021-03-29 Thread wesley chun
t; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/dd0e0d39-8159-47d5-8810-afbcf2b8f8ffn%40googlegroups.c

[google-appengine] More migration resources

2021-04-14 Thread wesley chun
oming soon from the App Engine team. Best regards, --Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Deve

Re: [google-appengine] Re: GAE Microservices

2021-04-27 Thread wesley chun
ing Firebase ? >>> >>> Appreciate the input. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an >

Re: [google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread wesley chun
roups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/eeeaee50

Re: [google-appengine] Google Translate API & Permissions

2021-05-07 Thread wesley chun
ed me to type an email > address. And I eventually figured out that it wanted the email address of > the service account. But for the life of me, I can't find that now. > > You need to write a how-to for giving an app engine app permission to > access an API. Or if such a

Re: [google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-05-12 Thread wesley chun
t;>>>> project. >>>>> >>>>> >>>>> >>>>> On Thursday, April 29, 2021 at 10:14:18 AM UTC-4 >>>>> qqua...@protonmail.com wrote: >>>>> >>>>>> Where can you run GAE application built with

Re: [google-appengine] Re: I can´t delete my Google Cloud account I used App Engine "for free"

2021-05-29 Thread wesley chun
groups.com > <https://groups.google.com/d/msgid/google-appengine/6f0efd37-9749-4c67-92d4-f50e7e772169n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... o

[google-appengine] App Engine legacy bundled services private preview

2021-06-07 Thread wesley chun
ate preview, its documentation, and the announcements mailing list. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Eng

Re: [google-appengine] Re: Where is the APIs & auth menu?

2021-07-26 Thread wesley chun
- - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advocate at Google Cloud by day; at night... Python training & cons

Re: [google-appengine] Google Translate API & Permissions

2021-09-28 Thread wesley chun
May 8, 2021 at 6:09 AM Eric Hardy wrote: > Thank you Wesley. I appreciate your efforts. I want to spend more time > site building than wrestling with a cloud platform. I will follow the > above mentioned links to nut this out. > > On Sat, May 8, 2021 at 9:20 AM wesley chun

Re: [google-appengine] Re: Flask deployment

2021-10-05 Thread wesley chun
thamerica-northeast1:sam-edge-mysql' >> >> pool = create_engine( >> # Equivalent URL: >> >> # >> mysql+pymysql://:@/?unix_socket=/ >> engine.url.URL.create( >> drivername="mysql", >> username='root', >>

Re: [google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-11-01 Thread wesley chun
hat am I doing wrong here. >>> >>> Thanks, >>> Supratik >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-appengine+unsubscr...@googlegroup

[google-appengine] Updates from the Google App Engine team (Fall 2021)

2021-11-04 Thread wesley chun
deploy quickly, and autoscale as needed, just like what you're used to from App Engine. Providing a more complete serverless product suite that meets all your use cases and workloads is one of the goals of the Google Cloud serverless <http://cloud.google.com/serverless> team. -

[google-appengine] App Engine PHP developers… the Google Cloud team needs you!

2021-11-10 Thread wesley chun
he App Engine Subreddit. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advocate at Google <https://clo

Re: [google-appengine] Debugger in Python 3

2022-01-08 Thread wesley chun
er does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advocate at Google <https://cloud.google.com/developers/advocates/wesley-chun/> by day; at night: Core Python <http://amzn.com/dp/0132

Re: [google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-08 Thread wesley chun
tions to the latest language releases. Best regards, --Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advoc

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2022-01-08 Thread wesley chun
Also any updates from your side? Cheers, --Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer

Re: [google-appengine] Entities Not Visible in Developer Console

2022-02-27 Thread wesley chun
the upper-right corner to ensure you're logged into the correct account, or select the right one from there if you're not. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <

Re: [google-appengine] Entities Not Visible in Developer Console

2022-03-05 Thread wesley chun
e.com. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer Developer Advocate at Google <https://cloud.google.com/developers/advocates/we

[google-appengine] Curious about Cloud Functions or Cloud Run?

2022-03-23 Thread wesley chun
ite <https://gdg.community.dev/e/m8azyv>. Cheers, --Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software Architect & Engineer

[portland] ANN: Intro+Intermediate Python course, SF, May 10-12

2010-04-01 Thread wesley chun
nsive) Introduction to Python Mon-Wed, 2010 May 10-12, 9am-5pm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (COMPREHENSIVE) INTRO+INTERMEDIATE PYTHON Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's bestseller &q

Re: [portland] ANN: Intro+Intermediate Python course, SF, Oct 18-20

2011-09-27 Thread wesley chun
** FINAL CALL ** http://sfbay.craigslist.org/sfc/cls/2495963854.html -- Forwarded message -- From: wesley chun Date: Mon, Jul 25, 2011 at 12:32 PM Subject: ANN: Intro+Intermediate Python course, SF, Oct 18-20 Need to get up-to-speed with Python as quickly and as in-depth as

[portland] ANN: Intro+Intermediate Python, San Francisco, Aug 1-3

2012-05-10 Thread wesley chun
. probably around OSCON's timeframe. Hope to meet some of you soon! --Wesley Chun - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it."     wesley chun : wescpy at gmail : @wescpy/+wescpy     Python training &

Re: [portland] ANN: Intro+Intermediate Python, San Francisco, Aug 1-3

2012-07-12 Thread wesley chun
reach out to me directly with any questions and let other folks know who may be interested. much appreciated! --wesley On Thu, May 10, 2012 at 11:16 AM, wesley chun wrote: > Greetings! > > I'll be doing a(nother) hardcore Python course this summer near the San > Francisco ai

[portland] Fwd: ANN: Intro+Intermediate Python, San Francisco, Jul 30-31, Aug 1

2014-05-13 Thread wesley chun
... say around the end of June. Cheers, -- Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." +wesley chun <http://google.com/+WesleyChun> : wescpy at gmail : @wescpy<http://twitter.com/wescpy>

[Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-05-29 Thread wesley chun
hi, i'm looking to duplicate this string format operator '#' functionality with the new format(). here it is using the old string format operator: >>> i = 45 >>> 'dec: %d/oct: %o/hex: %X' % (i, i, i) # no "#" means no leading "0" >>> or "0x/X" 'dec: 45/oct: 55/hex: 2D' >>> 'dec: %d/oct:

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-05-29 Thread wesley chun
> wesley chun wrote: >> >> i have to resort to the uglier: >> >>> 'dec: {0}/oct: 0o{0:o}/hex: 0X{0:X}'.format(i) >> 'dec: 45/oct: 0o55/hex: 0X2D' [Nick Coghlan <[EMAIL PROTECTED]>]: > Is being explicit about the displayed prefix

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-05-29 Thread wesley chun
On 5/29/08, Eric Smith <[EMAIL PROTECTED]> wrote: > Marcin 'Qrczak' Kowalczyk wrote: > > Except that it works incorrectly for negative numbers. wow, that is a great point. i didn't think of this either. it makes it very inconvenient (see below) and makes it more difficult to say we've completed r

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-05-31 Thread wesley chun
>>> I'd be fine with adding '#' back to the formatting language for hex and oct. >> >> And bin, I assume? > > Of course. somewhat on-topic, can i hear from some of you as far as use-cases for oct() and hex() [plus bin()] in Python code? i find "%x" or "%o" (and its variants) sufficient in servin

Re: [Python-3000] Several days later: no windows installers for b3

2008-08-24 Thread wesley chun
>> No b3 installers for windows at http://www.python.org/download/releases/3.0/ > We know. Martin, who usually does the Windows installer, is on vacation. once they're ready and the page updated, also change the 1st sentence under "Download" to reflect beta (and future release candidate) status as

ANN: Python training, 2005 Aug 29-31, San Francisco

2005-08-18 Thread Wesley Chun
e-as-VB syntax which allows > for shorter development time and improved group collaboration. > > Need to get up-to-speed with Python as quickly as possible? Come join > us in beautiful Northern California the week before Labor Day. We are > proud to announce another rigorous Python training e

Re: Colorado Python seminar in November

2006-09-15 Thread wesley chun
in parallel to Mark's week-long Python seminar (Nov 6-10), we are offering an alternative session focusing only on advanced topics. it is 3-days long (Nov 8-10) and will be held in San Francisco. course description: http://roadkill.com/~wesc/cyberweb/pp2dsc.html general information: http://cyberw

ANN: Advanced Python training course, Nov 8-10, San Francisco

2006-10-11 Thread wesley chun
Come join us in beautiful Northern California for another rigorous Python training event taught by software engineer, "Core Python Programming" author, and technical instructor, Wesley Chun. This course will take place in San Bruno right near the San Francisco International Airport at th

ANN: BayPIGgies, Oct 12, 7:30pm, Google, Mtn View

2006-10-12 Thread wesley chun
Final REMINDER: Tonight, the Silicon Valley/San Francisco Bay Area Python users group meets at Google in Mountain View from 7:30-9p. the featured speaker is Alex Martelli, author of O'Reilly's Python in a Nutshell and editor of the Python Cookbook(s). the topic is Python 2.5. for more info and

Re: ANN: Advanced Python training course, Nov 8-10, San Francisco

2007-01-12 Thread wesley chun
FINAL REMINDER... we still have some seats left! What: (Intensive) Intro to Python When: February 7-9, 2007 Where: San Francisco (SFO/San Bruno), CA, USA Web:http://cyberwebconsulting.com (click "Python Training" link) Need to get up-to-speed with Python as quickly as possible? Come join

ANN: Python training course, Feb 7-10, San Francisco

2007-01-12 Thread wesley chun
apologies to all... this is the Intro course, not Advanced as the orig subject line stated, and it takes place Feb 7-9, 2007. On 1/12/07, wesley chun wrote: > FINAL REMINDER... we still have some seats left! > > What: (Intensive) Intro to Python > When: February 7-9, 2007

[ANN] Python courses this Spring

2007-03-23 Thread wesley chun
I'll be giving a variety of Python courses this Spring. Daytime courses are for visitors and locals who need Python training in the shortest amount of time possible via consecutive workdays. Python is certainly gaining momentum as our February course filled up completely! Although I had planned

[ANN] final 2008 Python courses, San Francisco

2008-09-05 Thread wesley chun
Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python Programming," for another comprehensive intro course plus a 1-day Internet programming course coming up in November in beautiful Northern Cal

[ANN] Introduction to Python course, San Francisco, Jun 2009

2009-04-10 Thread wesley chun
Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python Programming," for a comprehensive intro course coming up this June in beautiful Northern California! Please pass on this note to whomever y

Re: [ANN] Introduction to Python course, San Francisco, Jun 2009

2009-05-15 Thread wesley chun
class! cheers, -wesley On Thu, Apr 9, 2009 at 6:04 PM, wesley chun wrote: > Need to get up-to-speed with Python as quickly as possible? Come join > me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python > Programming," for a comprehensive intro course comin

[ANN] Intro+Intermediate Python course, San Francisco, Nov 2009

2009-09-15 Thread wesley chun
ng out of the gate. Daily hands-on labs will help hammer the concepts home. Come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python Programming," for a comprehensive course coming up this Fall in beautiful Northern California to get up-to-speed with Python as qui

ANN: Python course, San Francisco, Nov 9-11

2009-10-28 Thread wesley chun
*FINAL REMINDER* come join us for another hardcore Python training course in San Francisco coming up in a few weeks! we have a few more slots available. bring your co-workers to take advantage of our multiple registration discount. we also feature a steeper discount for those who are primary/secon

ANN: Intro+Intermediate Python course, SF, May 10-12

2010-04-01 Thread wesley chun
Need to get up-to-speed with Python as quickly as possible? Come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python Programming," for a comprehensive intro course coming up this May in beautiful Northern California! Please pass on this note to whomever y

ANN: Intro+Intermediate Python course, SF, May 24-26

2011-02-26 Thread wesley chun
Need to get up-to-speed with Python as quickly and as in-depth as possible? Already coding Python but still have areas of uncertainty you need to fill? Then come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python" for a comprehensive intro/intermediate course

ANN: Intro+Intermediate Python course, SF, Oct 18-20

2011-07-25 Thread wesley chun
Need to get up-to-speed with Python as quickly and as in-depth as possible? Already coding Python but still have areas of uncertainty you need to fill? Then come join me, Wesley Chun, author of Prentice-Hall's bestseller "Core Python" for a comprehensive intro/intermediate course

Fwd: ANN: Intro+Intermediate Python course, SF, Oct 18-20

2011-09-27 Thread wesley chun
** FINAL CALL ** http://sfbay.craigslist.org/sfc/cls/2495963854.html -- Forwarded message -- From: wesley chun Date: Mon, Jul 25, 2011 at 12:32 PM Subject: ANN: Intro+Intermediate Python course, SF, Oct 18-20 Need to get up-to-speed with Python as quickly and as in-depth as

ANN: Intro+Intermediate Python, San Francisco, Aug 1-3

2012-05-11 Thread wesley chun
around OSCON's timeframe. Hope to meet some of you soon! --Wesley Chun - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it."     wesley chun : wescpy at gmail : @wescpy/+wescpy     Python training & consu

Fwd: ANN: Intro+Intermediate Python, San Francisco, Jul 30-31, Aug 1

2014-06-11 Thread wesley chun
... say around the end of June. Cheers, -- Wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "A computer never does what you want... only what you tell it." +wesley chun <http://google.com/+WesleyChun> : wescpy at gmail : @wescpy<http://twitter.com/wescpy> Python training & consulting : h

[issue11283] incorrect pattern in the re module docs for conditional regex

2011-02-22 Thread wesley chun
New submission from wesley chun : In the re docs, it states the following for the conditional regular expression syntax: (?(id/name)yes-pattern|no-pattern) Will try to match with yes-pattern if the group with given id or name exists, and with no-pattern if it doesn’t. no-pattern is optional

[issue11283] incorrect pattern in the re module docs for conditional regex

2011-02-25 Thread wesley chun
wesley chun added the comment: i wanted to add one additional comment that it would be nice to have a regex that works with search() (in addition to match()) because such an email address may appear in the middle of a line, say a From: or To: email header. the fix of using a '$' pre

Re: [Python-3000] [Python-Dev] Not releasing rc1 tonight

2008-09-07 Thread wesley chun
>> Barry Warsaw wrote: >>> I'm not going to release rc1 tonight. >>> I'd like to try again on Friday and stick to rc2 on the 17th. > > There are 8 open release blockers, a few of which have patches that need > review. So I think we are still not ready to release rc1. But it worries > me because I

Re: [Python-3000] Problem with grammar for 'except'?

2008-10-05 Thread wesley chun
On Thu, Sep 4, 2008 at 12:36 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Wed, Sep 3, 2008 at 9:25 PM, Raymond Hettinger <[EMAIL PROTECTED]> wrote: >> [Brett] >>> I gave a talk last night at the Vancouver Python users group on >>> 2.6/3.0, and I tried the following code and it failed during

Re: [Python-authors] Writing a technical book

2009-07-13 Thread wesley chun
> I've written up my experiences of writing a technical book for Manning. > Despite it all I still recommend Manning if you really *have* to write a > book... > > http://www.voidspace.org.uk/python/articles/technical-writing.shtml michael, thanks for your write-up... it is pretty educational an

Re: [Python-authors] Hello

2009-11-03 Thread wesley chun
On Tue, Nov 3, 2009 at 10:43 AM, Doug Hellmann wrote: > On Nov 3, 2009, at 1:13 PM, Wsande wrote: > I'm new to this list.  Just thought I would introduce myself. > > My son, Carter Sande, and myself (Warren Sande) wrote "Hello World! > Computer Programming for Kids and Other Beginners", which uses

Re: [Python-authors] Author Python Book - Packt Publishing

2009-12-17 Thread wesley chun
this is a warning to all before jumping in without looking at the waters first. i haven't worked with them before, but based on the existing review of their Python books, i would be somewhat hesitant, and i certainly wouldn't approach them without an agent. (i'm also not sure of their marketing and

[Python-authors] promoting your book(s) at PyCon

2010-01-13 Thread wesley chun
howdy everyone, that time of year is coming around again (PyCon). as one of the door prize/raffle coordinators as well as trying to help setup the conference bookstore, i'm here to ask: authors: do you have any Python-flavored books that you wish to have sold at the conference bookstore and/or yo

  1   2   3   4   5   6   >