Python Print() and Beyond
11–20 of 23 posts
Re: Python Print() and Beyond
#12I really don't see any value in these sort of half-baked posts full of inaccuracies that contribute to low SNR. Someone mentioned that it's a resume puff piece, but to me, it does more harm to the person that wrote it than good. It exposes his superficial level of understanding and lack of deep programming knowledge. Would you hire him based on this? I wouldn't. To end on a positive note, some advice to the author: P…
OP liked something well enough to write a post on it and shared it. I thought the writing was insightful and intriguing. Sure, the official docs contain the same information but I've read that tiny snippet and never retained that information. This way I'll be able to remember this for a longer time.
Re: Python Print() and Beyond
#13The official docs say the same thing in fewer words: https://docs.python.org/3/library/functions.html#print I definitely recommend the official Python docs. They are well written, and you'll find lots of useful nuggets like this.
I personally wish the official docs got a much heavier weighting in the search engines. I hate receiving crap from w3schools and dev.to over the actual good stuff. Stupid SEO crap, but it's a resume puff piece. I can't blame them for writing it. It is a good article with some good examples, I just wish these kinds of articles didn't exist.
Re: Python Print() and Beyond
#14What is the "Beyond" part? Seems more like just basics, that are already in the official docs.
Re: Python Print() and Beyond
#15Earlier quoted context omitted.
I personally wish the official docs got a much heavier weighting in the search engines. I hate receiving crap from w3schools and dev.to over the actual good stuff. Stupid SEO crap, but it's a resume puff piece. I can't blame them for writing it. It is a good article with some good examples, I just wish these kinds of articles didn't exist.
If you already know what you want you can simply add "docs.python.org". It's more work but it's worth it.
Why should I "you can simply" instead of search engine itself?
Re: Python Print() and Beyond
#16The official docs say the same thing in fewer words: https://docs.python.org/3/library/functions.html#print I definitely recommend the official Python docs. They are well written, and you'll find lots of useful nuggets like this.
Re: Python Print() and Beyond
#17The official docs say the same thing in fewer words: https://docs.python.org/3/library/functions.html#print I definitely recommend the official Python docs. They are well written, and you'll find lots of useful nuggets like this.
I personally wish the official docs got a much heavier weighting in the search engines. I hate receiving crap from w3schools and dev.to over the actual good stuff. Stupid SEO crap, but it's a resume puff piece. I can't blame them for writing it. It is a good article with some good examples, I just wish these kinds of articles didn't exist.
Re: Python Print() and Beyond
#18I really don't see any value in these sort of half-baked posts full of inaccuracies that contribute to low SNR. Someone mentioned that it's a resume puff piece, but to me, it does more harm to the person that wrote it than good. It exposes his superficial level of understanding and lack of deep programming knowledge. Would you hire him based on this? I wouldn't. To end on a positive note, some advice to the author: P…
> Programming is a field where you can't really hide your skill from people that are better than you. You're not wrong, but one rarely needs to impress a person better than me to get a job. Hiring managers are rarely subject-matter experts.
That company will likely not have good developers, will be an engineering shit show, and worst of all you will have little opportunity to learn or gain good experience.
Re: Python Print() and Beyond
#19Earlier quoted context omitted.
If you already know what you want you can simply add "docs.python.org". It's more work but it's worth it.
This is not about you, or me, but about general public. When they search for something on general purpose search engines, the docs.python.org should rank higher, so they too can get quality information. Why should I "you can simply" instead of search engine itself?
You (we) have little control of how search engine works, so you can keep saying whatever you like, aren't' going to do a dang thing.
Re: Python Print() and Beyond
#20I really don't see any value in these sort of half-baked posts full of inaccuracies that contribute to low SNR. Someone mentioned that it's a resume puff piece, but to me, it does more harm to the person that wrote it than good. It exposes his superficial level of understanding and lack of deep programming knowledge. Would you hire him based on this? I wouldn't. To end on a positive note, some advice to the author: P…
Also there's nothing wrong with writing a simple post in your blog. The internet isn't going to get full.
Over the last week I've seen two blog posts by the same person being recommended by Medium to me scoring programming languages in a laughable way to recommend their favourite niche languages.
That does way more damage to someone's hireability than a post about Python's print function.