1. Post #1
    Gold Member
    Phreebird's Avatar
    April 2009
    395 Posts
    I started python about 2 days ago. I need some good beginner projects to further my knowledge. Ive already made a calculator and I'm looking for something a little more advanced.

  2. Post #2
    Gold Member
    robmaister12's Avatar
    January 2008
    4,746 Posts
    It all depends on where you want to go... you can use pygame and try your hand at game programming, or you could do something like a Brainfuck interpreter.

    Edited:

    some other fairly simple ideas:

    unit converter (miles to km, celsius to farenheit, etc.)
    text-based adventure game
    basic networking (something really simple, like send a byte to a local port, have a server program that receives the byte as a command and sends some data back based on the input byte.
    searching and sorting algorithms
    8-bit sound generator (look up sfxr for an example)
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Agree Agree x 1Useful Useful x 1 (list)

  3. Post #3
    jaggzy's Avatar
    June 2008
    583 Posts
    Iv learnt bits of python on and off recently aswell so thanks for some neat ideas

  4. Post #4
    Gold Member
    TamTamJam's Avatar
    December 2008
    5,061 Posts
    It all depends on where you want to go... you can use pygame and try your hand at game programming, or you could do something like a Brainfuck interpreter.

    Edited:

    some other fairly simple ideas:

    unit converter (miles to km, celsius to farenheit, etc.)
    text-based adventure game
    basic networking (something really simple, like send a byte to a local port, have a server program that receives the byte as a command and sends some data back based on the input byte.
    searching and sorting algorithms
    8-bit sound generator (look up sfxr for an example)
    This makes me want to play with python.
    Reply With Quote Edit / Delete Reply Windows 7 Canada Show Events Agree Agree x 1 (list)

  5. Post #5
    child birth's Avatar
    August 2011
    182 Posts
    honestly judging by what he's done those seem a bit too out of range for him
    i would suggest trying the project euler challenges which can be solved with some simple functions

    or maybe im just really shitty at python because i learned it a couple days ago and i have only solved the first couple of problems on project euler
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Agree Agree x 1 (list)