3 new slogans

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smarter_than_you

    3 new slogans

    1) Python made me rich
    2) Python saved my life
    3) Python changed my mind

    put them on T-shirts. Collect all three!!
  • Michael Peuser

    #2
    Re: 3 new slogans


    "Graham Fawcett" <fawcett@teksav vy.com> schrieb im Newsbeitrag
    news:mailman.10 60835422.10350. python-list@python.org ...[color=blue]
    > smarter_than_yo u wrote:
    >[color=green]
    > >1) Python made me rich
    > >2) Python saved my life
    > >3) Python changed my mind
    > >
    > >put them on T-shirts. Collect all three!!
    > >
    > >[/color]
    > how about
    >
    > I'm not really a wizard, I just use Python
    >
    > or (untested, but I think it's right)
    >
    > s/(perl|java|vba| c(#|\+\+|)?)/python/g[/color]

    ... but - as *any* regex - can be improved:
    s/\b(perl|java|vb a?|c(#|\+\+|)?)/python/gi

    Kindly
    Michael P[color=blue]
    >
    > or, with apologies to Clarke,
    >
    > Any sufficiently advanced technology is indistinguishab le from Python
    >
    > -- Graham
    >
    >
    >[/color]


    Comment

    • Alan Kennedy

      #3
      Re: 3 new slogans

      Graham Fawcett wrote:
      [color=blue]
      > or, with apologies to Clarke,
      >
      > "Any sufficiently advanced technology is indistinguishab le from Python"[/color]

      I *really* like this one.

      Only problem is, you have to be a sci-fi head to get it: No problem
      for me: I've been reading Arthur C. Clarke since I was 8 years old.

      regards,

      --
      alan kennedy
      -----------------------------------------------------
      check http headers here: http://xhaus.com/headers
      email alan: http://xhaus.com/mailto/alan

      Comment

      • Skip Montanaro

        #4
        Re: 3 new slogans

        [color=blue][color=green]
        >> s/(perl|java|vba| c(#|\+\+|)?)/python/g[/color][/color]

        Michael> .. but - as *any* regex - can be improved:
        Michael> s/\b(perl|java|vb a?|c(#|\+\+|)?)/python/gi

        We ought to at least use Python for this

        re.sub(r"(?i)\b (perl|java|vba? |c(#|\+\+|)?)", "python")
        [color=blue][color=green][color=darkred]
        >>> import re
        >>> s = "vba vb perl java vba vb c# c c++"
        >>> re.sub(r"(?i)\b (perl|java|vba? |c(#|\+\+)?)", "python", s)[/color][/color][/color]
        'python python python python python python python python python'

        Skip

        Comment

        • Matt Smith

          #5
          Re: 3 new slogans

          Alan Kennedy <alanmk@hotmail .com> wrote in message news:<3F3B5F80. 3E7DE934@hotmai l.com>...[color=blue]
          > Graham Fawcett wrote:
          >[color=green]
          > > or, with apologies to Clarke,
          > >
          > > "Any sufficiently advanced technology is indistinguishab le from Python"[/color]
          >
          > I *really* like this one.
          >
          > Only problem is, you have to be a sci-fi head to get it: No problem
          > for me: I've been reading Arthur C. Clarke since I was 8 years old.
          >
          > regards,[/color]

          those all suck,

          how about.....

          Get wrapped up in python

          nah thats shit too, emmm

          how about.....

          Python is your daddy

          no equally shit

          how about.....

          The high level programming language in front is Python...

          oh dear...think i might just leave it there..

          ;P

          matt.

          Comment

          • Peter Hansen

            #6
            Re: 3 new slogans

            Matt Smith wrote:[color=blue]
            >
            > Alan Kennedy <alanmk@hotmail .com> wrote in message news:<3F3B5F80. 3E7DE934@hotmai l.com>...[color=green]
            > > Graham Fawcett wrote:
            > >[color=darkred]
            > > > or, with apologies to Clarke,
            > > >
            > > > "Any sufficiently advanced technology is indistinguishab le from Python"[/color]
            > >
            > > I *really* like this one.
            > >
            > > Only problem is, you have to be a sci-fi head to get it: No problem
            > > for me: I've been reading Arthur C. Clarke since I was 8 years old.
            > >
            > > regards,[/color]
            >
            > those all suck,
            >
            > how about.....
            >
            > Get wrapped up in python
            >
            > nah thats shit too, emmm[/color]

            I once tried out "Wrap Python around your problem and crush it!"

            Yours is shorter though.

            (Not that length matters! ;-)

            -Peter

            Comment

            • Nick Vargish

              #7
              Re: 3 new slogans

              Graham Fawcett <fawcett@teksav vy.com> writes:
              [color=blue]
              > or, with apologies to Clarke,
              >
              > Any sufficiently advanced technology is indistinguishab le from Python[/color]

              I'd wear that on a T-shirt. Or, with apologies to Sturgeon:

              90% of code is crud
              The rest is Python

              Nick

              --
              # sigmask || 0.2 || 20030107 || public domain || feed this to a python
              print reduce(lambda x,y:x+chr(ord(y )-1),' Ojdl!Wbshjti!=o bwAcboefstobudi/psh?')

              Comment

              • F. GEIGER

                #8
                Re: 3 new slogans

                Years ago I read in Usenet "Less code, more results". Was it in a VB group?
                I forgot. Anyway, it really applies to Python.

                "Python - less code, more results".

                Cheers
                Franz

                "smarter_than_y ou" <davesum99@yaho o.com> schrieb im Newsbeitrag
                news:c60a5a12.0 308131950.1b3c4 6cb@posting.goo gle.com...[color=blue]
                > 1) Python made me rich
                > 2) Python saved my life
                > 3) Python changed my mind
                >
                > put them on T-shirts. Collect all three!![/color]


                Comment

                • Sean Ross

                  #9
                  Re: 3 new slogans

                  Python. Fat Free Programming


                  Comment

                  • Graham Fawcett

                    #10
                    Re: 3 new slogans

                    Nick Vargish wrote:
                    [color=blue]
                    >Graham Fawcett <fawcett@teksav vy.com> writes:
                    >
                    >
                    >[color=green]
                    >>or, with apologies to Clarke,
                    >>
                    >> Any sufficiently advanced technology is indistinguishab le from Python
                    >>
                    >>[/color]
                    >
                    >I'd wear that on a T-shirt. Or, with apologies to Sturgeon:
                    >
                    > 90% of code is crud
                    > The rest is Python
                    >
                    >[/color]

                    Brilliant. I'd wear that one on a T-shirt, too.

                    Actually, I'd probably get a big tattoo with both of 'em, and stop
                    wearing T-shirts...

                    -- G


                    Comment

                    • Mike Kier

                      #11
                      Re: 3 new slogans

                      "My code doesn't run...
                      ...It slithers! - Python"

                      --
                      Mike Kier
                      HP Consulting & Integration Services
                      Cincinnati, OH, USA
                      mike.kier@hp.co m


                      Comment

                      • Christian Tismer

                        #12
                        Re: 3 new slogans

                        F. GEIGER wrote:
                        [color=blue]
                        > Years ago I read in Usenet "Less code, more results". Was it in a VB group?
                        > I forgot. Anyway, it really applies to Python.
                        >
                        > "Python - less code, more results".[/color]

                        Reminds me of some sentence of mine if a different
                        context (long thread about some work which didn't happen)

                        "less words, more code"

                        --
                        Christian Tismer :^) <mailto:tismer@ tismer.com>
                        Mission Impossible 5oftware : Have a break! Take a ride on Python's
                        Johannes-Niemeyer-Weg 9a : *Starship* http://starship.python.net/
                        14109 Berlin : PGP key -> http://wwwkeys.pgp.net/
                        work +49 30 89 09 53 34 home +49 30 802 86 56 mobile +49 173 24 18 776
                        PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04
                        whom do you want to sponsor today? http://www.stackless.com/


                        Comment

                        • Dave Benjamin

                          #13
                          Re: 3 new slogans

                          3 more slogans:

                          1. Python: Taste programming again for the first time. (apologies to Kellog)
                          2. If the implementation is easy to explain, it may be Python. <3.1415 wink>
                          3. Python: Rehab for the semicolon.

                          Dave



                          Comment

                          • Simon Bayling

                            #14
                            Re: 3 new slogans

                            I also like the Clarke one.
                            With apologies to Honda,

                            "Isn't it nice when things just work?"
                            [color=blue][color=green]
                            >> or, with apologies to Clarke,
                            >>
                            >> "Any sufficiently advanced technology is indistinguishab le from Python"[/color]
                            >
                            > I *really* like this one.[/color]

                            Simon.

                            Comment

                            • A.M. Kuchling

                              #15
                              Re: 3 new slogans

                              On Thu, 14 Aug 2003 10:29:47 -0700,
                              Dave Kuhlman <dkuhlman@rexx. com> wrote:[color=blue]
                              > By the way, at one time I found a set of Python icons that could
                              > be freely used, for example on Web sites. Is that still
                              > available? I couldn't find it. If it still exists, perhaps the[/color]

                              http://www.python.org/community/logos.html, perhaps?

                              --amk

                              Comment

                              Working...