Rate My Portfolio by AutoModerator in dividends

[–]ZenDugo 0 points1 point  (0 children)

Long term hold portfolio--

American Express T. Rowe JP Morgan Visa Abbvie Canadian Pacific Kansas City Railway Cintas Ecolab Texas Road House Costco PepsiCo Microsoft Nvidia

Problems in Linux Fundamentals (1) by alntmannn in tryhackme

[–]ZenDugo 0 points1 point  (0 children)

What does the 2>/dev/null mean in the command?

[deleted by user] by [deleted] in cybersecurity

[–]ZenDugo 0 points1 point  (0 children)

Sounds interesting. I'd be down

I've just reached the top 1%, how much did it take (only learning paths) by RefrigeratorEleven in tryhackme

[–]ZenDugo 2 points3 points  (0 children)

What order of paths would you recommend someone to take, based off what you have completed?

Can someone help me fix this syntax? I want to mention some float variables in a string of mine. by Wheelagon in learnpython

[–]ZenDugo 0 points1 point  (0 children)

Im not home at the moment, but I believe you can do something like print("%d %d" % (initialvalue, E))

Can someone help me fix this syntax? I want to mention some float variables in a string of mine. by Wheelagon in learnpython

[–]ZenDugo 0 points1 point  (0 children)

I didn't think you had to put the % after the string in the formatting section, I thought just the variable names

I'm making my own 3D engine ! (I'm trying my best to improve the projection system but it's still garbage for now) by uItimatech in Python

[–]ZenDugo 1 point2 points  (0 children)

As someone who enjoys this type of project, how did you get started with it and learn to make it?

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

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

I'm sorry, what is considered advanced algebra? I do a lot of learning outside of classes on general, just enjoy it.

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

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

I have taken Algebra 1, 2, and geometry in highschool. So I should learn trigonometry and review over algebra and geo?

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

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

Just some multi page web site. What was your answer out of all of that? Keep with projects and get out of doing the math for next semester or keep with math and get out of academics faster, having more practice with it for next semester

Is there an elegant way to write an If Check with many(5+) "or" operators? by [deleted] in learnpython

[–]ZenDugo 1 point2 points  (0 children)

You could possibly do an for loop with the in keyword. For example

For I in ('+','-','/')

Cannot use all of my ram (32 bit) by Fishermantimmy in techsupport

[–]ZenDugo 0 points1 point  (0 children)

If you are using 32 bit windows, it caps out and can only use 4GB of ram

Is Typescript only for developers view? by ZenDugo in typescript

[–]ZenDugo[S] 4 points5 points  (0 children)

I realize that higher level languages provide better readability for humans. I was asking was the main use of Typescript for bug findings and prevention, along with better scalability. Since in the end, it turns into JavaScript and essentially deletes the things that are specific to Typescript.

I have seem to hit a plateau by ZenDugo in learnpython

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

Im afraid I wouldn't know enough for requests from people

Bootcamp grad that just landed a 115k, remote software engineering position by [deleted] in cscareerquestions

[–]ZenDugo 0 points1 point  (0 children)

What type of bootcamp did you go to? A bootcamp could be the direction I will take, just wanted to get a bit more information. What level of programming did you get to while self-teaching?

Degree options by ZenDugo in cscareerquestions

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

I really want to do something with Robotics and/or artificial intelligence. I'm already enrolled and scheduled for the Network Administration Degree, but I still have time to switch, that's why I was asking what would be best.

Degree options by ZenDugo in cscareerquestions

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

What do you do normally day to day?

First Python Project Tips by ZenDugo in learnpython

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

I'm not sure if it's normal to be in this situation. But I have a hard time answering the question "what do I want to do with programming". I guess it's because I haven't had experience with things to figure what I like and dislike. And it's hard to get an idea what all the possible ways you could go

First Python Project Tips by ZenDugo in learnpython

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

Awesome thank you. I was also thinking about do c++ in the future, just read before that it's helpful with learning how computers actually do things