Looking to start learning Python?

Begin Here

Author: Mike

New in Python: Underscores in Numeric Literals

January 11, 2017 by Mike
Python 3.6 added some interesting new features. The one that we will be looking at in this article comes from PEP 515: Underscores in Numeric Literals. As the name of the PEP implies, this basically gives you the ability to write long numbers with underscores where the comma normally would be. In other words, 1000000 […]

PyDev of the Week: Oleg Broytman

January 9, 2017 by Mike
This week we welcome Oleg Broytman (@phd_ru) as our PyDev of the Week. Oleg is the maintainer of the SQLObject project. According to their website "SQLObject is a popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes.". You can also see […]

wxPython Cookbook Artist Interview: Liza Tretyakova

January 5, 2017 by Mike
I always put a lot of thought into the covers of my book. For my first book on wxPython, I thought it would be fun to do a cookbook because I already had a lot of recipes on my blog. So I went with the idea of doing a cookbook. For the cover, my first […]

PyDev of the Week: Ivan Levkivskyi

January 2, 2017 by Mike
This week we welcome Ivan Levkivskyi (@ILevkivskyi) as our PyDev of the Week! Ivan is the author or coauthor of several Python Enhancement Proposals, specifically 483, 484 and 526. In other words, Ivan is one of the lead developers behind adding type hints to Python via the typing module. Ivan is a scientist and as […]

wxPython Cookbook is Officially Released!

December 30, 2016 by Mike
I recently finished up Mmy third book, wxPython Cookbook and I am officially releasing it today. My wxPython Cookbook is my longest book yet, clocking in at over 340 pages and over 50 recipes. I have a full table of contents on Leanpub for anyone who is interested in the nitty gritty details. Here are […]

PyDev of the Week: Philip House

December 26, 2016 by Mike
This week we welcome Philip House (@PhilipHouse2) as our PyDev of the Week! Philip is one of the authors behind PEP 526 - Syntax for Variable Annotations which was provisionally accepted into Python 3.6. Philip also writes a blog and is involved in the development of several 3rd party Python packages which you can check […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary