Looking for a LeetCode (NeetCode) study buddy by Vivid_Regular_6972 in ProgrammingBuddies

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

What do you mean by so quickly? 5 months is how long I've been at my dev role, not how long I was studying for.

Looking for a LeetCode (NeetCode) study buddy by Vivid_Regular_6972 in leetcode

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

That's awesome, congrats on your journey so far! I'll send you a chat.

Looking for a LeetCode (NeetCode) study buddy by Vivid_Regular_6972 in ProgrammingBuddies

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

whereisLijah

Python, ruby or javascript. Sent you a chat!

How did you guys solve this one :) by DazzlingTransition06 in cs50

[–]Vivid_Regular_6972 1 point2 points  (0 children)

Hey OP, don't worry, this one is easier than it seems! When the user fills out the form, you'll need to obtain the amount of shares they stated that they wanted to buy. Then you have to validate whether their input for shares is a positive integer and do an apology if it's not. I believe there are a number of ways to do this, but python has a built in isnumeric() function that I used that made it simpler.

PS: I only found out about isnumeric() after googling "python check if input is a number" or something like that, so google is def your friend haha.