in the course: " Scientific Computing with Python"
can i learn al this things just in that course?:
Python:
• Python Fundamentals
• Variables and data types
• Loops (for, while) and conditional statements (if, elif, else)
• Functions and scope
• Data Structures
• Arrays, lists, tuples and sets
• Stacks and queues
• Dictionaries
• Comprehensions
• Generator expressions
• Exception Handling
• Handling exceptions with try/except
• Raising exceptions
• Functional Programming
• Lambda functions
• Map, reduce, filter
• Object-oriented Programming
• Classes and objects
• Inheritance and polymorphism
• Modules and packages
• Creating modules
• Managing packages with pip and pipenv
• Virtual environments
• Python Standard Library:
• Working with paths, files, and directories
• Working with CSV and JSON files
• Working with Date/time
• Generating random values
• Familiarity with data science libraries
• NumPy
• Pandas
• Matplotlib