.related-articles-short { overflow: hidden; display: -webkit-inline-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: calc(1.5em* 3); text-overflow: ellipsis; } .main-blog-post p { margin: 16px 0; } .main-blog-post figure { margin: 24px 0; } .main-blog-post blockquote { display: block; padding-left: 15px; border-left: 3px solid #ccc; font-size: 20px; line-height: 34px; color: #434343; } @media (max-width: 992px) { .main-blog-post h2 { font-size: 26px; } } code { font-size: 16px; } @media (max-width: 478px) { code { font-size: 14px; } }

[Talk] All Things Python meetup in Sunnyvale: insights and highlights

Filipe Ximenes
May 31, 2017
<p>I'll be talking at the All Things Python meetup! It will happen on June 6 in Sunnyvale, California. I'll be talking about good practices designing async tasks and some advanced Celery features.This will be a first version of the talk I'm preparing for <a href="https://2017.djangocon.us/">DjangoCon US</a> in August.</p><p>For signing up or more information, <a href="https://www.meetup.com/All-Things-Python/events/240425252/">this is the link to the event</a>.</p><p>Looking forward!</p>