About 511 results
Open links in new tab
  1. Metaprogramming with Python[Book] - O'Reilly Media

    With Python, you will have access to advanced metaprogramming features that you can use to build high-performing applications. The book starts by introducing you to the need and …

  2. Metaprogramming with Python [Book] - O'Reilly Media

    Metaprogramming with Python by Sulekha AloorRavi Get full access to Metaprogramming with Python and 60K+ other titles, with a free 10-day trial of O'Reilly. There are also live events, …

  3. 9. Metaprogramming - Python Cookbook, 3rd Edition [Book]

    The main purpose of this chapter is to explore various metaprogramming techniques and to give examples of how they can be used to customize the behavior of Python to your own whims.

  4. Python Metaprogramming in Practice - O'Reilly Media

    Join expert Trey Hunner to dive into the low-level metaprogramming features that Python provides for library and framework authors. You'll explore decorators, descriptors, and metaclasses, …

  5. Advanced Python: Metaprogramming - O’Reilly Live Events

    Explain how the Python execution model really works, including what happens defining a class. Identify the kinds of problems that metaclasses solve. Know when to use advanced techniques …

  6. Chapter 7 : Understanding Generics and Typing - O'Reilly Media

    In this chapter, we will look at what generics are and how to perform type checking in Python 3 and understand how it is useful in metaprogramming. Python is a programming language …

  7. Ruby Metaprogramming - Comprehensive Ruby Programming …

    In this chapter, you will learn some of the basics of metaprogramming in Ruby, including how to open classes and add functionality to built-in Ruby classes. Additionally, you will be able to: …

  8. Metaprogramming with Python [Book] - O'Reilly Media

    In this chapter, we will learn how to use ASTs in Python to generate code for various applications. We will apply these abstract syntax trees to metaprogramming to implement automatic code …

  9. Chapter 4: Working with Metaclasses - Metaprogramming with …

    Understanding decorators helps in following metaclasses with more ease since both decorators and metaclasses deal with metaprogramming on Python 3 program objects by manipulating …

  10. Metaprogramming in .NET[Book] - O'Reilly Media

    Metaprogramming in .NET is a practical introduction to the use of metaprogramming to improve the performance and maintainability of your code. This book avoids abstract theory and …

Refresh