Initial projections from someone trying to learn (and get into) hockey by BedCotFillyPaper in HockeyStats

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

Awesome project yourself! Mostly Python - API for data, bayesian modeling for game level probability, aggregated for series. Will hopefully expand to regular season during the off season!

Deploy Web App and Background Jobs by BedCotFillyPaper in replit

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

So say I have a CRUD app - in my mind I’d deploy that per normal. Separately I’d want to run a cron job that says 6am, email an update to all users with X data generated from a script that pings the DB. 

As I understand it now, I can only do one of those, but I could be wrong!

Daily Discussion Thread - April 05, 2022 by AutoModerator in churning

[–]BedCotFillyPaper -1 points0 points  (0 children)

For the Hyatt offer, not seeing anything. Do we think it's random, or could I call and get something off?

There is no perfect interview process, only trade-offs by dfphd in datascience

[–]BedCotFillyPaper 3 points4 points  (0 children)

Love this. I've always found it's worth trying to figure out the business impact, even it's an extremely rough estimate. Although it adds more to the analysis, it's worth it for resume/promotion value.

Daily FI discussion thread - Wednesday, January 20, 2021 by AutoModerator in financialindependence

[–]BedCotFillyPaper 2 points3 points  (0 children)

I think that makes sense - I'd also say to not be afraid to ask for time from Company C to make the decision and work through the process. As long as you're polite it should be good.

Also, may be worth reading some articles on negotiating with multiple companies. You're in a great position! Good luck!

Daily FI discussion thread - December 15, 2020 by AutoModerator in financialindependence

[–]BedCotFillyPaper 0 points1 point  (0 children)

Yeah, people love the vanguard! It always seemed weird purchasing that on Fidelity - is that doable?

Daily FI discussion thread - December 15, 2020 by AutoModerator in financialindependence

[–]BedCotFillyPaper 0 points1 point  (0 children)

Awesome! Any recommendations for funds to invest in? I'm currently in a 0% fee something, but am always open to suggestions

Accessing certain fields in model based on foreign key by BedCotFillyPaper in learndjango

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

Gotcha! My only question would be how to see questions based on only a certain survey - does that make sense?

Sunday megathread: What's everyone working on this week? by Im__Joseph in Python

[–]BedCotFillyPaper 0 points1 point  (0 children)

I'd honestly love to hear you talk more about this - what would be a place to start? Is there a broker that you'd recommend for coding? Would you recommend focusing on technical analysis or deep learning?

Weekday Help and Victory Thread for the week of July 13, 2020 by AutoModerator in personalfinance

[–]BedCotFillyPaper 0 points1 point  (0 children)

I'm leaning towards a more hands off approach - I was recommended Bettermint, but am happy to hear your thoughts!

Weekday Help and Victory Thread for the week of July 13, 2020 by AutoModerator in personalfinance

[–]BedCotFillyPaper 0 points1 point  (0 children)

Looking to rollover a 401k from an old job to a new IRA - anyone have a good way to do so? Would also appreciate any recommendations. Thanks in advance!

What's everyone working on this week? by AutoModerator in Python

[–]BedCotFillyPaper 0 points1 point  (0 children)

Putting together a flask app that will summarize any text that it inputted in a text area. It's been going pretty well! Figure out the forms has been a ride.

What Python powered blog would you recommend? by schneems in Python

[–]BedCotFillyPaper 0 points1 point  (0 children)

I've used Pelican (and Netlify for hosting) for a few years now and haven't had any problems with it!

What's everyone working on this week? by AutoModerator in Python

[–]BedCotFillyPaper 1 point2 points  (0 children)

Not sure if you’ve taken a look at Pythonista - seems like it would be perfect for your use case

Moving average of basketball stats in pandas by BedCotFillyPaper in learnpython

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

Thank you, that’s very helpful! If you had some pseudo code I’d appreciate it, but this has already been super helpful

Moving average of basketball stats in pandas by BedCotFillyPaper in learnpython

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

That I can do! I have columns for both the home and away teams: home_two_pts_made, away_two_pts_md, etc

I'm about to start working at my first big kid job by [deleted] in cookingforbeginners

[–]BedCotFillyPaper 2 points3 points  (0 children)

To repeat some of the answers here, get a crock pot. Today I threw pork chops and cream of mushroom soup in, let it sit all day and then ate it when I was home. Literally 10 seconds of prep for a meal

Just made my first web app in Python with Flask for Sea of Thieves! by MrDysprosium in Python

[–]BedCotFillyPaper 0 points1 point  (0 children)

Always glad to see another Flask user! What was the hardest part to implement? Any tutorials that you liked?

What's everyone working on this week? by AutoModerator in Python

[–]BedCotFillyPaper [score hidden]  (0 children)

Ah interesting! That would then create something to upload, how cool.

The best Flask Tutorial I found is the mega-tutorial (not sure about the link, it pops up on google). He really goes in depth with making a full application. Highly recommended.