Python course quistion

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

Look at the list you created and compare for yourself. In addition to the curriculum, there are plenty of tutorials.

1 Like

most of that is in that curriculum, some more is in the next one, Data Analysis with Python, but not everything

these are not in there:

but probably if you also add Legacy Python for Everybody there should be pretty much everything

1 Like