PyDev of the Week: Ram Rachum
This week we welcome Ram Rachum as our PyDev of the Week. Ram is the author of the Python Toolbox and PythonTurtle. Let’s spend some time getting to know him better!
PyDev of the Week: Ram Rachum Read More »
This week we welcome Ram Rachum as our PyDev of the Week. Ram is the author of the Python Toolbox and PythonTurtle. Let’s spend some time getting to know him better!
PyDev of the Week: Ram Rachum Read More »
The Python 101 Screencast is now available for Pre-Order. If you pre-order the screencast series, then you will receive what I currently have finished (12 videos + the eBook) and then receive updates as I add new ones. There will be a minimum of 44 videos. Upon purchase, you will be able to stream or
Python 101 Screencast Available for Pre-Order Read More »
This week we welcome Patrick Maupin as our PyDev of the Week. Let’s spend some time getting to know Patrick a bit better. Can you tell us a little about yourself (hobbies, education, etc): I was born in San Antonio, Texas and raised in Austin. I spent several months working in England, and met and
PyDev of the Week: Patrick Maupin Read More »
I meant to post this earlier, but I’ve been experiencing some issues with my laptop. Anyway, here’s the last free video from my Python 101 Screencast series. In this episode, you will learn the basics of using classes in Python 3. I hope you enjoy it!
Python 101: Episode #11 – Classes Read More »
This week we welcome Aaron Maxwell as our PyDev of the Week! Aaron is the author of the Advanced Python Newsletter and a very enthusiastic Pythonista. You can check out his github profile to get an idea of what he’s been up to. Let’s spend some time getting to know him better.
PyDev of the Week: Aaron Maxwell Read More »
This week we would like to welcome Yasoob Khalid (@yasoobkhalid) as our PyDev of the Week. He is the writer behind the Free Python Tips blog. Let’s spend some time getting to know him better.
PyDev of the Week: Yasoob Khalid Read More »
The other day, I came across an interesting StackOverflow question where the fellow was trying to figure out how to open a sub-frame only once. Basically he wanted a single instance of the sub-frame (and other sub-frames). After digging around a bit on Google, I found an old thread from the wxPython Google Group that
wxPython: Ensuring Only One Instance Per Frame Read More »
I recently completed Episode #10 of the Python 101 Screencast. It’s about the basics of functions. I hope you like it!
Python 101: Episode #10 – Functions Read More »
This week we would like to welcome Kevin Ollivier as our PyDev of the Week. He’s helped me (and many others) lots of times on the wxPython mailing list. Let’s spend some time getting to know him a bit better.
PyDev of the Week: Kevin Ollivier Read More »
I recently came across a StackOverflow question where the fellow was asking how to get wxPython’s RichTextCtrl’s XML data so he could save it to a database. I don’t know much about this control, but after a quick Google search, I found an article from 2008 that gave me the information I needed. I took
wxPython: Extracting XML from the RichTextCtrl Read More »
Check out my latest episode of Python 101. This one is talks about how imports work in Python. You will learn about the following aspects of importing: import from module import submodule from module import * Enjoy!
Python 101: Episode #9 – Imports Read More »
This week we welcome Alex Gaynor (@alex_gaynor) as our PyDev of the Week! Alex writes an interesting Python blog and is on the board of directors for the Python Software Foundation. You can get a feel for the projects that Alex contributes to via his Github page. Let’s spend some time getting to know him
PyDev of the Week: Alex Gaynor Read More »
Check out my latest video from the Python 101 Screencast. In this episode we learn how to use Python’s file handling capabilities. You will learn how to read, write and append to a file.
Python 101 Screencast: Episode #8 – File I/O Read More »
I recently recorded the next episode of Python 101. This one is on Exception Handling. I hope you like it:
Python 101: Episode #7 – Exception Handling Read More »
This week we welcome David Beazley (@dabeaz) as our PyDev of the Week! David is the author of the Python Essential Reference and the co-author of the Python Cookbook, Third edition. He also has a blog that I enjoyed when I was first learning Python, although I don’t think it’s updated much any more. You
PyDev of the Week: David Beazley Read More »