[OT] How to improve my programming skills?

Steve D'Aprano steve+python at pearwood.info
Fri Jun 2 01:30:43 EDT 2017


On Fri, 2 Jun 2017 01:26 am, Mirko wrote:

> TLDR: Sorry for OT. Long-time Linux geek and hobby programmer wants
> to improve his coding skills. What's most important: project
> planing, algorithms and data structures, contributing to FOSS, web
> development, learning other languages or something else?

Programming.

If you want to improve your programming skills, you must *write code* and then
*run that code* and if it breaks you must *fix that code*.

I cannot tell you how many hours I have wasted writing code that I've never
actually run. Its a trap.



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list