Page 5 of 14 FirstFirst ... 2345678 ... LastLast
Results 41 to 50 of 131
  1. #41
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1

    visit: GuiProgramming - PythonInfo Wiki scroll down doon sa "GUI Design Tools and IDEs" but I prefer you should look to tkinter first, especially if you want a fast GUI development or use BOA soon. we use tkinter as our first interface because of its simplicity and cross platform. If you write a code like this:

    import sys, Tkinter
    Tkinter.Label(text="Welcome!").pack( )
    Tkinter.Button(text="Exit", command=sys.exit).pack( )
    Tkinter.mainloop( )
    it will run in any platform, to simulate and test your program. I'm using now wxPython2.8 under Python2.3.3 (although there's a higher version, I have to use this because of our embedded system requirement). Wing IDE 3.0 for debugging (need license), PythonWin for quicker coding.

    if you can avoid using GUI designer please do... before, I spend a month studying, testing those designers available online, still requires you to write manually... it's worth to study, may improved your skills further.

  2. #42
    bump ta ani para sa ako migo.. na c kuya MarkCuering... hehehe

  3. #43
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    One of my post overview po ng Python: Mark Loue C. Cuering / Day 2 ? How about my future in python?

    fafa francizz ang cute mo sa avatar ^^

  4. #44
    Quote Originally Posted by MarkCuering View Post
    One of my post overview po ng Python: Mark Loue C. Cuering / Day 2 ? How about my future in python?

    fafa francizz ang cute mo sa avatar ^^
    hahaha.. cute ka dyan.. tsk tsk tsk... kuya... palitan mo ung exercise.. ang hirap po.. huhuhuhu

  5. #45
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    hahahahaha..... tapos na ah..mas simply na ngaun.
    hxxp://cuering.com/?p=41
    solve Problem D2_01 and Problem D2_02

  6. #46
    PYTHON is one of d easiest programming languages

  7. #47
    This topic just came on top the threads and had not read it since.
    I too am a cebuano pythonista.

    Quote Originally Posted by MarkCuering View Post
    hahahahaha..... tapos na ah..mas simply na ngaun.
    hxxp://cuering.com/?p=41
    solve Problem D2_01 and Problem D2_02
    I'll take the challenge:
    D2_01
    Code:
    for i in range(0,50,2): print i
    D2_02
    Code:
    exclude = (3,7,10,33,57,64,67,68,71,77,74,88,91,99)
    for i in range(1,100):
        if i not in exclude: print i

  8. #48
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    cool... how long have you been in Python?

  9. #49
    Quote Originally Posted by MarkCuering View Post
    cool... how long have you been in Python?
    I don't really remember when I really started. 2-3 years maybe.

    Not my main development language though. I am mostly using C/C++ at work for I am doing embedded systems.

    I use python mainly to customize an open-source python based ERP system which I market and support.
    Also for parsing sniffer logs .

  10. #50
    pwede daw kuno maka hack ug friendster using phyton how true

  11.    Advertisement

Page 5 of 14 FirstFirst ... 2345678 ... LastLast

Similar Threads

 
  1. Looking For: 4670, 8800 gt, 9800 gt, gt240
    By poloy6200 in forum Computers & Accessories
    Replies: 13
    Last Post: 09-30-2010, 08:21 PM
  2. Looking For: New or 2nd Hand 9600 GT, 8800 GTS, 8800 GT, 7900 GT Graphics Card
    By insect111 in forum Computers & Accessories
    Replies: 36
    Last Post: 06-03-2010, 09:08 PM
  3. MOVED: >>> PYTHON programming . . .
    By vern in forum Software & Games (Old)
    Replies: 0
    Last Post: 11-10-2007, 05:04 AM
  4. Replies: 6
    Last Post: 01-17-2007, 11:57 PM
  5. nVIDIA answers! GeForce 7900 GTX/GT 7600 GT
    By Visual C# in forum Computer Hardware
    Replies: 12
    Last Post: 04-04-2006, 06:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top