You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content needs to be expanded and the structure could be improved. For example, if/else comes under the heading Functions.
I suggest we start with a headings like these:
Operators (covers *, +, **, etc.)
Data Types
Builtin Functions
Imports
Input and Output
Iterating
Comparisons and Logical Operators
User Defined Functions
Then we can move on to NumPy and plotting.
The text was updated successfully, but these errors were encountered:
The content needs to be expanded and the structure could be improved. For example,
if/else
comes under the heading Functions.I suggest we start with a headings like these:
Operators (covers *, +, **, etc.)
Data Types
Builtin Functions
Imports
Input and Output
Iterating
Comparisons and Logical Operators
User Defined Functions
Then we can move on to NumPy and plotting.
The text was updated successfully, but these errors were encountered: