Description
In this course, you will learn:
- Set up your Python working environment.
- Use Python's essential functions and objects.
- Use collections to organize objects.
- Manage the program flow.
- Use specialized Python libraries for data analysis.
Syllabus:
- 1. Set up Your Python Work Environment
- Install Python and Anaconda
- Take Your First Steps with Jupyter Notebook
- 2. Handle Fundamental Functions and Objects
- Declare a Variable
- Handle Variable Types
- Write Your Own Functions
- Object-Oriented Programming
- 3. Organize Objects and Manage Program Flow Within a Project
- Create Collections to Store Your Objects
- Control Your Code With Conditional Structures
- Choose the Appropriate Loop
- 4. Use Specialized Python Libraries
- Familiarize Yourself With Python Modules and Libraries
- Manipulate Random Numbers With the Random Module