The Following User Says Thank You to BrentDC For This Useful Post: | ||
![]() |
2009-02-22
, 20:56
|
Posts: 118 |
Thanked: 59 times |
Joined on May 2007
|
#22
|
Python is probably easier to learn than both of those and is definitely more powerful....
![]() |
2009-02-22
, 21:57
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#23
|
Brent, I do not doubt that Python is easier to learn, or that it's more powerful. My point is that I (and, I assume, some others who share my limitations) would not have to learn either of those languages. I've used both of them before, and as a long-time dabbler (I won't call myself a programmer) in BASIC, I am very familiar with the syntax and conventions.
I don't have any illusions of creating great software for distribution. I just like being able to cobble together some code to perform simple tasks for my own use. I do play with shell scripts sometimes, but sometime I want to go further than they allow. I've experimented some with lua, but haven't made much progress.
In my opinion, being able to do simple, personal programming projects is an essential part of computing, and it's something I really miss on the N8x0.
![]() |
2009-02-23
, 01:19
|
|
Posts: 97 |
Thanked: 18 times |
Joined on Jan 2008
@ UK
|
#24
|
![]() |
2009-02-23
, 01:55
|
Posts: 43 |
Thanked: 6 times |
Joined on Feb 2009
@ Saint Paul, mn
|
#25
|
![]() |
2009-02-23
, 02:22
|
Posts: 35 |
Thanked: 4 times |
Joined on Nov 2007
|
#27
|
![]() |
2009-02-23
, 02:29
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#28
|
Blender
Inkscape
Gimp (with an interface for the small screen)
Lets see an iDevice do this...
YARR!
}:^)~
{apt'n
The Following User Says Thank You to Thesandlord For This Useful Post: | ||
![]() |
2009-02-23
, 03:53
|
Posts: 118 |
Thanked: 59 times |
Joined on May 2007
|
#29
|
Originally Posted by MeYou can.In my opinion, being able to do simple, personal programming projects is an essential part of computing, and it's something I really miss on the N8x0.
![]() |
2009-02-23
, 12:29
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#30
|
Edit: here is the extremely informal tutorial that I learned Python from: http://www.sthurlow.com/python/lesson01/
That teaches you the syntax + basics, then all you need is the Python Reference + PyGTK reference + the Dive Into Python tutorial for explanations of the advanced stuff.
Last edited by BrentDC; 2009-02-22 at 16:09.