Back to Browse

Digestible Python: bite-sized functions are better than super-sized functions

97 views
Oct 19, 2022
10:37

Logic is easier to maintain and evolve when your functions are built to do one thing well. Beginners tend to couple different pieces of logic into the same function. By breaking logic into smaller bite-sized pieces, you set yourself up to write modular code which can adapt to any problem you need to solve. Python: from beginner to intermediate. Topic: effective use of functions.

Download

1 formats

Video Formats

360pmp414.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Digestible Python: bite-sized functions are better than super-sized functions | NatokHD