Building a Book Log Program with Python

Built something simple today. A small Python program to log the books I own. Nothing groundbreaking, just working through lists, inputs, and how to structure a basic idea into actual code. That’s really the point right now. Think of a project. Build it. Figure it out as you go. Also wrapped up a calculator program for my engineering bootcamp that I did pretty well on. Seeing things actually work the way you intended is… pretty addictive. It’s been fun developing this skill in real time. You can feel the progress when concepts start clicking and you’re not just copying code anymore, you’re making decisions. Next step is to keep building and eventually move toward full graphical applications. For now though, it’s almost time to shift gears back to law school and start working on an opposition brief due in a couple of weeks. Different disciplines, same process: learn, build, refine, repeat.

“Do Nothing Scripts” are really easy and satisfying to make in Python. If you’ve got a task you do regularly that has steps to it and a prompt for each step is helpful, that’s a great use case. I made one to prompt me the steps of a workout once. https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/comment-page-1/

To view or add a comment, sign in

Explore content categories