[Tutor] I-Phone App in Python?

Fred G bayespokerguy at gmail.com
Sun Aug 5 05:15:59 CEST 2012


Thanks guys. Sounds like I'll be learning Objective C in the near future!

On Sat, Aug 4, 2012 at 2:57 PM, <tutor-request at python.org> wrote:

> Send Tutor mailing list submissions to
>         tutor at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mail.python.org/mailman/listinfo/tutor
> or, via email, send a message with subject or body 'help' to
>         tutor-request at python.org
>
> You can reach the person managing the list at
>         tutor-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tutor digest..."
>
>
> Today's Topics:
>
>    1. Re: adding a windows registry value (Albert-Jan Roskam)
>    2. Re: I-Phone App in Python? (James Reynolds)
>    3. Re: I-Phone App in Python? (James Reynolds)
>    4. Re: I-Phone App in Python? (Chris Fox)
>    5. Re: I-Phone App in Python? (Kwpolska)
>    6. Re: I-Phone App in Python? (Kwpolska)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 4 Aug 2012 03:55:51 -0700 (PDT)
> From: Albert-Jan Roskam <fomcl at yahoo.com>
> To: eryksun <eryksun at gmail.com>
> Cc: Python Mailing List <tutor at python.org>
> Subject: Re: [Tutor] adding a windows registry value
> Message-ID:
>         <1344077751.47038.YahooMailNeo at web110701.mail.gq1.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> Thanks to all who replied, also those who replied off-list. Somebody else
> confirmed that the code was working as expected on another machine, so it's
> probably a rights issue. Still nice to have a look at _winreg though.
>
> ?
> Regards,
> Albert-Jan
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> All right, but apart from the sanitation, the medicine, education, wine,
> public order, irrigation, roads, a
> fresh water system, and public health, what have the Romans ever done for
> us?
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~?
>
>
> >________________________________
> > From: eryksun <eryksun at gmail.com>
> >To: Albert-Jan Roskam <fomcl at yahoo.com>
> >Cc: Python Mailing List <tutor at python.org>
> >Sent: Friday, August 3, 2012 10:58 PM
> >Subject: Re: [Tutor] adding a windows registry value
> >
> >On Fri, Aug 3, 2012 at 10:39 AM, Albert-Jan Roskam <fomcl at yahoo.com>
> wrote:
> >> Hi,
> >>
> >> I am trying to change a registry value (Windows 7, Python 2.7) but it
> won't
> >> work when I try to do this using Python:
> >>
> >> import os
> >> # 1 using this from Python won't work, but double-clicking the file
> works.
> >> os.system(r"regedit /s C:\Users\Desktop\set_temp.reg")
> >> # 2: using this from Python won't work, but from the commandline or
> with a
> >> batch file works
> >> os.system("reg add HKEY_CURRENT_USER\Software .....(etc)")
> >>
> >> Why is this not working using Python? Is there a built-in way to do
> this (I
> >> don't have win32api)?
> >
> >Wouldn't it be simpler to use the? _winreg module?
> >
> >http://docs.python.org/library/_winreg.html
> >
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/tutor/attachments/20120804/44369c90/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 4 Aug 2012 14:18:53 -0400
> From: James Reynolds <eire1130 at gmail.com>
> To: Fred G <bayespokerguy at gmail.com>
> Cc: "tutor at python.org" <tutor at python.org>
> Subject: Re: [Tutor] I-Phone App in Python?
> Message-ID: <63E00C4F-3E75-44D4-BE96-841D157F835B at gmail.com>
> Content-Type: text/plain;       charset=us-ascii
>
> Instagram is written in python django.
>
> Sent from my iPad
>
> On Aug 3, 2012, at 7:13 PM, Fred G <bayespokerguy at gmail.com> wrote:
>
> > I just googled whether it is possible to write an i-phone app in Python
> and got very confusing, and not super good results.
> >
> > Is it possible? And if so, what module(s) do I need to install?
> >
> > Much thanks!
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 4 Aug 2012 14:26:26 -0400
> From: James Reynolds <eire1130 at gmail.com>
> To: Fred G <bayespokerguy at gmail.com>
> Cc: "tutor at python.org" <tutor at python.org>
> Subject: Re: [Tutor] I-Phone App in Python?
> Message-ID: <7EA1BB55-4203-48E4-BC9D-0F3DE3033787 at gmail.com>
> Content-Type: text/plain;       charset=us-ascii
>
> To clarify, that is their server side arc. The native app itself...  I'm
> not sure what is written in. Probably java if I had to guess.
>
> In making an app, most of your work is going to be backend in any event.
>
> Also, what happens when an android user wants to download your app?
>
> Sent from my iPad
>
> On Aug 3, 2012, at 7:13 PM, Fred G <bayespokerguy at gmail.com> wrote:
>
> > I just googled whether it is possible to write an i-phone app in Python
> and got very confusing, and not super good results.
> >
> > Is it possible? And if so, what module(s) do I need to install?
> >
> > Much thanks!
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 04 Aug 2012 19:28:07 +0100
> From: Chris Fox <chris at robotninja.net>
> To: tutor at python.org
> Subject: Re: [Tutor] I-Phone App in Python?
> Message-ID: <501D69B7.9000705 at robotninja.net>
> Content-Type: text/plain; charset=ISO-8859-1
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 04/08/2012 19:18, James Reynolds wrote:
> > Instagram is written in python django.
> >
>
> Even if that were true (Django is, as I understand it, a web
> framework) - how does that information help the original poster?
>
> Chris
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.17 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAlAdabcACgkQ/UgLKfoJxI5f9QCgwA1LR2S0EqUpxWqlFaGE9Dl6
> yGEAoLqYlTDn6kZWrZ+PN20uqpmsSbPJ
> =Oeru
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 4 Aug 2012 20:28:58 +0200
> From: Kwpolska <kwpolska at gmail.com>
> To: tutor at python.org
> Subject: Re: [Tutor] I-Phone App in Python?
> Message-ID:
>         <
> CAMw+j7Kvw3dy+1jA_wR5+ENePiM4e3Dpk_7idZ08C1dCRu2Qtg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sat, Aug 4, 2012 at 8:18 PM, James Reynolds <eire1130 at gmail.com> wrote:
> > Instagram is written in python django.
> >
> > Sent from my iPad
> >
> > On Aug 3, 2012, at 7:13 PM, Fred G <bayespokerguy at gmail.com> wrote:
> >
> >> I just googled whether it is possible to write an i-phone app in Python
> and got very confusing, and not super good results.
> >>
> >> Is it possible? And if so, what module(s) do I need to install?
> >>
> >> Much thanks!
> >> _______________________________________________
> >> Tutor maillist  -  Tutor at python.org
> >> To unsubscribe or change subscription options:
> >> http://mail.python.org/mailman/listinfo/tutor
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
>
> Sure, the website can be written using Python/Django.  But a native app
> cannot.
>
> --
> Kwpolska <http://kwpolska.tk>
> stop html mail      | always bottom-post
> www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
> GPG KEY: 5EAAEA16   | Arch Linux x86_64, zsh, mutt, vim.
> # vim:set textwidth=70:
>
>
> ------------------------------
>
> Message: 6
> Date: Sat, 4 Aug 2012 20:57:02 +0200
> From: Kwpolska <kwpolska at gmail.com>
> To: tutor at python.org
> Subject: Re: [Tutor] I-Phone App in Python?
> Message-ID:
>         <
> CAMw+j7KyxcU20vE41iWKcRuGKSUv-fOrBEsC-QgSVEogdhR06g at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sat, Aug 4, 2012 at 8:26 PM, James Reynolds <eire1130 at gmail.com> wrote:
> > To clarify, that is their server side arc. The native app itself...  I'm
> not sure what is written in. Probably java if I had to guess.
> >
> > In making an app, most of your work is going to be backend in any event.
> >
> > Also, what happens when an android user wants to download your app?
> >
> > Sent from my iPad
> >
> > On Aug 3, 2012, at 7:13 PM, Fred G <bayespokerguy at gmail.com> wrote:
> >
> >> I just googled whether it is possible to write an i-phone app in Python
> and got very confusing, and not super good results.
> >>
> >> Is it possible? And if so, what module(s) do I need to install?
> >>
> >> Much thanks!
> >> _______________________________________________
> >> Tutor maillist  -  Tutor at python.org
> >> To unsubscribe or change subscription options:
> >> http://mail.python.org/mailman/listinfo/tutor
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
>
> 1. Objective-C.  You are forced to use it in iOS.
> 2. Android?  You need to write another version of your app and $25*!
> How ?bout Windows Phone (a piece of crap)?  Another one, and you need
> Windows and $99!  MeeGo?  Another version and ?1*.  Symbian?  One
> more, but you paid your euro when you made the MeeGo version?
> Blackberry?  Another version, this time for free.  But wait, there?s
> more!  You also need some phones to test your apps, and they aren?t
> free!  Of course, you can learn from the web for free, but materials
> for some programming languages are mediocre and you need some books!
> Order right now, and we?ll? oh wait, this is not Billy Mays.  Anyways,
> you should pass at least five grand by now.
>
> And sorry for a bit of OT, but I had to.
>
> * Android and Nokia/Ovi are per lifetime AFAIK, others are per year,
> including iOS.
> --
> Kwpolska <http://kwpolska.tk>
> stop html mail      | always bottom-post
> www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
> GPG KEY: 5EAAEA16   | Arch Linux x86_64, zsh, mutt, vim.
> # vim:set textwidth=70:
>
>
> ------------------------------
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
> End of Tutor Digest, Vol 102, Issue 11
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120804/9274ecff/attachment-0001.html>


More information about the Tutor mailing list