PyBites Platform logo

Hone Your Python Skills!

  • Newbie Bites
  • Intro Bites
  • Regular Bites
  • Learning Paths
  • 100 Days of Code
  • Pricing
  • Community
  • Login
  • Pybites blog articles
  • Subscribe to our YouTube Channel
  • Follow us on Twitter
Get our Python Tips Book
☰ ☰

PyBites Platform

Pybites Platform 2.0 is live 🎉 🐍 Join us now 📈

go back  What to code next?

  • Bites of Py Exercises
  • Blog Code Challenges
Bite Level Description & Tags
Bite 20. Write a context manager Advanced level Write a context manager to roll back a transaction on …
3.10 context managers dunder methods operator overloading with statement
Bite 88. Write a performance monitoring context manager Advanced level It's time for Context Managers part II. In Bite 20 …
3.10 context managers Counter
Bite 212. Suppressing exceptions Intermediate level Ever wanted to suppress an exception? Check out Python's contextlib …
3.10 context managers exception handling
Bite 217. Capture stdout Intermediate level Sometimes you need to capture stdout in your script. Python …
3.10 context managers StringIO
PCC Title Summary
09 The With Statement and context managers A new week, more coding! This week we have a free form exercise. This week you will implement your own Context Manager (= support with on your object).

© CodeChalleng.es is <> with ♥ by PyBites | Testimonials

Don't set out to learn Python. Choose a problem you're interested in and learn to solve it with Python. - Jake VanderPlas