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.
September 14, 2015 by
Mike This week we welcome Christopher Clarke (@realchrisdev) as our PyDev of the Week. Christopher writes a Python blog that is worth your time perusing. You might also find his github profile interesting. Let's spend some time getting to know him better!
September 7, 2015 by
Mike This week we welcome Matthew Nuzum as our PyDev of the Week. Matthew has recently completed a Django training video that is being published by Packt Publishing. Let's spend some time getting to know him better!