Learn how to use Python's logging module in this screencast: You will learn about the following: Creating a log Logging Levels Logging Handlers Logging Formatters Logging to Multiple Locations and more!
This week we welcome Jan Giacomelli (@jangiacomelli) as our PyDev of the Week. Jan is an entrepreneur and blogs about Python. You can see what projects Jan contributes to over on Github. Let's spend a few minutes and get to know Jan better! Can you tell us a little about yourself (hobbies, education, etc): I’ve […]
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of those topics, then you should definitely check out his website or his Github profile. Let's take a few moments […]
Developers have to make decisions all the time. How do you approach this problem? Do you use technology X or technology Y? Which programming language(s) can you use to solve this? Your code also sometimes needs to make a decision. Here are some common things that code checks every day: Are you authorized to do […]
A set data type is defined as an "unordered collection of distinct hashable objects" according to the Python 3 documentation. You can use a set for membership testing, removing duplicates from a sequence and computing mathematical operations, like intersection, union, difference, and symmetric difference. Due to the fact that they are unordered collections, a set […]
This week we welcome Gaetan Delannay as our PyDev of the Week! Gaetan is the creator of Appy, a Python web framework and an entrepreneur. Let's spend some time getting to know Gaetan better! Can you tell us a little about yourself (hobbies, education, etc): It is quite unusual for me to talk about myself, […]