Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Guide to beginner DS programmers?

                  
   
  1. #21

    Default

    No offense, but if you can't understand Python, you won't be doing any programming for awhile. It's a great beginner platform, and is very simple. You might want to look into programming theory (how programs work) first. Try just wikipediaing Object-Oriented Programming and Procedural Programming.

    If you want to program for the DS, you pretty much need to use C++. I'm working on that now

  2. #22

    Default

    Yeah, I am understanding most of beginner sutff in python so far.

    Understand, print (lol), while, variables, range, inputing (but cant get anything to use it...), and some other stuff. I wasnt able to use a beginner guide anyways, it was meant for people who knew how to program already.

    Python is pretty easy so far.

    I can write some simple stuff, but dont know how to save anything I code.

  3. #23
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Open IDLE.
    Go to File->New Window
    A new window will pop up. Write your code in here.
    To run it, go to Run->Run Module.
    To save it, go to File->Save As.

  4. #24

    Default

    Thanks. I used the command line

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •