Earlier quoted context omitted.
I looked at that challenge. Is it really that much harder than FizzBuzz? Seems like it requires more string manipulation and about the same level of mathematics as FizzBuzz. Or am I falling victim to the effect where everything I know how to do looks easy?
The problem's description is deceptively simple. It poses at the end a combinatorics problem that is non-trivial. I submitted a correct solution after a bit of research; my first approach was the naive solution.
Ask HN: Desperate Python Hacker Seeking Help and Suggestions
191–194 of 194 posts
Re: Ask HN: Desperate Python Hacker Seeking Help and Suggestions
#192Your description really isn't enough to give you advice. You should post your resume online somewhere and link to it. But, based on what you said, I can tell you: Using Python in school and at a job doesn't make you a Python Hacker. From your description of yourself it sounds like you mostly play with programming. It may just be the way you worded it, but what was the last 'major' software project you have worked on,…
Re: Ask HN: Desperate Python Hacker Seeking Help and Suggestions
#193Earlier quoted context omitted.
Not linear algebra, although the optimization problem can be expressed in terms of linear programming, I think. I wish you well in caring for your grandmother. That stuff is way more important than programming techniques.
It's weird how full-circle I've gone on this. I went from "the naive solution is easy enough to write" to "I bet there's a more efficient way" to "oh crap, my solution doesn't actually work, because the preferences can have ties." I did have the fun of coding up the algorithm I saw on HN a while back, though, so it was fun.
Seems like I should have been doing it as an A problem, where you can just use the H algorithm. So I want to say thanks to the guys who posted the challenge: it was a good excuse to teach myself some combinatorial algorithms.
Lest anyone wonder, I'm using those weird abbreviations so as not to spoil the problem. Figuring out which algorithms to use is half the fun and I read about quite a few different types of problems before figuring out which was the most suitable. I'd hate to deny anyone else the same learning experience.
Re: Ask HN: Desperate Python Hacker Seeking Help and Suggestions
#194Earlier quoted context omitted.
There are a bunch of big python/django shops in Toronto... more than I can count on two hands... and they are all hiring.
Just curious, what do they do about visas for American employees?