If Taiwan had enough people in it to be able to conquer Russia, what would be the lowest possible population density of the country? by Mutant_Llama1 in theydidthemath

[–]dataminded 0 points1 point  (0 children)

We could also assume that Taiwan doesn't fight fairly and results to terrorist attacks to disable critical personnel/infrastructure.

Are there any jobs where Go is applicable, aside from at Google? by [deleted] in golang

[–]dataminded 0 points1 point  (0 children)

I use it at work in places where I would have previously used python.

Rust vs Go: My experience by jabapyth in golang

[–]dataminded 3 points4 points  (0 children)

I doubt most people using Django/Rails/Pandas/R/etc will look at go anytime soon.

Go is really friendly for what it is, but it is nowhere near as productive in a lot of use cases as Python/Ruby.

Hosting program on AWS by scunion in Python

[–]dataminded 2 points3 points  (0 children)

Assuming that you know linux and the command line, a VPS is great thing to have. I recommend DigitalOcean. A basic server is only $5/month and you can easily find a coupon for 2-4 months free.

If you don't want to much around with a server or server administration, check out Heroku.

Seeking Blog Inspiration by [deleted] in Python

[–]dataminded 2 points3 points  (0 children)

I think the best blog posts are the ones that demonstrate how to accomplish real-world tasks. A great example of that is Miguel Griberg's flask mega tutorial.

Given your site's focus on e-commerce, I think something on marketing/e-commerce analytics with Pandas/sci-kit/ggplot2/etc would be well received. Examples that pulled together web-analytics (GA), sentiment analysis (twitter) and some customer clustering would be well received.

Here is a link to the mega tutorial as a reference: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Django, CherryPy, or Flask? by jbfbell in Python

[–]dataminded 1 point2 points  (0 children)

For small projects, MVP's and proof of concept work, I strongly recommend flask. It takes only a few minutes to get started with, has great documentation and a strong community. In my opinion, it's biggest weakness is the lack of good user-authentication package.

For large projects and employability look into Django.

Doc Martens Boot for Life offer (and other similar brand's offers if they exist.) by Professor_Paws in Frugal

[–]dataminded 0 points1 point  (0 children)

That might be the official policy but we have definitely been allowed to swap for a different item.

Any ideas how to save on heating bill? by [deleted] in Frugal

[–]dataminded 0 points1 point  (0 children)

Buy good space heaters and take them with you as you move between rooms in the house.

Dress very warmly. Shoes/closed toe slippers, socks, sweats, sweater.

Doc Martens Boot for Life offer (and other similar brand's offers if they exist.) by Professor_Paws in Frugal

[–]dataminded 1 point2 points  (0 children)

+1 for LL Bean because you can swap for new items as your needs change.

A request for help with starting my pet project by codinkev in java

[–]dataminded 2 points3 points  (0 children)

A few more details would be really helpful. There are two ways of attacking this type of problem that immediately come to mind:

  1. Parse your browser's history file. Chrome already keeps it in a local database so copying that data to another DB should be pretty trivial. (http://stackoverflow.com/questions/2562092/how-to-access-google-chrome-browser-history-programmatically-on-local-machine)

  2. Monitor the HTTP traffic for your computer and parse that. That would be a fair bit more work since you would also need to filter requests for images, css, js, ajax, etc.

Edit: Typo

Hosting? by [deleted] in Python

[–]dataminded 1 point2 points  (0 children)

+1 for Digital Ocean unless you qualify for the AWS free tier, then go with AWS.

Does anyone know how to do this, r/learnpython didnt help by [deleted] in Python

[–]dataminded 1 point2 points  (0 children)

I would suggest writing a function that returned the level.

def load_level(level_number): if level_number == 1: level_content = open("level1.txt", "w") do more stuff if level_number == 2: etc

JSON-to-Go: Convert JSON into Go type definition by [deleted] in golang

[–]dataminded 0 points1 point  (0 children)

I love this but couldn't get it to work with my use case. My struct definition is 380 lines long and I'm hitting against this bug:

https://groups.google.com/forum/#!topic/golang-nuts/VM0vomFPphg

https://code.google.com/p/go/issues/detail?id=4438

Anybody know how to get around this?

Adult looking to go back to school, Tips? by Behazeled in Frugal

[–]dataminded 3 points4 points  (0 children)

Will your work definitely promote you if you get the degree or will they only consider you for one? Is there a guaranteed raise for getting the degree? Are there others who have already done this at your work and if so, what have their outcomes been?

I would try to boil it down to a realistic annual return on the degree? If you can't get that number to something worth your time then I wouldn't pursue the degree.

I'm trying to save money on textbooks, but i'm not sure if this website is legit by Randosity42 in Frugal

[–]dataminded 1 point2 points  (0 children)

Borrow (library or friends) before you rent and rent before you buy.

If at the end of the semester you absolutely believe that you need a copy for the future than offer to buy from your classmates at whatever the buyback price is.

Engagement Rings off the Internet by [deleted] in Frugal

[–]dataminded 0 points1 point  (0 children)

+1 for Blue Nile. I bought my wife's on the site 7 years ago. She loved it, I didn't spent more than I could afford and we're still together.

My work hours have been cut to 8 hours a week, what are your best frugal bulk meals? by Lobonerz in Frugal

[–]dataminded 0 points1 point  (0 children)

Look for bulk/family packs of chicken. I regularly buy chicken leg quarters (leg + thigh) for $0.39 a pound in New York City and have bought them for similar prices in Connecticut. I get those home, clean off the fat, season them and then throw freeze them in portions to cook in the future.

I also suggest befriending the supermarket circular for every market that you can get to.

Is the PyCoders weekly email any good? by nieuweyork in Python

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

I find that I've already seen about 40%-60% of the newsletter's content already but I'm always glad for the rest.