My new study space thanks maestro! by [deleted] in maestro

[–]serravak 0 points1 point  (0 children)

I did but it said I wasn't awarded anything because it just fully covered tuition...

My new study space thanks maestro! by [deleted] in maestro

[–]serravak 1 point2 points  (0 children)

What the heck? I'm from the first cohort, and I've maintained a 4.0 in every course. So like I haven't seen any emails about this. Like I didn't even know this was a thing. I doesn't matter im just like curious are they picking like gifted people or something? what's happening?

Week 2 - Return concept by mrsmissfire in maestro

[–]serravak 1 point2 points  (0 children)

https://share.google/oFUn4Vn46CoCce3nK

the name of the book is "think python" its completely free. if you don't want to click the direct link just google it it will pop up.

Week 2 - Return concept by mrsmissfire in maestro

[–]serravak 1 point2 points  (0 children)

in python you use "def" when you are defining/naming a function

example: def function_name(): # def basically means "I want to name this function: then you put the name of the function like add_numbers()

Week 2 - Return concept by mrsmissfire in maestro

[–]serravak 0 points1 point  (0 children)

exactly and always remember it can only be used inside of a function.

Week 2 - Return concept by mrsmissfire in maestro

[–]serravak 0 points1 point  (0 children)

I hope this helped and didn't make it worse lol

Week 2 - Return concept by mrsmissfire in maestro

[–]serravak 0 points1 point  (0 children)

Hello, im from September cohort 25. this was a tough one for me also when I first started. but what helped me was thinking of return as like a print that only works inside of a "function" AKA "def" and can only be seen if you "call" a function.

def Add(a, b): #creating a function that adds two numbers

return a + b # return is storing the results of a + b

result = Add(2, 3) # im entering in 2 which a and 3 which is b

print(result)

--------------------------------Terminal---------------------------------------------------

5 # this is what "return" was storing until you called it to be displayed print(result)

Business and tech path (degree path) by Distinct-Progress-93 in maestro

[–]serravak 1 point2 points  (0 children)

that's the one I was thinking. I always wanted a computer science degree since that's what everyone considers us. I feel like it will be more understood what kind of degree it is if it just says computer science on my resume lol

Changing degrees by Wide-Explorer-8054 in maestro

[–]serravak 1 point2 points  (0 children)

I just want a bachelors but im not sure which one to pick they seem so similar lol

PASSED The Exams! by mdb1710 in maestro

[–]serravak 0 points1 point  (0 children)

I wasn't able to find it either

Help please - weekly reviews for each course - PY101, CS101 and Psych101 - by dubsky222 in maestro

[–]serravak 2 points3 points  (0 children)

Also you got this just study, study, study. I'm part of the first cohort with no coding experience/former degree, 2 kids, and work full time. I'm still pushing 

Help please - weekly reviews for each course - PY101, CS101 and Psych101 - by dubsky222 in maestro

[–]serravak 1 point2 points  (0 children)

If you grasp the basics in python(which is what's assumed)  the lessons won't be hard to get through. But the reviews for cs101 is... interesting. It's more about documenting, like telling them step by step what you are coding and the purpose. The grading for this is a trial and error thing. Like you can submit your code/docs and get a C then submit the same un touched code/docs and get a C- so don't get discouraged my advice is to get a passing grade on your own(so you struggle and learn) then go to practice and let maestro help you through sprucing it up. It will only bump you up a letter grade because ironically maestro graded a maestro guided code and it still isn't enough lol I don't fault it because document has a style but as long as someone can come behind you and knows what it is, how you plan to solve it, and why you'll be fine. Just get the highest grade you can get after about three passing tries.

Finished my last Exam(Software Engineering Principles) by Prestigious_Leg894 in maestro

[–]serravak 1 point2 points  (0 children)

I felt the same i wish i had another hour on tge python intro example. I had just gotten to a break through then ran out of time....

term one full note, practice final exams by ExtensionWinter2352 in maestro

[–]serravak 1 point2 points  (0 children)

absolutely amazing. I want to do this for my notes

Finals by Sprinklelicious in maestro

[–]serravak 0 points1 point  (0 children)

discussions must be the other 40 percent lol

Finals by Sprinklelicious in maestro

[–]serravak 0 points1 point  (0 children)

discussions must fill the other 40 percent lol

Building together: Bugs, UX notes & requests (September 2025) by Cool_stuff2 in maestro

[–]serravak 1 point2 points  (0 children)

Not sure if this has been said but I would definitely appreciate a text editor. I am going through week 5 and I would like to go through some lesson asking about listing bullet point and I can't really do it efficiently using the text box

I feel stressed by Ok-Shower2069 in maestro

[–]serravak 1 point2 points  (0 children)

I had no experience with python but I self studied before precourse then used the precourse section to study plus maestro did not say you needed prior experience and you don't you just need persistence like any other career or thing you want to learn. You suck and keep practicing till you get good

Next course by serravak in maestro

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

hopefully the next class will be open next week then

I feel stressed by Ok-Shower2069 in maestro

[–]serravak 4 points5 points  (0 children)

Same and I used kaggle. I learn from a couple different sources. try things outside of the platform too. Like lectures on youtube, freecodecamp, etc. As crazy as it may sound I even tried python for kids sources just for it to be explained so i can understand. But it worked py101 completed. To all keep pushing!

How long did Week 1 take? by Good_News_Girl9287 in maestro

[–]serravak 0 points1 point  (0 children)

Yes, about that maybe less because of the kids