Python freelancer, consultant, and trainer. Conference speaker. Loves small productivity tips and good CLI apps.
My latest course: https://t.co/uo05qlgtr5
Dec 3, 2020 • 30 tweets • 12 min read
Since everyone is doing the Advent of Code, I want to do something else - the #IPython Advent Calendar.
IPython is great to interactively solve problems like this, and I want to show you some tips to make the most of it.
So 25 tips for 25 days 👇
1. You can display useful information for any function, module, or variable by adding "?" at the end (or at the beginning). No need to google for the documentation.