by Andy | Jul 5, 2025 | python, all
When programming in python, you sometimes need to access a path off your project root from deep in another directory hierarchy. Here is a really easy way to do it that always works: import sys print(sys.path[1]) This way, you can use relative paths from the...
by Andy | Jul 5, 2025 | career, all, business skills
Are you aspiring to take the next step in your career? Do you wish your resume could grab more eyes and set you apart from the crowd? If so, you’re in the right place.As a premium career and resume coach, I offer tailored, exclusive services to a select group of...
by Andy | Jul 4, 2025 | python, all
For quite a while now there has been a better way to handle strings in Python. But for some reason it isn’t used as much as I believe it should be. Suppose you have the following variables: name = “andy” age = 42 likes = “Python” and you...
by Andy | Jul 4, 2025 | all, business skills, career
Are you aspiring to take the next step in your career? Do you wish your resume could grab more eyes and set you apart from the crowd? If so, you’re in the right place. As a premium career and resume coach, I offer tailored, exclusive services to a select group...