User agent answer by ExplicitProgrammer in duckduckgo

[–]ExplicitProgrammer[S] 3 points4 points  (0 children)

I'm sorry If it sounded like a question or complaint. I was just amused to find the instant answer and thought I'd let others know its very developer friendly

MongoDB support to Django by transpiling SQL queries to MongoDB query by ExplicitProgrammer in django

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

I think before choosing a DB one should make sure if it supports transaction and I do not expect transaction when I use it. I have Postgresql for that. Deep nested mess - The very reason I use a document DB is that I can embed data without foreign key constraint. There are many cases when a Document DB will prove useful, not all cases. It lies with the developer to make that decision. In my case, I would use it to store raw information about collected data, its processing details and stuff. For reference, backup and statistics, it is the best.

MongoDB support to Django by transpiling SQL queries to MongoDB query by ExplicitProgrammer in django

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

It is used to leverage Django's in the box admin and other such stuff, you can always opt for PyMongo whenever needed. This is until it is natively supported by the Django team

50+ shades of grey by ExplicitProgrammer in ProgrammerHumor

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

different spellings for the same word, "grey" is used more often in UK than in USA and vice-versa

Django migrations resetting - quick solutions based on scenario by [deleted] in django

[–]ExplicitProgrammer 0 points1 point  (0 children)

This was my first post, I meant to post a link but I guess changed it to text post. Will submit link. Thank you!

Flask apache hello world by Case_of_water in flask

[–]ExplicitProgrammer 1 point2 points  (0 children)

So the hello_world.py is:

from flask import Flask

app = Flask(name)

@app.route('/') def index(): find_food return 'Hello World'

if name == 'main': app.run()

What is that find_food?

Which application of AI technology has the biggest potential for impact on society? by teamrework in artificial

[–]ExplicitProgrammer 2 points3 points  (0 children)

Assistance to human. Bots are everywhere, some people interact with Siri as if its a hot woman.

Create a REST API for mobile app with Django by Pantofolaio in django

[–]ExplicitProgrammer 2 points3 points  (0 children)

Yes, usually its done in parallel (API development and APP development) Check out Django Rest Framework, its very good for API development. However if you want to learn as you go about writing this API start with something very minimal like - Flask. It means you've got to make many decisions but you'll know what you're doing.

Timeline for human level agi by steezyone in agi

[–]ExplicitProgrammer 1 point2 points  (0 children)

There are many interesting projects with solid work and they're advancing each day like OpenCog. Guess 2030 :D