@siloamx, thank you for pointing out that Python list comprehensions are faster 
than loops! I only recently started using them for simple list manipulations 
(e.g., vector math), but I did not know they were faster. Also looks like you 
can use functions within them, which makes them useful for my parsing example.

Reply via email to