Re: [Tutor] What are your favourite unofficial resources

2014-07-07 Thread Albert-Jan Roskam
 On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:

  I'm looking for tips for an appendix to a book that
  I'm working on.
 
  What are the best unofficial (ie not python.org)
  resources for people who have learned the basics
  but are not experts yet? ie Typical tutor list
  graduates...
 
  I'm thinking about web sites, blogs, books, videos etc.
  Anything that might be worth knowing about.
 
  I've got a few of my own - Activestate, O'Reilly,
  ByteOfPython, PythonChallenge, ShowMeDo etc.
 
  But I thought the tutor list readers might be an
  interesting source of alternatives that I hadn't
  thought of, or even heard of.
 
  All contributions considered :-)

Not sure if this one has been mentioned already: effbot.org. An absolute must!
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-07-05 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:
 I'm looking for tips for an appendix to a book that
 I'm working on.

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...

 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.

 All contributions considered :-)

 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor


I got the following link from the Pycoder's weekly
newsletter(http://pycoders.com/)
http://www.reddit.com/r/Python/comments/29qd6x/ask_recommended_python_books_for_experienced/
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-07-05 Thread Albert-Jan Roskam





--
On Sat, Jul 5, 2014 8:09 PM CEST Varuna Seneviratna wrote:

On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:
 I'm looking for tips for an appendix to a book that
 I'm working on.

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...

 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.

 All contributions considered :-)

 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor


I got the following link from the Pycoder's weekly
newsletter(http://pycoders.com/)
http://www.reddit.com/r/Python/comments/29qd6x/ask_recommended_python_books_for_experienced/

For tkinter, this is a great resource: 
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html 
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-07-01 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:
 I'm looking for tips for an appendix to a book that
 I'm working on.

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...

 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.

 All contributions considered :-)

 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor

Google Python Class http://www.youtube.com/watch?v=tKTZoB2Vjuk and the web
page of the lecturer Nick Parlante http://cs.stanford.edu/people/nick/,
there are a few Python resources at his web page I think you will find them
useful
 http://codingbat.com/(is my main part-time project these
days as described by Nick Parlante)
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-07-01 Thread Danny Yoo
Yikes, I completely forgot about Dive Into Python!
http://www.diveintopython.net/
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Bob Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 29/06/14 23:41, Alan Gauld wrote:
 I'm looking for tips for an appendix to a book that I'm working
 on.
 
 What are the best unofficial (ie not python.org) resources for
 people who have learned the basics but are not experts yet? ie
 Typical tutor list graduates...
 
 I'm thinking about web sites, blogs, books, videos etc. Anything
 that might be worth knowing about.
 
 I've got a few of my own - Activestate, O'Reilly, ByteOfPython,
 PythonChallenge, ShowMeDo etc.
 
 But I thought the tutor list readers might be an interesting source
 of alternatives that I hadn't thought of, or even heard of.
 
 All contributions considered :-)
 

Python Module of the Week http://pymotw.com/2/

Bob
- -- 
Bob Williams
System:  Linux 3.11.10-17-desktop
Distro:  openSUSE 13.1 (x86_64) with KDE Development Platform: 4.13.2
Uptime:  06:00am up 1 day 20:14, 0 users, load average: 0.04, 0.05, 0.05
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlOxRIsACgkQ0Sr7eZJrmU5kfQCgkE0dRzO1G+o/GX78s4U7oe3U
mNQAoJ+ayTo+79Xj+9JaHoMrflxDHCzW
=uWQJ
-END PGP SIGNATURE-
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread C Smith
Learning Python Design Patterns, by Gennadiy Zlobin
Let us know when your book is done!

