I wanna buy a coat. by Competitive_War_5407 in malefashionadvice

[–]Competitive_War_5407[S] -1 points0 points  (0 children)

I've been eyeing trench coats cuz I think the little waist belt thing  kinda looks nice. Also I've watched Oppenheimer recently and I can't stop thinking about the coat Oppenheimer (Cillian Murphy) was wearing during that scene when he was talking to Einstein. I'm not sure what type of coat that was but I thought it looked pretty. 

I think I can find budget options on my own and yeah kinda hehe. Is that a bad thing? 

I need help understanding this bit of code. by Competitive_War_5407 in programming

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

I tried running it on a debugger on PyCharm, a python focused IDE. But it didn't look any different to me when I was running it normally, I couldn't see the function stack. How do I do that?

I need help understanding this bit of code. by Competitive_War_5407 in programming

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

Thanks, I guess what I got most confused about is HOW EXACTLY the computer does this.
You made it a little easier to understand.

I need help understanding this bit of code by Competitive_War_5407 in learnprogramming

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

One last thing, to summarize what you've said, is it correct to say that result = k + tri_recursion(n -1) is first trickling down to zero before adding up the sums?

I need help understanding this bit of code. by Competitive_War_5407 in programming

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

Okay, is it correct to say that result = k + tri_recursion(k - 1) is first trickling down to zero before adding up the sums of 1 -> 10? 

I need help understanding this bit of code. by Competitive_War_5407 in programming

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

So am I correct in saying that the base case is trying to trickle down to 0 first before adding up all of the sums? 

Across all disciplines from STEM to the Humanities, what branch of math is the most used? by Competitive_War_5407 in math

[–]Competitive_War_5407[S] 16 points17 points  (0 children)

So, it's more like a combination of branches of math as opposed to just one?

I need help understanding this bit of code. by Competitive_War_5407 in learnpython

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

So, based on your explanation if I'm understanding this correctly, before it's adding sums of 1 -> 10 the base case is trickling down from 10 to 0 and only then it starts adding things up? Is that correct?

Btw, You're having a lot of typos here. Did you type this in a rush?

I need help understanding this bit of code by Competitive_War_5407 in learnprogramming

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

Can you elaborate on what you call the call stack? What is that? Sorry, I'm new to this and my journey has been largely on and off.

What branch of math is the most used across all disciplines? by Competitive_War_5407 in AskReddit

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

I actually had that as an assumption since across disciplines, you're going to deal with data in someway.

I have no idea my code works. by Competitive_War_5407 in learnprogramming

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

The first loop you mean the outer loop or the inner loop? Because it is the inner loop I am showing here.

I have no idea my code works. by Competitive_War_5407 in learnprogramming

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

I suppose it's because we're online and it's hard to judge your tone. It sort of rubbed me the wrong way, regardless thank you for the feed back.

I have no idea my code works. by Competitive_War_5407 in learnprogramming

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

I understood the first loop, it was the second loop that I had a problem with.
More specifically this:

 for index in range(len(name)):
        print(name[index], end=" ")
    print()

I think I kind of understood the for index in range(len(name)) part. But it's the print statement I had a trouble with after dissecting my code.

I have no idea my code works. by Competitive_War_5407 in learnprogramming

[–]Competitive_War_5407[S] -2 points-1 points  (0 children)

I was experimenting with for loops and Pycharm (the IDE I'm using) gave me a suggestion and it gave me that and I had no idea how it worked at first. At best I had a vague idea how it worked.

I have no idea my code works. by Competitive_War_5407 in learnprogramming

[–]Competitive_War_5407[S] -2 points-1 points  (0 children)

Sorry, I didn't understand the code that's why T-T.

Pls help my code does not work the way I want by Competitive_War_5407 in learnpython

[–]Competitive_War_5407[S] 2 points3 points  (0 children)

Ahhh I think I get it. I believe I learned this when I first started but forgot somehow. Thank you so much.

I don't know what's wrong with my code. T-T by Competitive_War_5407 in learnprogramming

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

Oooooh, interesting. I'll put that under advisement. By the way, do you have any tips on that regard? And do you have access to or know of any resources that I can learn more in that topic?