Today I Learnt

01/05/2024
learning python php oracle til

I’m currently working in a new role, splitting my time between (legacy) application support and development. As part of this role, I’m coding using Python, some PHP as well as Oracle databases. While I’ve used both Oracle and PHP slightly before, I’ve had a steep learning curve over the past few months picking up Python. As a result, I’ve started keeping a log of useful concepts and snippets that I’m going to start compiling here on my blog under the TIL tag.

Generating and using the Python requirements.txt file

15/05/2024
learning python dependencies til