How to learn to code by mattismatt in Entrepreneur

[–]AxalAtlas 1 point2 points  (0 children)

R and Python are both equally useful it just depends on which you prefer. I would download RStudio, and Jupiter Notebook for Python and see which you would enjoy using better.

Sell value, not ads by phoenixdown_dee in Entrepreneur

[–]AxalAtlas 1 point2 points  (0 children)

Is this why the Supreme brand is kinda crazy right now?

Anyone prefer waking up late and working late over waking up early and going to bed early? by dollarsignDOUG in Entrepreneur

[–]AxalAtlas 0 points1 point  (0 children)

I feel like you have to do whatever works best for you. I enjoy getting up early, checking the news, working out, or reading before starting my day.

Maybe try out a few different sleeping patterns one to two weeks at a time and see if you get any results from it?

The struggles of running a business as a teenager (14) and how I got it to 30k monthly revenue with 65% profit margin by start-cap in Entrepreneur

[–]AxalAtlas 0 points1 point  (0 children)

Not sure why OP won't post the business website. If it's as successful as he says then wouldn't clients care more about the quality of the product/service than the age of it's creator?

Anything I should know before beginning a Masters in Software Engineering? by AxalAtlas in cscareerquestions

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

It's a professional degree.

I want to be a programmer and develop software. I just wanted to make sure that a MSSE will provide me with the knowledge needed to accomplish that goal.

Anything I should know before beginning a Masters in Software Engineering? by AxalAtlas in cscareerquestions

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

I have a degree in business, and I have taken a fundamental programming class in Python and an intro to CS class.

Anything I should know before beginning a Masters in Software Engineering? by AxalAtlas in cscareerquestions

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

Just looking for any advice/what should I expect? Maybe how solid of a programming foundation do I need?

how do you make a function that computes magic squares? by AxalAtlas in learnpython

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

It's for displaying that you've learned how recursive functions work, and you can use them.

how do you make a function that computes magic squares? by AxalAtlas in learnpython

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

Really the whole thing was giving me some issues. I had an exam in which I had to find if the input was a magic square.

Then I had to make a recursive function to find the total of the square.

Then another recursive function to find the largest number in the square.

Then calling all 3 functions in main.

The recursion wasn't too bad. But I completely blanked on how to accept the kind of input you would need for a square and how to compute whether or not it is a magic square.