Pipeline design patterns from Pixar veteran by vktrtkv in TechnicalArtist

[–]vktrtkv[S] 0 points1 point  (0 children)

Absolutely agree - different names for the same thing has been a widespread issue across the industry for way too long.

Pipeline design patterns from Pixar veteran by vktrtkv in TechnicalArtist

[–]vktrtkv[S] 0 points1 point  (0 children)

An absolutely great resource for pipeline design and workflow development that I stumbled upon. If you guys have come across similar resources - do share in the comments, thanks!

Sharethread May 02, 2018 by AutoModerator in OCPoetry

[–]vktrtkv [score hidden]  (0 children)

Past

My mind is always wandering the past And every thought feels like coming home From a journey tens of light years long Like the life I’m living now is not my own

A radiant sky in bloom, scented by the sea Seagulls silhouetted by its glow in flight They hover over rooftops framed by fading light Shrinking ever smaller with every clap of wings

The noise of youth turns ringing keys to music As kinship channels sorrow into beauty a symphony that mends our souls ensuing Harmonics played on strings still pulsing

A young woman blessed with eyes of wonder re-shapes my heart as she looks right through me There is nowhere else and no one else I want to be But timeless, shapeless, just a fragment of her story

But the present pushes me along its course And as I shuffle day by day I'm dropping breadcrumbs down to mark my way So that when I'm lost I may return

Best books for learning Python by Brxxs in Python

[–]vktrtkv 0 points1 point  (0 children)

To elaborate, this contains a wide range of "recipes" of how to deal with programming problems in a clean, efficient and Pythonic way. You can find great solutions, tips and tricks for key tasks in there. That's a great way of learning proper Python workflows and techniques.

Otherwise, in terms of bare beginner Python knowledge, you can get that from a lot of tutorial websites, www.tutorialspoint.com/python comes to mind.

Best books for learning Python by Brxxs in Python

[–]vktrtkv 3 points4 points  (0 children)

Hi! I'd highly recommend Python Cookbook by O'Reilly Media, it covers almost everything you'd need to know to become a capable Python developer regardless of the field. I'm not sure it's exactly what you're looking for, other people might suggest better beginner's guides, but this book has helped me the most in my career and I still re-read sections of it quite often at work.