python application ideas.

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

    #1

    python application ideas.

    Hello, I know this isn't really a python centric question, but I'm seeking
    help from my fellow python programmers. I've been learning python for the
    past year and a half, and I still haven't written anything substantial nor
    have I found an existing project which blows my hair back. Python is my
    first language, and I plan on learning lisp within the next week but
    before I do so I'd like to write something meaningful, does anyone have
    any suggestions? Something they always needed, but never got around to
    writing it? Without an imagination you pretty much stagnate your whole
    learning process. Thanks in advance.

    --
    A wise man knows he knows nothing.

  • Tim Parkin

    #2
    Re: python application ideas.

    Anthony Greene wrote:[color=blue]
    > Hello, I know this isn't really a python centric question, but I'm seeking
    > help from my fellow python programmers. I've been learning python for the
    > past year and a half, and I still haven't written anything substantial nor
    > have I found an existing project which blows my hair back. Python is my
    > first language, and I plan on learning lisp within the next week but
    > before I do so I'd like to write something meaningful, does anyone have
    > any suggestions? Something they always needed, but never got around to
    > writing it? Without an imagination you pretty much stagnate your whole
    > learning process. Thanks in advance.
    >[/color]

    How about writing a standalone wiki markup parser? I know a *lot* of
    people who would find this useful..

    Tim

    Comment

    • bruno at modulix

      #3
      Re: python application ideas.

      Tim Parkin wrote:[color=blue]
      > Anthony Greene wrote:
      >[color=green]
      >>Hello, I know this isn't really a python centric question, but I'm seeking
      >>help from my fellow python programmers. I've been learning python for the
      >>past year and a half, and I still haven't written anything substantial nor
      >>have I found an existing project which blows my hair back. Python is my
      >>first language, and I plan on learning lisp within the next week but
      >>before I do so I'd like to write something meaningful, does anyone have
      >>any suggestions? Something they always needed, but never got around to
      >>writing it? Without an imagination you pretty much stagnate your whole
      >>learning process. Thanks in advance.
      >>[/color]
      >
      >
      > How about writing a standalone wiki markup parser? I know a *lot* of
      > people who would find this useful..[/color]

      +1


      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      • momolulu

        #4
        Re: python application ideas.

        That's really the right thing I want to know , I am a Python newbie
        ,and learn to know that python is very strong ability in large scale
        application , as a beginner , what is the first useful and meaningful
        widget can we create through Python ?

        Comment

        • Daniel Nogradi

          #5
          Re: python application ideas.

          > Hello, I know this isn't really a python centric question, but I'm seeking[color=blue]
          > help from my fellow python programmers. I've been learning python for the
          > past year and a half, and I still haven't written anything substantial nor
          > have I found an existing project which blows my hair back. Python is my
          > first language, and I plan on learning lisp within the next week but
          > before I do so I'd like to write something meaningful, does anyone have
          > any suggestions? Something they always needed, but never got around to
          > writing it? Without an imagination you pretty much stagnate your whole
          > learning process. Thanks in advance.[/color]

          [color=blue]
          > That's really the right thing I want to know , I am a Python newbie
          > ,and learn to know that python is very strong ability in large scale
          > application , as a beginner , what is the first useful and meaningful
          > widget can we create through Python ?
          >[/color]


          You guys might find browsing through
          http://wiki.python.org/moin/CodingProjectIdeas inspiring.

          Comment

          • Fredrik Lundh

            #6
            Re: python application ideas.

            "momolulu" wrote:
            [color=blue]
            > That's really the right thing I want to know , I am a Python newbie
            > ,and learn to know that python is very strong ability in large scale
            > application , as a beginner , what is the first useful and meaningful
            > widget can we create through Python ?[/color]

            What makes you think that the first "useful and meaningful widget" is the
            same thing for everyone ?

            The first thing I built as a Python beginner was a high-volume fault-tolerant
            distributed image production system for heterogenous environments. The
            most recent thing I built is a small script that takes an infogami comment
            and reposts it as an article.

            What kind of applications and systems do you usually work on ?

            </F>



            Comment

            • RK

              #7
              Re: python application ideas.

              I need a python source code diagrammer that actually works
              out-of-the-box to explore all the code already written out there.

              something like SmallWorlds was to java before they got rid of it.

              Comment

              • Thomas Bartkus

                #8
                Re: python application ideas.

                "Anthony Greene" <sysfault@zetaf unc.net> wrote in message
                news:pan.2006.0 4.25.03.48.13.5 11654@zetafunc. net...[color=blue]
                > Hello, I know this isn't really a python centric question, but I'm seeking
                > help from my fellow python programmers. I've been learning python for the
                > past year and a half, and I still haven't written anything substantial nor
                > have I found an existing project which blows my hair back. Python is my
                > first language, and I plan on learning lisp within the next week but
                > before I do so I'd like to write something meaningful, does anyone have
                > any suggestions? Something they always needed, but never got around to
                > writing it? Without an imagination you pretty much stagnate your whole
                > learning process. Thanks in advance.[/color]

                Just what is it, other than programming, that you have expertise in?
                What kind of problems do you know how to solve?
                [color=blue]
                > Without an imagination you pretty much stagnate your whole
                > learning process.[/color]

                So true! Unfortunately, no one can provide you with one.
                You have to develop that yourself.

                Tis the conundrum of programming in general. If all you know how to do is
                write code - then you truly have nothing to do. What *other* interests do
                you have? Hobbies? Job Skills?
                What *does* "blow your hair back" ;-)

                That's where your programming ideas need to come from.
                Thomas Bartkus




                Comment

                • Anthony Greene

                  #9
                  Re: python application ideas.

                  On Tue, 25 Apr 2006 09:51:42 -0500, Thomas Bartkus wrote:
                  [color=blue]
                  > "Anthony Greene" <sysfault@zetaf unc.net> wrote in message
                  > news:pan.2006.0 4.25.03.48.13.5 11654@zetafunc. net...[color=green]
                  >> Hello, I know this isn't really a python centric question, but I'm seeking
                  >> help from my fellow python programmers. I've been learning python for the
                  >> past year and a half, and I still haven't written anything substantial nor
                  >> have I found an existing project which blows my hair back. Python is my
                  >> first language, and I plan on learning lisp within the next week but
                  >> before I do so I'd like to write something meaningful, does anyone have
                  >> any suggestions? Something they always needed, but never got around to
                  >> writing it? Without an imagination you pretty much stagnate your whole
                  >> learning process. Thanks in advance.[/color]
                  >
                  > Just what is it, other than programming, that you have expertise in?
                  > What kind of problems do you know how to solve?
                  >[color=green]
                  > > Without an imagination you pretty much stagnate your whole
                  > > learning process.[/color]
                  >
                  > So true! Unfortunately, no one can provide you with one.
                  > You have to develop that yourself.
                  >
                  > Tis the conundrum of programming in general. If all you know how to do is
                  > write code - then you truly have nothing to do. What *other* interests do
                  > you have? Hobbies? Job Skills?
                  > What *does* "blow your hair back" ;-)
                  >
                  > That's where your programming ideas need to come from.
                  > Thomas Bartkus[/color]

                  So true man, I guess I need to truly sit down and determine these things.
                  I love to do a lot of things, read, hang out, skate, which are a few
                  amongst other things. I guess my ideas will have to come from real-life
                  experiences, I'm going to chill out for 2 days this week and just think of
                  various things which I want or need, but have not found anything which
                  fulfills that. I'm going to jot everything down, and try to think about
                  way to implement them programmaticall y. We'll see how it works out.

                  --
                  A wise man knows he knows nothing.

                  Comment

                  • Edward Elliott

                    #10
                    Re: python application ideas.

                    Thomas Bartkus wrote:[color=blue]
                    > Tis the conundrum of programming in general. If all you know how to do is
                    > write code - then you truly have nothing to do. What *other* interests do
                    > you have? Hobbies? Job Skills?
                    > What *does* "blow your hair back" ;-)
                    >
                    > That's where your programming ideas need to come from.[/color]

                    yeah, learning experiences only come from enjoyable tasks. lord knows the
                    countless boring, uninspired assignments handed down in a cs degree program
                    teach absolutely nothing. oh wait...

                    Comment

                    • brent.chambers@gmail.com

                      #11
                      Re: python application ideas.

                      Thats the best way to go about it. Python I find is fun because you
                      can just play with the interpreter throwing commands at it and really
                      just working with syntax and usually POC ideas. The most useful ideas
                      usually just come to you. I recieved a pretty barebones MP3 player
                      from my sister for my birthday. I didnt have anything on the lines of
                      file management or playlist management software whatsoever, so I
                      decided to write some custom software (in Tkinter btw) to quickly and
                      efficiently move around songs and playlists with it's basic removable
                      drive format. Its all in what you need, and what you need a 'solution'
                      for. Try not to think of 'ideas' per se, try to think of problems that
                      need solutions.

                      Comment

                      • Scott David Daniels

                        #12
                        Re: python application ideas.

                        Anthony Greene wrote:[color=blue]
                        > So true man, I guess I need to truly sit down and determine these things.
                        > I love to do a lot of things, read, hang out, skate, which are a few
                        > amongst other things....[/color]
                        From the skating:

                        OK, say you have a 3-d surface, what is the path a ball bearing with a
                        particular momentum takes over time. Can you display that: the 3-D
                        surface, the position as an animation? Sure you can. VPython gives
                        you all the display capabilities you need. Start with 2-D and an
                        straight line. Then move either to a more complex curve or 3-D
                        next. The reason for using VPython is to get 3-D solved for you so
                        you can work on the position and momentum updates. It even will do
                        anaglyph (colored glasses) and cross-eyed 3-D rendering, though the
                        default is to simply give you a 2-D window into the 3-D world.

                        If you do this, you might play with designing a virtual skate park.

                        --Scott David Daniels
                        scott.daniels@a cm.org

                        Comment

                        • alex23

                          #13
                          Re: python application ideas.

                          Anthony Greene wrote:[color=blue]
                          > Hello, I know this isn't really a python centric question, but I'm seeking
                          > help from my fellow python programmers. I've been learning python for the
                          > past year and a half, and I still haven't written anything substantial nor
                          > have I found an existing project which blows my hair back.[/color]

                          The Ubuntu project offers bounties for adding needed functionality to
                          their distro, a lot of which is provided through python:




                          Nothing like Ca$h Prize$ to get that hair ruffled :)

                          - alex23

                          Comment

                          Working...