Learn Python tips, tools, and techniques in around 5 minutes each.

Overview

Python shorts

Learn Python tips, tools, and techniques in around 5 minutes each.

Watch on YouTube

Subscribe on YouTube to keep up with all the videos.

Published videos

  • Jan 28, 2022 [scheduled] Combining dictionaries, the Python 3.10 way
  • Jan 25, 2022 [scheduled] Beyond the List Comprehension
  • Jan 22, 2022 [scheduled] for-in Loops to List Comprehensions
  • Jan 16, 2022 [scheduled] Counting the number of times items appear with collections.Counter
  • Jan 13, 2022 - Parsing data with Pydantic
You might also like...
Stack BOF Protection Bypass Techniques

Stack Buffer Overflow - Protection Bypass Techniques

navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hotel.
navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hotel.

navigation_commander navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hote

This repository contains each day of Advent of Code 2021 that I've done.

Advent of Code - 2021 I will use this repository as my Advent of Code1 (AoC) repo for the 2021 challenge. I'm changing how I am tackling the problems

x-tools is a collection of tools developed in Python

x-tools X-tools is a collection of tools developed in Python Commands\

A Python wrapper around Bacting

pybacting Python wrapper around bacting. Usage Based on the example from the bacting page, you can do: from pybacting import cdk print(cdk.fromSMILES

A python script providing an idea of how a MindSphere application, e.g., a dashboard, can be displayed around the clock without the need of manual re-authentication on enforced session expiration

A python script providing an idea of how a MindSphere application, e.g., a dashboard, can be displayed around the clock without the need of manual re-authentication on enforced session expiration

Wrappers around the most common maya.cmds and maya.api use cases

Maya FunctionSet (maya_fn) A package that decompose core maya.cmds and maya.api features to a set of simple functions. Tests The recommended approach

A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

Comments
  • F-string not supported for much older python 3

    F-string not supported for much older python 3

    Great pyshorts video!

    In your python 3 pythonic solution for dict merging, you used f-strings: https://github.com/mikeckennedy/python-shorts/blob/d778932b13c51979fb2191fe45d11799c2777916/shorts/01-merging-dictionaries/v2_pythonic_py3_merge.py#L11-L16

    I have no issue with f-strings; this is a minor issue: You noted it as "python 3", which implies python 3.0 and above. However, f-strings with debug requires python 3.8 and above.

    Indeed, pythonistas should stop using python 3.6 and earlier, but even then, your code will not work for python 3.7.

    I know this distracts for the focus of dictionary merging and would have complicated the exercise with different print statements. Perhaps some additional comments in the code would suffice.

    opened by astrochun 1
Owner
Michael Kennedy
A Python enthusiast, and an entrepreneur. Host of @talkpython and pythonbytes, founder of Talk Python Training. Python Software Foundation Fellow.
Michael Kennedy
A collection of tips for using MISP.

MISP Tip of the Week A collection of tips for using MISP. Published via BelgoMISP (todo) and this repository. Available in MD and JSON. Do you want to

Koen Van Impe 52 Jan 7, 2023
null 1 May 12, 2022
An Notifier Program that Notifies you to relax your eyes Every 15 Minutesđź‘€

Every 15 Minutes ⌛ Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python a

FSP Gang s' YT 2 Oct 18, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutesđź‘€

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

Ashely Sato 1 Nov 2, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutesđź‘€

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

FSP Gang s' Admin 1 Nov 3, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutesđź‘€

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

FSP Gang s' YT 2 Nov 11, 2021
Tools for collecting social media data around focal events

Social Media Focal Events The focalevents codebase provides tools for organizing data collected around focal events on social media. It is often diffi

Ryan Gallagher 80 Nov 28, 2022
Python communism - A module for initiating the communist revolution in each of our python modules

Python communist revolution A man once said to abolish the classes or something

null 758 Jan 3, 2023
edgetest is a tox-inspired python library that will loop through your project's dependencies, and check if your project is compatible with the latest version of each dependency

Bleeding edge dependency testing Full Documentation edgetest is a tox-inspired python library that will loop through your project's dependencies, and

Capital One 16 Dec 7, 2022
Incident Response Process and Playbooks | Goal: Playbooks to be Mapped to MITRE Attack Techniques

PURPOSE OF PROJECT That this project will be created by the SOC/Incident Response Community Develop a Catalog of Incident Response Playbook for every

Austin Songer 987 Jan 2, 2023