Python Tutorials

closed account (N36fSL3A)
I find it ironic I'm posting this, but I'm forced to learn Python. I have to write an exporter for blender to export in my personal 3D format, and I NEED to learn Python. Any suggestions?
closed account (3qX21hU5)
http://www.codecademy.com/learn

It should be able to teach you the basics of Python and some of the advanced topics.

If you have any questions on it just let me know and I would be glad to help. Though it is kind of ironic you are asking this since according to your recent posts "Python sucks" ;p.
Last edited on
closed account (N36fSL3A)
Yes, I'm not proud of learning it. It feels kinda a waste because I'll most likely use it once, but I guess it's required.

And I just realized I hate learning new languages. They act like you're an idiot D:

EDIT: I just realized how easy it is.
Last edited on
Don't be so hesitant about learning Python. It's an awesome language if you're comfortable with not so strongly typed variables (which I can understand might take a while to get used to; it took me about a month with Haskell before I finally saw why it's handy.)
Usually you can go and prototype something with a higher level language like Python quicker and easier than you could with C++, and if you ever desire to switch over it's pretty easy to port because they're both imperative languages, and all imperative languages are inherently similar.
closed account (N36fSL3A)
Well it went all fine until it froze here:http://prntscr.com/1kbs78
closed account (3qX21hU5)
No clue what you mean by froze (The browser froze or it won't let you continue?), and a screenshot doesn't tell us much.

If you browser froze just close the browser and restart it. It will save your progress.
closed account (N36fSL3A)
I gives me an achievement and it wont do anything else http://prntscr.com/1kbtl3
What's with the semicolons? It's not illegal, but it's ugly.
closed account (N36fSL3A)
I added them in to see how they look. I admit, in scripting languages they do look ugly.
closed account (3qX21hU5)
I gives me an achievement and it wont do anything else http://prntscr.com/1kbtl3


It should give you a button to click to go on to the next track but if it doesn't just go back and start the next one.
closed account (N36fSL3A)
Thanks.
Topic archived. No new replies allowed.