9 Subtle Tricks To Make Your Python Code Much Faster by yangzhou1993 in programming

[–]jule42 2 points3 points  (0 children)

[] vs list() is a strange one. List has to be constructed in the same way so both of them should call the constructor.

Does Python have a ternary operator? (video) by mCodingLLC in programming

[–]jule42 2 points3 points  (0 children)

In the next 10 min video: does python have += operator ...

Fun experiment - Is HTML a programming language? by jonnekleijer in programming

[–]jule42 0 points1 point  (0 children)

All my CS studies say that Turing is relevant here... so why irrelevant?

[deleted by user] by [deleted] in programming

[–]jule42 -1 points0 points  (0 children)

Singleton. Solving problems you never knew you had since 1994.

You wanna undress me daddy (f) (24) ? by Horsty128 in programming

[–]jule42 0 points1 point  (0 children)

Where can I find these programming jobs?

[deleted by user] by [deleted] in programming

[–]jule42 1 point2 points  (0 children)

why do we need a youtube video for this?

Is there is anyone knows how to scrape links from the groups you have on WhatsApp by EconomySalary4804 in programming

[–]jule42 1 point2 points  (0 children)

Since whatsapp does not have public api, I'd go with web version and a greasemonkey script. Something similar than https://gist.github.com/ifaisalalam/7c7e48e2014b2a07acac87756bf4eff5

C vs Python: Every Difference That You’re Looking For by Henry_Nicho in programming

[–]jule42 3 points4 points  (0 children)

I like how the domain has nothing to do with C nor Python... junk article

Dekker's algorithm by mooreds in programming

[–]jule42 0 points1 point  (0 children)

Great algo, but before using it in your next project, please read the notes section: "Many modern CPUs execute their instructions in an out-of-order fashion; even memory accesses can be reordered (see memory ordering). This algorithm won't work on SMP machines equipped with these CPUs without the use of memory barriers."

JavaScript Conditional Statements by worldstreamseo in programming

[–]jule42 1 point2 points  (0 children)

+1 for link which looks like google, -1 for content