News:

Happy New Year! Yes, the current one, not a previous one; this is a new post, we swear!

Main Menu

About to dig into Python

Started by Networks, December 30, 2007, 04:47:42 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Networks

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)

http://www.zeroforce.net

Quote
[16:50:11] Networks:0:32: What will soup bot be like?
[16:50:15] Warrior[x86]:16:-1: soup-like.
[16:50:21] warzofbeta@Lordaeron:0:62: Like god.
[16:50:26] Warrior[x86]:16:-1: Fake?

rabbit


Blaze

Calculators and address books are easy/fun.  :)
And like a fool I believed myself, and thought I was somebody else...

Networks

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

http://www.zeroforce.net

Quote
[16:50:11] Networks:0:32: What will soup bot be like?
[16:50:15] Warrior[x86]:16:-1: soup-like.
[16:50:21] warzofbeta@Lordaeron:0:62: Like god.
[16:50:26] Warrior[x86]:16:-1: Fake?

Warrior

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?
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

iago

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.

Networks

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.

http://www.zeroforce.net

Quote
[16:50:11] Networks:0:32: What will soup bot be like?
[16:50:15] Warrior[x86]:16:-1: soup-like.
[16:50:21] warzofbeta@Lordaeron:0:62: Like god.
[16:50:26] Warrior[x86]:16:-1: Fake?

chuck

How about a trivia bot for IRC/BNet? Those kind of things are liked, and probably not insanely hard to start with.
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

rabbit

True, but then I'd have to kill him.

topaz~

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/