Skip to main content

Home/ Python Programming/ Group items tagged howto

Rss Feed Group items tagged

reckoner reckoner

Introduction To New-Style Classes in Python - 0 views

  • Here's what new-style classes have to offer: Properties: Attributes that are defined by get/set methods Static methods and class methods The new __getattribute__ hook, which, unlike __getattr__, is called for every attribute access, not just when the attribute can't be found in the instance Descriptors: A protocol to define the behavior of attribute access through objects Overriding the constructor __new__ Metaclasses (not discussed)
reckoner reckoner

Metaclass programming in Python - 0 views

  • Metaclass programming in PythonPushing object-oriented programming to the next level
  • New to AOP? You may find this "Introduction to Aspect-Oriented Programming" (PDF) by Ken Wing Kuen Lee of the Hong Kong University of Science and Technology interesting.
reckoner reckoner

Learning to program - 1 views

  •  
    As much as I can. I will cover the basic theory of computer programming - what it is, some of its history and the basic techniques needed to solve problems. I will not be teaching esoteric techniques or the details of any particular programming language,
jgomezdans

PLEAC-Python - 0 views

  •  
    Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages. In this document, you'll find an implementation of the Solutions of the Perl Cookbook in the Python language.
anonymous

How-To Guide for Descriptors - 5 views

  •  
    descriptors
pyodoo

Odoo : How to install odoo 14 on windows 10 - 1 views

https://pyodoo.com/article/how-install-odoo-14-windows-10-pycharm

python howto odoo tutorials

started by pyodoo on 11 Nov 20 no follow-up yet
‹ Previous 21 - 33 of 33
Showing 20 items per page