On Mon, Jun 30, 2014 at 7:05 AM, Bob Williams
li...@barrowhillfarm.org.uk wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 29/06/14 23:41, Alan Gauld wrote:
 I'm looking for tips for an appendix to a book that I'm working
 on.

 What are the best unofficial (ie not python.org) resources for
 people who have learned the basics but are not experts yet? ie
 Typical tutor list graduates...

 I'm thinking about web sites, blogs, books, videos etc. Anything
 that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly, ByteOfPython,
 PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an interesting source
 of alternatives that I hadn't thought of, or even heard of.

 All contributions considered :-)


 Python Module of the Week http://pymotw.com/2/

 Bob
 - --
 Bob Williams
 System:  Linux 3.11.10-17-desktop
 Distro:  openSUSE 13.1 (x86_64) with KDE Development Platform: 4.13.2
 Uptime:  06:00am up 1 day 20:14, 0 users, load average: 0.04, 0.05, 0.05
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

 iEYEARECAAYFAlOxRIsACgkQ0Sr7eZJrmU5kfQCgkE0dRzO1G+o/GX78s4U7oe3U
 mNQAoJ+ayTo+79Xj+9JaHoMrflxDHCzW
 =uWQJ
 -END PGP SIGNATURE-
 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:
 I'm looking for tips for an appendix to a book that
 I'm working on.

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...

 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.

 All contributions considered :-)

 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor


http://learncodethehardway.org/
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille

On 6/29/2014 3:41 PM, Alan Gauld wrote:


What are the best unofficial (ie not python.org)
resources for people who have learned the basics
but are not experts yet?


dejanews.com, no wait, that's now groups.google.com  -- oh wait, the 
just-don't-be-evil empire kinda killed that one off finally.  sigh


Emile




___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Danny Yoo
 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet?

 dejanews.com, no wait, that's now groups.google.com  -- oh wait, the
 just-don't-be-evil empire kinda killed that one off finally.  sigh


Hi Emile,

I do not know what you are referring to.  Can you be more specific?
Are you referring to comp.lang.python, or a different newsgroup, or
something else entirely?  Are you talking about a particular mailing
list?
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille

On 6/30/2014 3:48 PM, Danny Yoo wrote:

What are the best unofficial (ie not python.org)
resources for people who have learned the basics
but are not experts yet?


dejanews.com, no wait, that's now groups.google.com  -- oh wait, the
just-don't-be-evil empire kinda killed that one off finally.  sigh



Hi Emile,

I do not know what you are referring to.  Can you be more specific?
Are you referring to comp.lang.python, or a different newsgroup, or
something else entirely?  Are you talking about a particular mailing
list?


See http://en.wikipedia.org/wiki/Google_Groups for one version of the 
details, but the initial demise of deja.com took away what was then the 
best research tool around (IMHO) until google revived it (yay!), until 
google rewrote it (boo! hiss!).


Knowing-as-much-as-I-need-to-already-ly y'rs,

Emile


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Danny Yoo
On Mon, Jun 30, 2014 at 4:01 PM, Emile van Sebille em...@fenx.com wrote:
 On 6/30/2014 3:48 PM, Danny Yoo wrote:

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet?


 dejanews.com, no wait, that's now groups.google.com  -- oh wait, the
 just-don't-be-evil empire kinda killed that one off finally.  sigh


... Stay on topic... We're too close!... Stay on topic!


In any event, I did very much like Dave Beazley's Python Essential
Reference.  At least, I remember thinking it was excellent it when it
was in its red cover.  :P   I don't know what the latest edition is
like, but it's probably of similar quality.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille

On 6/30/2014 4:14 PM, Danny Yoo wrote:


In any event, I did very much like Dave Beazley's Python Essential
Reference.  At least, I remember thinking it was excellent it when it
was in its red cover.  :P   I don't know what the latest edition is
like, but it's probably of similar quality.


Well, in that case I'd put forward effbot's guide to the python standard 
library, particularly for python 2.x, but most of the examples are still 
valid.  I paid for it back in the day, but now it's available on-line at 
http://effbot.org/librarybook/


Emile

please excuse duplicates if they show up - I'm not sure I originally 
sent this from a valid account for the mailing list gateway



