473,385 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

newbie - starting first proggie

Hi, I want to learn how to program and python seems to be the most intuitive language according to various internet sources - but I'm not sure if it's best for newbies... please advise..

Anyway, my first project I would like to make is a simple proggie - a simple note 'library', with basic formattable text, to store, edit and access my notes. Express Notes is the prog I currently use but there's things in it I want to customise to my personal needs and this seems good place to start
(http://www.nch.com.au/notes/index.html)

Having read and worked through basic examples in a couple of absolute beginner Python tuts, the language seems quite 'handleable' for a newbie. But I'm missing the initial building bricks and have no idea where to start. I've tried looking for similar apps in the recipes and cookbook but no luck so far.

(A long while ago I was playing around with Delphi, loved the form interface that let me plan visually, maybe this type of programming would be better for a total beginner who needs maximum help?)

I would be very grateful if someone could point me in the right direction, maybe you know of or have written a similar app in python that I could learn from.

Thx in advance!
ps. OS Win XP Pro SP2, Python 2.5.1
May 28 '07 #1
8 1702
bartonc
6,596 Expert 4TB
Hi, I want to learn how to program and python seems to be the most intuitive language according to various internet sources - but I'm not sure if it's best for newbies... please advise..

Anyway, my first project I would like to make is a simple proggie - a simple note 'library', with basic formattable text, to store, edit and access my notes. Express Notes is the prog I currently use but there's things in it I want to customise to my personal needs and this seems good place to start
(http://www.nch.com.au/notes/index.html)

Having read and worked through basic examples in a couple of absolute beginner Python tuts, the language seems quite 'handleable' for a newbie. But I'm missing the initial building bricks and have no idea where to start. I've tried looking for similar apps in the recipes and cookbook but no luck so far.

(A long while ago I was playing around with Delphi, loved the form interface that let me plan visually, maybe this type of programming would be better for a total beginner who needs maximum help?)

I would be very grateful if someone could point me in the right direction, maybe you know of or have written a similar app in python that I could learn from.

Thx in advance!
ps. OS Win XP Pro SP2, Python 2.5.1
I believe that Python is best for newbies. Jumping into GUI programming in any language is a big leap, but Python has managed to simplify the object classes enough the beginners can grasp it quite quickly. Although Tkinter is very limited, it is perfect for exploring GUI class objects and getting something working without too much investment (time-wise - all is free in the python world, of course). Once your UI needs advance to such things as StyledTextControl you'll want a more full-blown Gui ToolKit like wxPython (my favorite).

Check out the Articles sections for links to various IDEs and ToolKits.
Have fun!!! And thanks for joining,
Barton
May 28 '07 #2
Thanks Barton - took me a while to find Tkinter but gottit now and am plodding thru the tuts... One more question, you said your fave GUI is wxPython - would you recommend I try using that now? Or would it be better to get to grips with Tkinter first before upgrading?
thanks again, appreciate your help :-)
May 28 '07 #3
bartonc
6,596 Expert 4TB
Thanks Barton - took me a while to find Tkinter but gottit now and am plodding thru the tuts... One more question, you said your fave GUI is wxPython - would you recommend I try using that now? Or would it be better to get to grips with Tkinter first before upgrading?
thanks again, appreciate your help :-)
I'd say "don't go too overboard with Tkinter".
Just play with it long enough to really grasp the object oriented-ness of python in general and of GUI programming specifically. wxPython IS a minimalist's dream compared to any M$ class structure (MFC, etc.), but is still contains a vast number of classes which can be overwhelming at first.
May 28 '07 #4
ghostdog74
511 Expert 256MB
I would say you start learning language itself before making a plunge into Tkinter. or GUI programming. Get the basic foundations first ...
May 29 '07 #5
dshimer
136 Expert 100+
I would echo that, and note that there are a couple of threads that discuss good python books, both web and paper. Everyone is different, but as an example, most of my programming is processing files in various ways, the only gui stuff I have even learned is a windows file open dialog, so I just use the pywin32 editor and ignore all the gui stuff.
May 29 '07 #6
I recommend this book: "wxPython in Action", by Noel Rappin and Robin Dunn. It takes you by the hand, step by step, is easy to read and has lots and lots of examples.
May 29 '07 #7
Thanks to all who replied for your help.
I have a trip to London in a couple of weeks and will hit the bookshops bigtime as I really want to get to grips with this. Will reluctantly take advice about ignoring GUI for the moment and concentrate on learning the nuts and bolts first.
May 29 '07 #8
bartonc
6,596 Expert 4TB
I recommend this book: "wxPython in Action", by Noel Rappin and Robin Dunn. It takes you by the hand, step by step, is easy to read and has lots and lots of examples.
Yep. That's how I started with wxPython.
May 30 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: cracker23 | last post by:
Hey everyone, I'm currently in the process of working with a vendor to build a mobile phone application. I have a few questions regarding the actual architecture of these apps that I'd appreciate...
1
by: Twayne | last post by:
Hi, Complete newbie here, no C or related language background; starting from the basics. I DO have Visual Basic 6 (non .NET) and batch file experience, but that's all. I have the following...
4
by: Grayham | last post by:
Hi all I am new to this group so 'Hello All' I have a PC which is running linux and in it have installed a digital satellite card. I would like to write some software to access the card, tune...
2
by: Eraser | last post by:
Hello, I'm just starting to learn PL/SQL. To get my feet wet, I'm trying to write a simple stored procedure that takes some values as parameters, and inserts those values into a table. For...
22
by: V S Rawat | last post by:
(bringing the discussion here for php.general) I am on xpsp3, wampserver 2.0, having apache 2.2.8, php 5.2.6, MySQL 5.0.51b. http://localhost/ is E:\wamp\www\ I have put the first php script...
4
by: Mel Smith | last post by:
Hi: I am a programmer (but in a language that is compiled into C code -- then onto .obj and and then an executable -- xHarbour) I already am able to (programmatically) visit websites, and read...
6
Markus
by: Markus | last post by:
Things to discuss: Headers What are they? What does PHP have to do with headers? Why can they only be sent before any output? Common causes
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.