Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: Networks on December 30, 2007, 04:47:42 AM

Title: About to dig into Python
Post by: Networks on December 30, 2007, 04:47:42 AM
So I am deciding to dig into Python now, just bought a $30 Python 2.5 book, has close to 1000 pages. Pretty interesting. I can't be bothered to learn C/C++ and Python seems right in my department as I love hack, crack, web dev. Plus I think I love the fact that Python is interpretive and dynamically typed.

I am in rut as far as what project I could do....suggestions? (nothing web dev related)
Title: Re: About to dig into Python
Post by: rabbit on December 30, 2007, 09:06:27 AM
(http://imgs.xkcd.com/comics/python.png)
Title: Re: About to dig into Python
Post by: Blaze on December 30, 2007, 02:09:02 PM
Calculators and address books are easy/fun.  :)
Title: Re: About to dig into Python
Post by: Networks on December 30, 2007, 02:53:49 PM
Quote from: Blaze on December 30, 2007, 02:09:02 PM
Calculators and address books are easy/fun.  :)

I've been coding for a while, I can take something a bit harder than that :P
Title: Re: About to dig into Python
Post by: Warrior on December 30, 2007, 02:56:03 PM
Quote from: Networks on December 30, 2007, 02:53:49 PM
Quote from: Blaze on December 30, 2007, 02:09:02 PM
Calculators and address books are easy/fun.  :)

I've been coding for a while, I can take something a bit harder than that :P

I SEE WE HAVE A SMARTY PANTS HERE. THATS JUST FINE.

LETS see you handle a tic-tac-toe

NOT SO TOUGH NOW ARE YOU?
Title: Re: About to dig into Python
Post by: iago on December 30, 2007, 04:59:02 PM
Quote from: Networks on December 30, 2007, 02:53:49 PM
Quote from: Blaze on December 30, 2007, 02:09:02 PM
Calculators and address books are easy/fun.  :)

I've been coding for a while, I can take something a bit harder than that :P

When I'm first starting on a language, even I start with little programs like that. Just a couple, enough to get comfortable with the syntax.
Title: Re: About to dig into Python
Post by: Networks on December 30, 2007, 09:38:56 PM
Quote from: iago on December 30, 2007, 04:59:02 PM
Quote from: Networks on December 30, 2007, 02:53:49 PM
Quote from: Blaze on December 30, 2007, 02:09:02 PM
Calculators and address books are easy/fun.  :)

I've been coding for a while, I can take something a bit harder than that :P

When I'm first starting on a language, even I start with little programs like that. Just a couple, enough to get comfortable with the syntax.

When I first start, I do basic stuff, see how it works command line wise or simple tests. After I get the hang of it, I code something hard on purpose.
Title: Re: About to dig into Python
Post by: chuck on December 31, 2007, 01:45:27 AM
How about a trivia bot for IRC/BNet? Those kind of things are liked, and probably not insanely hard to start with.
Title: Re: About to dig into Python
Post by: rabbit on December 31, 2007, 10:53:25 AM
True, but then I'd have to kill him.
Title: Re: About to dig into Python
Post by: topaz~ on January 23, 2008, 01:36:40 AM
I'm learning Python too! :D It wasn't necessary to buy a book, though - if you have a basic grasp of most programming concepts, then all you really need is an interpreter and a quick tutorial.

The tutorial can be found here:
http://docs.python.org/tut/