Author Topic: About to dig into Python  (Read 5045 times)

0 Members and 1 Guest are viewing this topic.

Offline Networks

  • Full Member
  • ***
  • Posts: 415
  • I haven't visited my profile!
    • View Profile
About to dig into Python
« 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)
« Last Edit: December 30, 2007, 04:50:53 am by Networks »

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?

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: About to dig into Python
« Reply #1 on: December 30, 2007, 09:06:27 am »

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: About to dig into Python
« Reply #2 on: December 30, 2007, 02:09:02 pm »
Calculators and address books are easy/fun.  :)
And like a fool I believed myself, and thought I was somebody else...

Offline Networks

  • Full Member
  • ***
  • Posts: 415
  • I haven't visited my profile!
    • View Profile
Re: About to dig into Python
« Reply #3 on: December 30, 2007, 02:53:49 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?

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: About to dig into Python
« Reply #4 on: December 30, 2007, 02:56:03 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

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: About to dig into Python
« Reply #5 on: December 30, 2007, 04:59: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.

Offline Networks

  • Full Member
  • ***
  • Posts: 415
  • I haven't visited my profile!
    • View Profile
Re: About to dig into Python
« Reply #6 on: December 30, 2007, 09:38:56 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?

Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: About to dig into Python
« Reply #7 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.
Chucks Blog
JavaOp2 Plugins

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

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: About to dig into Python
« Reply #8 on: December 31, 2007, 10:53:25 am »
True, but then I'd have to kill him.

Offline topaz~

  • Full Member
  • ***
  • Posts: 292
    • View Profile
Re: About to dig into Python
« Reply #9 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/