This week we welcome Jacqueline Kazil (@JackieKazil) as our PyDev of the Week! She is the co-author of Data Wrangling with Python. Jacqueline is the creator of the Mesa package. You can see what other projects she is working on by going to Github. Let's take a few moments to get to know her better! […]
September 26, 2018 by
Mike In this screencast you will learn how to use lambdas in Python. You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the book on Leanpub Related Articles Python 101: Lambda Basics The Python Lambda
September 25, 2018 by
Mike Jupyter Notebook can be turned into a slide presentation that is kind of like using Microsoft Powerpoint, except that you can run the slide's code live! It's really neat how well it works. The only con in my book is that there isn't a lot of theming that can be applied to your slides, so […]
September 24, 2018 by
Mike This week we welcome Hillel Wayne (@Hillelogram) as our PyDev of the Week! Hillel is the author of "Learn TLA+" and is currently writing "Practical TLA+" with Apress. You should check out his website / blog as it is a good place to learn more about him. Hillel also recently spoke at PyCon US on […]
September 20, 2018 by
Mike In this episode, you will learn the basics of Python decorators and what the are good for. You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the book on Leanpub You can also read about decorators in a couple of other articles on my blog: Python: All About Decorators Python […]
September 18, 2018 by
Mike I don't usually write about my book writing while the book is in progress on my blog, but I know some readers probably wonder why there are times where I am not writing blog posts as regularly as I usually do. The reason is usually because I am deep into writing chapters for a book […]