Looking to start learning Python?

Begin Here

Tag: Python

Learn How to Log with Python (Video)

May 12, 2020 by Mike
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!

PyDev of the Week: Jan Giacomelli

May 11, 2020 by Mike
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 […]

PyDev of the Week: Samuel Hinton

May 4, 2020 by Mike
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 […]

Python 101: Conditional Statements

April 29, 2020 by Mike
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 […]

Python 101: Learning About Sets

April 28, 2020 by Mike
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 […]

PyDev of the Week: Gaetan Delannay

April 27, 2020 by Mike
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, […]
1 31 32 33 34 35 176
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary