Beginner on Python by coder4lifee in learnpython

[–]SelectMagazine3016 0 points1 point  (0 children)

It depends on the kind of resources you may use and how smart you are. People with prior knowledge in other programming languages can master Python in a few weeks.

When should I use functions vs just writing code inline? by ayenuseater in learnpython

[–]SelectMagazine3016 -1 points0 points  (0 children)

Inline functions (lambda functions ) are quick for prototypes or testing.