Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
User Journal

Journal Timex's Journal: Back into Python 1

Okay... A couple weeks ago, I decided to take another look at Python-- the first such look I've given the language since around 1997.

So far, I have the basic stuff down. I've got a quick script down that provides functions to add ANSI colors to my output, so I have that going for me. :D

I have Python 2.x on a VM on my work system, but I'm using Python3 on my home system.

Now I need to look at learning classes and lambda (I know OF classes but I've only heard of lambda in passing), and that may take me a while.

This discussion has been archived. No new comments can be posted.

Back into Python

Comments Filter:
  • Python is more or less anti-anonymous functions. Lambda is very highly constrained in Python. Other than that, Python continues to rock more every time I look at it.

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...