Python Bootcamp for Data week 2: Python Functions and Classes
This week, you will learn how to create functions, classes, and methods. These are the basis of almost any program you might create with Python. Functions and classes are useful for organizing code, increasing maintainability and code reuse.
🎥 Click the image above to access week 1 of the full course on O'Reilly
This is week 2 (out of 4) of the Python Bootcamp for Data. The whole course has four weeks:
- Week 1: Introduction to Python
- Week 2: Python Functions and Classes
- Week 3: Testing In Python
- Week 4: Introduction to Pandas and Numpy
- Working with functions
- Building classes and using methods data structures
- Modules and advanced usage
In this week you will learn to:
- Create and work with functions.
- Build classes and methods.
- Use testing to validate your work
- Week 1: Introduction to Python
- Week 2: Python Functions and Classes
- Week 3: Testing In Python
- Week 4: Introduction to Pandas and Numpy
- Testing In Python book
- Minimal Python book
- Basics of Python functions
- Testing with Pytest
- Use variable arugments
- Free Azure Certification for Students
- Python for Beginners Learn Path