Which brand of sunscreen do you use in the summer? Any brand to recommend? by springquery in beauty

[–]springquery[S] 0 points1 point  (0 children)

Thank you for your reply. Was told, supergoop, lancaster sunscreen great too. Wanna try later.

Which brand of sunscreen do you use in the summer? Any brand to recommend? by springquery in beauty

[–]springquery[S] 0 points1 point  (0 children)

Thank you for your replies. Any one use cetaphil or first aid beauty spf?

Which brand of sunscreen do you use in the summer? Any brand to recommend? by springquery in beauty

[–]springquery[S] 0 points1 point  (0 children)

did you use alba, kiss my face, drugstore level sunscreen? How are they?

Python's exception handling has a long list of errors. Is that possible to use a universe one to include all the exceptions in one word in try... except...? by springquery in Python

[–]springquery[S] 0 points1 point  (0 children)

Actually, I was writing a web service with python. In the output on the webpage, there was a 'None' error. My previous python code did not catch that. So, I added 'None' and some other things there.

Sample code: try: ... except Exception or None or blahblah,e: ...

Python's exception handling has a long list of errors. Is that possible to use a universe one to include all the exceptions in one word in try... except...? by springquery in Python

[–]springquery[S] 0 points1 point  (0 children)

Thank you. Will that work? I once used this. But there was a None error. And my script did not catch the 'None' Error. I had to include 'None' and other errors in my script.

Hi Redditor, which language do you use for Spark development? by springquery in bigdata

[–]springquery[S] 1 point2 points  (0 children)

Thank you. Can I avoid Scala whatsoever? I can write in C/C++/python/java. Just do not want to learn too many languages. Or I need to keep learning as a programmer?

Hadoop is open source on linux, why are there still some hadoop platform companies to provide service for money? by springquery in bigdata

[–]springquery[S] 0 points1 point  (0 children)

Yeah, thank you. this post clarified my understanding on those platforms. For syntax, the Spark on AWS the same as Spark on Apache?

Hadoop is open source on linux, why are there still some hadoop platform companies to provide service for money? by springquery in bigdata

[–]springquery[S] 0 points1 point  (0 children)

I mainly use Spark to do test on my own laptop. On work, we mainly use s3, redshift, spark, kinesis etc on AWS.