#classes

[ follow ]
python
Pythonmorsels
1 month ago
Python

Every dunder method in Python

Python dunder methods are crucial for customizing class interactions
The 3 essential dunder methods are __init__, __str__, and __eq__ [ more ]
Daniel Roy Greenfeld
3 months ago
Python

TIL: Writing decorators for classes

Decorators for classes in Python are easier to write than for functions
A decorator can be used to add additional methods to a class [ more ]
B-list
4 months ago
Python

Don't use class methods on Django models

Python classes support three basic types of methods: instance methods, class methods, and static methods.
Instance methods are called from an instance of the class, class methods are called from the class object itself with the class object passed as the first positional argument, and static methods are called from the class object without any implicit first argument. [ more ]
morepython
Polygon
3 weeks ago
Video games

Pathfinder's War of Immortals includes the first new character classes designed without the OGL

Paizo announces War of Immortals meta-event introducing new classes and mythic rules to Pathfinder Second Edition. [ more ]
www.nytimes.com
2 months ago
Dining

A D.I.Y. Approach to Valentine's Day Chocolate

Crafting homemade chocolates can be a personalized and meaningful gift for Valentine's Day.
Melt chocolate shop in London offers classes where participants can learn to make their own chocolates. [ more ]
www.nytimes.com
3 months ago
Dining

Butchering Before Dinner at Leland Eating and Drinking House

Leland Eating and Drinking House in Brooklyn is hosting classes and dinners focused on different types of meat throughout the year.
Goldbelly now offers Peter Luger Steak House burgers for nationwide delivery. [ more ]
Funcheap
3 months ago
Design

SF's Cartoon Art Museum's "Pay What You Wish" Day (First Tuesdays)

Founded in 1984, the Cartoon Art Museum houses approximately 7,000 original pieces and attracts over 30,000 visitors annually.
The Cartoon Art Museum offers exhibitions, classes, workshops, and research opportunities for people of all ages to engage with cartoon art. [ more ]
Chicago Tribune
3 months ago
Education

Schools set to reopen Wednesday for CPS and U-46

Chicago Public Schools will hold classes on Wednesday after cancelling instruction and activities on Tuesday due to frigid temperatures.
Students will not need to make up missed class time from the Tuesday cancellation. [ more ]
Alexandru Nedelcu
7 months ago
Scala

OOP classes vs Higher-order Functions (HOFs)

OOP classes and Higher-order Functions (HOF) can achieve similar functionality
Overriding non-final methods in OOP classes can break the Liskov Substitution Principle [ more ]
[ Load more ]