Would it not be an easier learning curve to change the order of the basics section from
- url: /basics/types
- url: /basics/collections
- url: /basics/numpy_arrays
- url: /basics/functions
- url: /basics/flow_control
- url: /basics/and_or
- url: /basics/loops
to
- url: /basics/types
- url: /basics/collections
- url: /basics/flow_control
- url: /basics/and_or
- url: /basics/loops
- url: /basics/numpy_arrays
- url: /basics/functions
Arrays and functions before flow control, loops, and logic seems a bit odd to me. Thoughts?
Would it not be an easier learning curve to change the order of the basics section from
to
Arrays and functions before flow control, loops, and logic seems a bit odd to me. Thoughts?