___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Alan Gauld

On 01/07/14 00:01, Emile van Sebille wrote:


dejanews.com, no wait, that's now groups.google.com  -- oh wait, the
just-don't-be-evil empire kinda killed that one off finally.  sigh


While deja-news wasn't exactly a Python resource I share your
regret that it disappeared. While you can, just about, find
the same information via Google Groups it is nowhere near
as effective as the old Deja-News was.

But I'm really looking for something a wee bit more Python
specific, otherwise I'll have to list every search engine! :-)

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Alan Gauld

On 01/07/14 00:29, Emile van Sebille wrote:


Well, in that case I'd put forward effbot's guide to the python standard
library, particularly for python 2.x, but most of the examples are still
valid.


That's a good point, I omitted to say I'm specifically looking
at Python 3 only. The book code is all tested up to v3.4...

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] What are your favourite unofficial resources

2014-06-29 Thread Alan Gauld

I'm looking for tips for an appendix to a book that
I'm working on.

What are the best unofficial (ie not python.org)
resources for people who have learned the basics
but are not experts yet? ie Typical tutor list
graduates...

I'm thinking about web sites, blogs, books, videos etc.
Anything that might be worth knowing about.

I've got a few of my own - Activestate, O'Reilly,
ByteOfPython, PythonChallenge, ShowMeDo etc.

But I thought the tutor list readers might be an
interesting source of alternatives that I hadn't
thought of, or even heard of.

All contributions considered :-)

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread Deb Wyatt



 -Original Message-
 From: alan.ga...@btinternet.com
 Sent: Sun, 29 Jun 2014 23:41:45 +0100
 To: tutor@python.org
 Subject: [Tutor] What are your favourite unofficial resources
 
 I'm looking for tips for an appendix to a book that
 I'm working on.
 
 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...
 
 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.
 
 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.
 
 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.
 
 All contributions considered :-)
 
 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos
 
 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor

codecademy.com, codingbat.com, checkio.com

Head First Python.  There are some more books but I can't think of them right 
now. 

Deb in WA, USA


Protect your computer files with professional cloud backup.
Get PCRx Backup and upload unlimited files automatically. 
Learn more at http://backup.pcrx.com/mail


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld alan.ga...@btinternet.com wrote:
 I'm looking for tips for an appendix to a book that
 I'm working on.

 What are the best unofficial (ie not python.org)
 resources for people who have learned the basics
 but are not experts yet? ie Typical tutor list
 graduates...

 I'm thinking about web sites, blogs, books, videos etc.
 Anything that might be worth knowing about.

 I've got a few of my own - Activestate, O'Reilly,
 ByteOfPython, PythonChallenge, ShowMeDo etc.

 But I thought the tutor list readers might be an
 interesting source of alternatives that I hadn't
 thought of, or even heard of.

 All contributions considered :-)

 --
 Alan G
 Author of the Learn to Program web site
 http://www.alan-g.me.uk/
 http://www.flickr.com/photos/alangauldphotos

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor

Hope this helps you
  http://coderbyte.com/
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread memilanuk

On 06/29/2014 03:41 PM, Alan Gauld wrote:

I'm looking for tips for an appendix to a book that
I'm working on.

What are the best unofficial (ie not python.org)
resources for people who have learned the basics
but are not experts yet? ie Typical tutor list
graduates...

I'm thinking about web sites, blogs, books, videos etc.
Anything that might be worth knowing about.

I've got a few of my own - Activestate, O'Reilly,
ByteOfPython, PythonChallenge, ShowMeDo etc.

But I thought the tutor list readers might be an
interesting source of alternatives that I hadn't
thought of, or even heard of.

All contributions considered :-)



Some stuff that I've bookmarked over time... not all of which I've 
actually go around to making use of :(


http://interactivepython.org/courselib/static/pythonds/index.html

http://rosettacode.org/wiki/Rosetta_Code

http://rosalind.info/problems/locations/

http://nullege.com/

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor