Looking to start learning Python?

Begin Here

Tag: Python

Book Review: Mastering Python High Performance

October 15, 2015 by Mike
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 […]

PyDev of the Week: Carol Willing

October 12, 2015 by Mike
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 […]

An Intro to argparse

October 8, 2015 by Mike
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( ... […]

PyDev of the Week: Michael Fogleman

October 5, 2015 by Mike
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 […]

PyDev of the Week: Tracy Osborn

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.

PyDev of the Week: Trey Hunner

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.
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary