Skip to content

Instantly share code, notes, and snippets.

@jdthorpe
jdthorpe / Favorite Courses.md
Last active January 20, 2023 16:52
A few of my favorite courses

These are a few of my favorite courses on tech topics

General Coding:

Aside: when writing python packages (not just scripts), consider haveing the phrase "If its name has no dots, you cannot use relative imports" tattooed someplace readily accessible.

Aside 2: In python multiprocessing, you cannot use interactive telatype to interact with subprocesses, so if your subprocess that reaches a a call to pdb.set_trace(), the sub-process will simply hang waiting for a reponse, which can be a real pain to debug

@DomPizzie
DomPizzie / README-Template.md
Last active May 4, 2024 11:44
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started