473,385 Members | 1,396 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.

python tutorial/projects

Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.
Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
Jul 18 '05 #1
10 1552
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.

I wouldn't be able to suggest a "non-trivial" project without knowing
more about your background. Can you do a flashcard program? recipe
organizer? SETI@Home client? (I think you see where this is going).

Good luck.

On Tue, 22 Feb 2005 15:23:37 -0800, Danny
<da******@kingkong.me.berkeley.edu> wrote:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.

Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
--
http://mail.python.org/mailman/listinfo/python-list

Jul 18 '05 #2
Oops. The correct URL is http://docs.python.org/tut/tut.html
On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich <sj******@gmail.com> wrote:
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.

I wouldn't be able to suggest a "non-trivial" project without knowing
more about your background. Can you do a flashcard program? recipe
organizer? SETI@Home client? (I think you see where this is going).

Good luck.

On Tue, 22 Feb 2005 15:23:37 -0800, Danny
<da******@kingkong.me.berkeley.edu> wrote:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.

Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
--
http://mail.python.org/mailman/listinfo/python-list

Jul 18 '05 #3
I found this one helpful

http://diveintopython.org/

and this one

http://ibiblio.org/obp/thinkCS/python/english/
Just found this one
http://hetland.org/python/instant-python

and this page has links to many more.

http://www.python.org/doc/Intros.html

And because I'm a huge Bruce Eckel fan.

Thinking in Python
http://mindview.net/Books/TIPython

It's old, but I still go through it every now and then.
--
Thomas G. Willis
http://paperbackmusic.net

On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich <sj******@gmail.com> wrote:
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.

I wouldn't be able to suggest a "non-trivial" project without knowing
more about your background. Can you do a flashcard program? recipe
organizer? SETI@Home client? (I think you see where this is going).

Good luck.

On Tue, 22 Feb 2005 15:23:37 -0800, Danny
<da******@kingkong.me.berkeley.edu> wrote:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.

Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
--
http://mail.python.org/mailman/listinfo/python-list

--
http://mail.python.org/mailman/listinfo/python-list

Jul 18 '05 #4
On Tue, 2005-02-22 at 15:23 -0800, Danny wrote:
Does anyone know of a good python tutorial?
I found this one most helpful.

http://www.ibiblio.org/obp/thinkCSpy/

ajt.
I was also looking for some non-trivial projects to do in python.
Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny

--
Andrew Thomson <an******@applecomm.net>

Jul 18 '05 #5
You know, I hate doing this....

I just remembered the Bruce Eckel book is a direct transaltion from
THinking In Patterns for Java.

And as such the example python code within the chapters is not even
valid Python.
If you're new to the language you'll get confused with the use of
private and static thrown everywhere.

It's still good information though.


On Tue, 22 Feb 2005 18:56:24 -0500, Tom Willis <to********@gmail.com> wrote:
I found this one helpful

http://diveintopython.org/

and this one

http://ibiblio.org/obp/thinkCS/python/english/

Just found this one
http://hetland.org/python/instant-python

and this page has links to many more.

http://www.python.org/doc/Intros.html

And because I'm a huge Bruce Eckel fan.

Thinking in Python
http://mindview.net/Books/TIPython

It's old, but I still go through it every now and then.
--
Thomas G. Willis
http://paperbackmusic.net
On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich <sj******@gmail.com> wrote:
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.

I wouldn't be able to suggest a "non-trivial" project without knowing
more about your background. Can you do a flashcard program? recipe
organizer? SETI@Home client? (I think you see where this is going).

Good luck.

On Tue, 22 Feb 2005 15:23:37 -0800, Danny
<da******@kingkong.me.berkeley.edu> wrote:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.

Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
--
http://mail.python.org/mailman/listinfo/python-list

--
http://mail.python.org/mailman/listinfo/python-list

--
Thomas G. Willis
http://paperbackmusic.net
Jul 18 '05 #6
Danny skrev:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.
There's a lot of projects on Sourceforge that are written in Python,
where you're free to study the code and maybe participate, if you've
got what it takes.
Basically I would like to claim on my resume, that I know python, with
out bad karma.


Your stance is a difficult one, and one that is hard to conciliate with
the Zen of Hacking. Search for enlightenment first, my son, and the
rest will be given to you freely.
--
Leif Biberg Kristensen
Jul 18 '05 #7
In article <TK*******************@news4.e.nsc.no>,
Leif B. Kristensen <ab***@solumslekt.org> wrote:
Danny skrev:
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.


There's a lot of projects on Sourceforge that are written in Python,
where you're free to study the code and maybe participate, if you've
got what it takes.
Basically I would like to claim on my resume, that I know python, with
out bad karma.


Your stance is a difficult one, and one that is hard to conciliate with
the Zen of Hacking. Search for enlightenment first, my son, and the
rest will be given to you freely.
--
Leif Biberg Kristensen


Should we just tell Danny to come to a PyCon? 'Bet we could put
him to use in a Sprint. There's work that fits even the rawest
beginners, if they have the right attitude.
Jul 18 '05 #8
I'm looking for people to work on a couple of projects... online
bookmarks manager for example....

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

Jul 18 '05 #9
On 24 Feb 2005 02:06:24 -0800, Fuzzyman <fu******@gmail.com> wrote:
I'm looking for people to work on a couple of projects... online
bookmarks manager for example....

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

--
http://mail.python.org/mailman/listinfo/python-list

How bout a paying full time job doing python development. In Cincinnati.
That would rule.

I only hear about vb.net or java around here. It's quite depressing.

--
Thomas G. Willis
http://paperbackmusic.net
Jul 18 '05 #10
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.


Basically I would like to claim on my resume, that I know python, with
out bad karma.

Danny
I am as new as it gets. I would highly recommend "Python Programming
for the absolute beginner" by Micheal Dawson. All I can say is it is the only
programming book I have ever been able to finish. I have done a few
programs and am eager to move along. I would be interested in a local
Cincinnati OH users group.
Jun 23 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Andr? Roberge | last post by:
Sorry about the cryptic subject line, but I wanted to capture the essence of my message in a single line. I am learning Python (which, as everyone know is the best language :-) so that I can...
0
by: Cameron Laird | last post by:
QOTW: "You can tell everything is well in the world of dynamic languages when someone posts a question with nuclear flame war potential like 'python vs. ruby' and after a while people go off...
0
by: Cameron Laird | last post by:
QOTW: "You can tell everything is well in the world of dynamic languages when someone posts a question with nuclear flame war potential like 'python vs. ruby' and after a while people go off...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: 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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.