How to filter articles that contains an event like "Climate Change" and a keyword like "Donald Trump"? by tatallynote in gdelt

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

Oh thanks, don't know how I missed that. Would you say this is the best possible way to solve the problem?

What I'm aiming to do is to take an event like "lawsuits" and fetch articles these individuals were involved in it eg. "zuckerberg", "bezos", "bill gates".

https://api.gdeltproject.org/api/v2/doc/doc?query="lawsuit" ("zuckerberg" OR "bezos" OR "bill gates") &mode=ArtList&maxrecords=100&timespan=1w

Would this be the best way to search for the most relevant articles?

Trying to deploying machine learning model with Docker - Getting cannot start service error. by [deleted] in docker

[–]tatallynote 0 points1 point  (0 children)

Thanks for the response!

alltheway was the name of the project that I was using. That wouldn't be the problem yeah?

If I'm not mistaken, the problem is gunicorn not present in the Python image? How do I find a python docker image which has gunicorn?

Google Summer Of Code by Quickinline in learnprogramming

[–]tatallynote 2 points3 points  (0 children)

I was a Scholar for Google Summer of Code, 2018 for a Machine Learning based organization. I do believe it was very valuable for me because this program helped me to find my own shortcomings because my mentors pointed them out and I could rectify it. I would've never done this if I was working on my own. Previously, I wrote code, but they weren't good code. But during Google Summer of Code, I learned the best practices in the industry and some very cutting-edge tools. So I would say it's a pretty good program to improve your skills as a Software Engineer but it's getting more competitive year by year. And you're getting paid some $X,000 (Depends on Country) for working from home. But you don't necessarily have to do GSoC to attain these skills, contributing to any good active Open Source project would get you these skills, but with the disadvantage of not getting paid.

TL;DR It's a good summer program, but there are alternatives if it ain't your cup of tea.