September 17, 2018 by
Mike This week we welcome Younggun Kim (@scari_net) as our PyDev of the Week! Younggun has been on the board of directors for the Python Software Foundation and is the founder of PyCon Korea. He has translated several programming books into Korean. You can get the full list on his website. You can also check his […]
September 11, 2018 by
Mike A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application has loaded. Some developers use splash screens as a way to tell the user […]
September 11, 2018 by
Mike Learn the basics of using Python's built-in debugger, pdb. Note that this screencast was recorded before Python 3.6 and 3.7 so it does not cover some of the new enhancements in the debugger. You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/chapter24_debugging.html
September 10, 2018 by
Mike This week we welcome Oliver Bestwalter (@obestwalter) as our PyDev of the Week! He is one of the core developers of the tox automation project and the pytest package. He is also a speaker at several Python related conferences. You can learn more about Oliver on his website or on Github. Let's take a few […]
September 6, 2018 by
Mike Learn the basics of Python's built-in XML modules, minidom and ElementTree. You can read the chapter this is based on here: http://python101.pythonlibrary.org/chapter23_xml.html or get the book from Leanpub: https://leanpub.com/python_101
September 3, 2018 by
Mike This week we welcome Aisha Bello (@AishaXBello) as our PyDev of the Week! Aisha is the founder of PyLadies Nigeria and is passionate about STEM in developing countries. She is also an organizer for DjangoGirls in Africa. Aisha has gone around the world speaking talking about Python at EuroPython, DjangoCon, Python Brasil and the PyData […]