A_Byte_of_Python

  • Thread starter Thread starter Cousin Stanley
  • Start date Start date
C

Cousin Stanley

Cousin said:
This morning at comp.lang.python, I found a good introduction
to the Python programming language that I haven't seen before ....

http://www.python.g2swaroop.net/byte/

Very small and digestable chunks, suitable for those
with little or no programming experience ....

Python is listed on the 2004 Pricelessware List ....

http://www.pricelessware.org/2004/PL2004PROGRAMMING.htm

Primary Python Web site ....

http://www.python.org/

Beginner's Guide ....

http://www.python.org/topics/learn/
this looks really interesting .

thanks!
 
Cousin Stanley said:
This morning at comp.lang.python, I found a good introduction
to the Python programming language that I haven't seen before ....

http://www.python.g2swaroop.net/byte/

Very small and digestable chunks, suitable for those
with little or no programming experience ....

Very nice, thanks for the link.

And good to see Python mentioned once again, since every 10th
question in here can be answered with Python :-)

Regards,
Wald
 
thanks!

this looks really interesting .

Cousin domsters ....

You're welcome ....

I think it's pretty interesting as well
and so do a few others ....

The following link provides a fairly extensive list
of links to some *Python Success Stories* ....

http://pbf.strakt.com/success

o Industrial Light & Magic
o Google
o Yahoo
o Inktomi
o IBM
o Disney
o ....

If you're interested in programming,
the Python language can provide solutions
in many areas .....
 
Very nice, thanks for the link.

And good to see Python mentioned once again,
since every 10th question in here
can be answered with Python :-)
....

Cousin Wald ....

You're welcome ....

I try to mention Python usage here occasionally
as I too find it very useful and also think
it can provide solutions to many computing tasks
for others as well ....
 
Thought you might be interested in this.
http://www.python-eggs.org/links.html
Cousin Louis ....

Yes I am ....

Thanks for the link ....

http://www.python-eggs.org/links.html

Another one I haven't seen before ....

Although I have a well-organized and extensive set
of Python IE Favorites ( 56 folders | 672 files ),
the _Pyton-Eggs_ page provides a VERY convenient
distillation of links for finding Python related material
quickly ....

Saved the link ....

Saved the page ....
 
But where can we find collections of example programs
for Python ?

http://makeashorterlink.com/?S1E6110C8 .... Sorted Index |
http://www.vex.net/parnassus/ <------------ for This ....|

http://aspn.activestate.com/ASPN/Cookbook/Python

http://freshmeat.net/search/?q=python&section=projects&Go.x=10&Go.y=6

Using wxPython or some other visual library programs ?

Does Python have a built-in visual library
or is an external visual library like wx needed?

The de-facto GUI standard that is shipped with Python
is called Tkinter, which is a wrapper around Tk/Tcl ....

http://www.python.org/topics/tkinter/

There also Python bindings for ....

http://wxpython.org/ ......................... wx library
http://www.pygtk.org/ ........................ gtk library
http://www.riverbankcomputing.co.uk/pyqt/ .... qt library

There are several other GUI programming possibilities
for Python, but those listed above seem to be the most popular,
with the wx library often being referenced as the best
cross-platform GUI solution ....

All are available free with the exception of the qt library,
which I think is free for Linux but not for Windows ....
 
Back
Top