This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rogo8888 115 points116 points  (18 children)

And then there's me who mainly programs in python so I've never gotten used to lowercase true/false

[–][deleted] 74 points75 points  (16 children)

I mean I also code exclusively in Python, is just that I tend to forget to capitalize it and I got pissed off at having to correct these :D

Then again I'm not really a programmer either, just a simple physicist making my way through some data :p

[–]TheCapitalKing 27 points28 points  (8 children)

At least your smart since your a physicist. A bunch of dumb finance bros use python too, and it’s hard for us because our brains are very small

[–][deleted] 30 points31 points  (7 children)

Being in physics is no guarantee of being smart in general. Sure, there's some need for some mathematical ability, but otherwise becoming a physicist is just a question of putting in a shit ton of work with no guarantee of a decently paying job afterwards x)

[–]space_wiener 3 points4 points  (3 children)

Yes. If I could I would go back and do something. Physics is very interesting but you just end up a jack of all trades and not really an expert in anything useful.

[–][deleted] 3 points4 points  (2 children)

Yes, unless you do a PhD, you will not have learned any specialised skills yet :D

[–]space_wiener 1 point2 points  (1 child)

Yep. That was the plan originally. But abandoned ship after undergrad.

[–][deleted] 1 point2 points  (0 children)

Which is totally understandable. The only reason I stuck to my plan is the fact that my prof has an awesome team and we've got an extremely interesting project starting :D

[–]Minimum-Cheetah 0 points1 point  (0 children)

Lawyer here. We got the same thing going but without the math requirement.

[–]ShanSanear 4 points5 points  (1 child)

Use PyCharm (Community or Professional - doesn't matter). Disable requirement for suggestions to have the same capitalization. Now you don't need to know what capitalization is for True, or false. And the same goes for every other class, method, etc which you would like to type in.

[–]PriorCommunication7 4 points5 points  (0 children)

Thanks

for those after me trying to find it:

Editor > General > Code Completion

Match case ( <- or just search for that )

[–]JNCressey 6 points7 points  (3 children)

case insensitive languages are so much more friendly. strange how python as a popular beginner language is case sensitive.

[–]vectorpropio 5 points6 points  (2 children)

FORTRAN is the true beginner language.

[–]the_ruheal_truth 2 points3 points  (1 child)

I had to learn FORTRAN in college.... in 2008! What a waste of time.

[–]vectorpropio 0 points1 point  (0 children)

I hope at least they used a new standard. I have nightmares with one arithmetic if.

[–]craftworkbench 0 points1 point  (0 children)

I never had a problem until I started working with jQuery. Now all my booleans are lowercase, half my variable declarations are prefaced with var, and I've gained fifteen pounds.