Packt Publishing recently sent me a copy of Mastering Python High Performance by Fernando Doglio. They also had me be a technical reviewer of the book before its publication. Anyway let's do a quick review and if you think it sounds interesting, you can check out my full review too! Quick Review Why I picked […]
This week we welcome Carol Willing (@WillingCarol) as our PyDev of the Week. Let's spend some time learning more about our fellow Pythonista! Can you tell us a little about yourself (hobbies, education, etc): I love Python! The language, the libraries, and the community. I've met so many talented, creative Pythonistas in my Python […]
Have you ever wondered how to process command line arguments in Python? Yeah, there's a module for that. It's called argparse, which is a replacement for optparse. In this article, we'll be taking a whirlwind tour of this helpful module. Let's start with something simple! Getting Started >> import argparse >>> parser = argparse.ArgumentParser( ... […]
This week we welcome Michael Fogleman as our PyDev of the Week! Mr. Foglebird has been helping out Python programmers prodigiously on StackOverflow for quite some time. I know I've appreciated some of his answers when I've gone to look for help. He has a large list of personal programming projects on his website that […]
September 28, 2015 by
Mike This week we welcome Tracy Osborn as our PyDev of the Week. She is active in the Django portion of the Python universe. Let's spend some time getting to know her.
September 21, 2015 by
Mike This week we welcome Trey Hunner (@treyhunner) as our PyDev of the Week! Trey writes a programming blog which is worth your time checking out. He is quite active in his local Python community as well as the worldwide community. Let's spend some time getting to know Trey.