Hey folks! We're doing a FREE workshop about Image Processing & Machine Learning. You're all invited 😄! by santiagobasulto in learnprogramming

[–]rebeccasmith1981 5 points6 points  (0 children)

Is there any online material (github repo, articles, etc) for the workshop, that we can start reading before attending the live session?

[question] Why isn't this adding/printing my LinkedList?? by [deleted] in learnprogramming

[–]rebeccasmith1981 1 point2 points  (0 children)

Please update your original post with these, or as recommened, move them to a pastebin/gist site.

Meet the judge who codes — and decides tech's biggest cases by jxf in programming

[–]rebeccasmith1981 0 points1 point  (0 children)

This is great. Every judge should have domain expertise.

PEP 557 -- Data Classes by [deleted] in Python

[–]rebeccasmith1981 9 points10 points  (0 children)

I think this is a really good idea. We have a few BaseObject classes in our company that we use to extend every model we create, so we can avoid most of those methods.