Looking to start learning Python?

Begin Here

Author: Mike

PyCon US Discount for Python 101

April 7, 2014 by Mike
PyCon US / Canada (North America?) is starting this week and in honor of my favorite conference, I am having a pre-order sale for my book, Python 101. From now through April 17th, you can get $7 off (almost 50%) of Python 101. Just enter the following code at checkout: pycon2014

Python 101 Book is Available for Pre-order

March 31, 2014 by Mike
I just wanted to drop a quick note that the Python 101 book is now available for Pre-order here. Currently you will receive the draft versions of the book as they become available. Right now, Parts I and II have been released which amounts to approx. 115 pages of content. You can read more about […]

Python 101 - Installing Packages

March 27, 2014 by Mike
When you're first starting out as a Python programmer, you don't think about how you might need to install an external package or module. But when that need appears, you'll want to know how to in a hurry! Python packages can be found all over the internet. Most of the popular ones can be found […]

Python: Creating XML with lxml.objectify

March 26, 2014 by Mike
The lxml.objectify sub-package is extremely handy for parsing and creating XML. In this article, we will show how to create XML using the lxml package. We'll start with some simple XML and then try to replicate it. Let's get started!

Creating Microsoft Excel Spreadsheets with Python and xlwt

March 24, 2014 by Mike
There are a couple of ways to create Microsoft Excel spreadsheets with Python. You can use PyWin32's win32com.client method, which was discussed in an old article a number of years ago or you could use the xlwt package. We'll be looking at the latter in this article. You will learn how to create an Excel […]

Python 101 Book Campaign is Finished!

March 21, 2014 by Mike
The Python 101 book campaign finished today. I am now well funded to create the book and get all the artwork done. I think I may try to get additional illustrations too. While we didn't hit the next stretch goal, I plan to go ahead and work on screencasts anyway. As I mentioned previously, I […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary