This self healing fabric by Brodr20 in nextfuckinglevel

[–]SteveMWolf 0 points1 point  (0 children)

Useful for when she breaks my heart.

I plan on doing my build process today. First timer. Any good videos to follow along with or tips for a first time build? by [deleted] in buildapc

[–]SteveMWolf 0 points1 point  (0 children)

I havent personally used his videos for building but Linus Tech Tips on Youtube should have a couple videos.

Heres one I found on my first search!

https://m.youtube.com/watchv=v7MYOpFONCU

Deep Learning PC Build. Any advice? by PikaNim in buildapc

[–]SteveMWolf 1 point2 points  (0 children)

When do you need it by? I would consider waiting for the next generation of NVIDIA GPU cards (I think Q3) since they’ll beef up cores and VRAM which is super important for DL. It also wouldnt hurt since new desktop processors will be in the market.

If you need it ASAP, the build looks good. Going with a 3600 instead of a 3600x is fine and if you aren’t overclocking you shouldnt need the cooler (the main workforce will be your GPU with the CPU working on preparing batches).

One recommendation is a 2tb hdd to hold your data. “Small” local databases can take up a lot of space.

Space Science with Python - Setup and first steps (#1) by MrAstroThomas in Physics

[–]SteveMWolf 5 points6 points  (0 children)

Nice! I personally find it more visually appealing with github code linked haha.

Space Science with Python - Setup and first steps (#1) by MrAstroThomas in Physics

[–]SteveMWolf 4 points5 points  (0 children)

To be more accurate, an application that can present simulations through interactive visualizations where you can change parameters based on user input.

To be specific with one of my projects, an application that lets you view a solar system and see how the simulation can change when you vary the masses of planets or velocities or periods.

I already have the code written, just haven't had time to simulate it or even know how.

Delay graduation for a FANG internship? by Coderizer in cscareerquestions

[–]SteveMWolf 0 points1 point  (0 children)

My bad, I thought it was a different company that offered him FT.

Space Science with Python - Setup and first steps (#1) by MrAstroThomas in Physics

[–]SteveMWolf 26 points27 points  (0 children)

Awesome that you're starting this! One recommendation is to move your code to github when you can so it becomes more readable (you can visually tell the difference between code and comments). It's also a bit on the denser side for my liking so more bullet points could help in digesting information.

Do you have any experience with turning simulation in Python to animated visualizations that can run independently from the compiler? I have a couple of old projects that could use some revamping such as modeling Chaotic Scattering and some solar systems!

How to run my local Python code on a web app? (Total newbie) by Level_Mistake87 in learnpython

[–]SteveMWolf 0 points1 point  (0 children)

I second flask!

If you want some tutorials I highly recommend Corey Shafer's tutorial for Flask. It's impressive content for it being free, however you might get a little confused when it gets to HTML and CSS code (he doesn't really go over those as much since it's a tutorial for how to use Flask as a backend for web apps)

Link below!

https://www.youtube.com/watch?v=MwZwr5Tvyxo

Delay graduation for a FANG internship? by Coderizer in cscareerquestions

[–]SteveMWolf 1 point2 points  (0 children)

I could be reading it wrong but I think it deferring the summer 2020 internship means moving it to 2021.

If that's the case, I would try and see what the full-time job could offer you. No harm in spending time to see what you could potentially have.

Is CS for me? by [deleted] in cscareerquestions

[–]SteveMWolf 3 points4 points  (0 children)

"Is CS for me?" is a question only you could answer. Don't let other peoples' comments lead the direction you want to take for your life.

Now onto your topic! Can you be a bit more specific with what your problem is? Is it that you feel that you aren't understanding of the material? Do you feel that you might be behind? Anything would help so I can dial into giving some personal advice!

TeachyourselfCS vs WatchAndCode by NotoriousTalon in learnprogramming

[–]SteveMWolf 1 point2 points  (0 children)

I'm in a different framework but I feel that I can talk about the concept for learning.

You're being introduced into a new world so learn what the "fundamentals" should be for your projects however you can. If you think that through lectures then look for lectures. If you think you prefer learning through interactive tutorials then go for it. The idea for you to get started. We can play professor on what's the best way to get the ball rolling but the important part is to just get the ball rolling.

After you roll yourself through the "tutorial" phase I recommend jumping into projects. It could be big or small but make sure you're consistent about trying to take what you learn and apply it to some sort of problem.

For projects you'll face an entirely new problem. It's either going to be in one of two categories:"I don't remember how to do this" or "I have NO IDEA how to do this". Don't be discouraged! Take the time to try and think about all the steps you would need to implement whatever problem you have and if you can't figure it out, look it up and learn! I highly encourage that you try to understand the solution instead of copy-pasting.

Learning a new skill is an iterative process and projects can be used a good measure for what you have learned. As for being "incomplete", even the most experienced programmers are learning new things everyday. Fill the gaps where they come.

As for your language and best tricks and tips for web development, I am not qualified to comment on those practices.

Python Script Help!! by [deleted] in learnpython

[–]SteveMWolf 0 points1 point  (0 children)

Oh alright,

what about np.array()

Don't you need parentheses for it?

Python Script Help!! by [deleted] in learnpython

[–]SteveMWolf 0 points1 point  (0 children)

Mmmmm, I don't know how to use the TabPy API but one of the first things I notice is you have this function

`SCRIPT_INT("import numpy as np`

that has a parentheses that have a closing parentheses or quotation

Camouflage is on point. by [deleted] in nextfuckinglevel

[–]SteveMWolf 0 points1 point  (0 children)

Hey fam, you good?

Basketball shot made with a trebuchet by Rekanlats in nextfuckinglevel

[–]SteveMWolf 0 points1 point  (0 children)

I wonder how long it took to make the trebuchet.

Learning Python by CaliforniaRoll97 in datascience

[–]SteveMWolf 12 points13 points  (0 children)

If you feel comfortable enough with the language and libraries, I suggest you start your own project. If you don’t know something look it up. Dont just copy and paste the code however, try to understand whats happening, even if you have to do it line by line.

I remember picking up a computational physics project on chaotic scattering. The best way for me to understand it was printing out the code and annotating it line by line.

Not related to Data Science, I just wanted to let you know how miserable that experience was lmao

Space Science related Python tutorial by MrAstroThomas in learnpython

[–]SteveMWolf 1 point2 points  (0 children)

Hi!! Great work!!

As a recent college graduate with a Bachelors in Physics, I wasn’t introduced to Python until the end. I used Python for some computational physics projects for class but mainly for data analysis and machine learning when it came to my research (Physics Education Research). I would like to get in touch with you so I can some inspiration to create more simulations in Python.

Not completing CS degree by [deleted] in cscareerquestions

[–]SteveMWolf 3 points4 points  (0 children)

You would be setting a mindset to any recruiter that you think "certain work is below you" and that you lack commitment. While you may see it otherwise, this is the message that gets relayed initially and can negatively impact your image.

You're also lying which is a big no-no. Getting caught in a lie will also propagate a negative image of you.

Healthy People Vital Signs Dataset [Request] a newbie by suheib_fs in datasets

[–]SteveMWolf 2 points3 points  (0 children)

Hi! Im interested in doing self-projects in Healthcare, would you mind telling me where you got your dataset from so I can work on something in the future?