The HellowFresh team developed an MLOps platform that reduced the time to create a pipeline from weeks to hours? Watch this video to learn about the additional insights into the company's product strategy for MLOps, technical execution for the platform, and strategic considerations for data products. PUBLICATION PERMISSIONS:
PyData provided Coding Tech with the permission to republish PyData talks. CREDITS:
PyData YouTube channel: https://www.youtube.com/@PyDataTV https://www.youtube.com/watch?v=c-TxW8vGXDg
Whether you’re making a career change or striving to break into the industry for the first time, the path to becoming a product manager can be successfully navigated if approached properly. Watch this video to learn about the steps you need to take in order to become a successful Product Manager. PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=7OkHulU0Y3k https://www.youtube.com/watch?v=QDlQRRcYOGY
Diving into the CPython source code can feel daunting. Whether you want to start contributing or just want to get a better understanding of Python by exploring its source code, it’s often difficult to know where to start or what you’re missing. In my talk, I will show you around the CPython source code by implementing a new operator, a pipe operator. While doing so, I will discuss core parts of the internals, such as Python’s grammar, its syntax trees, and the underlying logic that will perform the operation. By the end, you will have a good idea of the moving parts involved in core language features. I will also take you through the steps necessary to make it all work. I’ll show you how I obtained a copy of the source code, regenerated the parser and token files, and how I compiled my modified version of CPython. I will also write and run tests to help me implement my changes. This should give you a mental framework that helps you while diving into more comprehensive resources, like the excellent Python Developer’s Guide (https://devguide.python.org/). My talk is aimed at everyone who wants to explore CPython’s internals. You don’t have to be an expert in Python, although some affinity with Python helps with understanding the internals. I will also use C to implement some of the operator logic, but knowledge of C is by no means required. In short, if you’re interested in diving into the CPython source code, this talk is for you. PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=f8nTJp_k7U8 https://www.youtube.com/watch?v=2_TmUOCr1nw