💭 What Works Better With Python: SQL or NoSQL?

preview_player
Показать описание
There is not one right answer when it comes to which database is best suited to use with Python. In this short, I’ll share several ideal options.

🎓 Courses:

Social channels:

#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

Check out my channel links for a free code diagnosis workshop or my free design guide! 🔥

ArjanCodes
Автор

Mongo also has the "Tornado" option for an asynchronous approach. It's a good option

diegol_
Автор

Just a suggestion on your shorts. The subtitle got shadowed by the subscribe button and video description. You can move it up a bit or just put it on top of your video for better viewing experience

robertbach
Автор

Maybe the ol' OO/relational impedance question would make a good subject, one day..

rbettsx
Автор

Is not a traditional #SQL-database more hardened off against hackers, than the newer #Mongo-based `no-sql` database offerings?

azjaguardesign
Автор

This isn't a good question to ask. You should worry more about the TYPE of data you are handling. Relational, document based, structured, unstructured, graphs, time-series, spatial, in memory fast access, cloud based ... only junior devs think in such a limited set of SQL vs NoSQL

WarrenBey
Автор

Not a fan of this short topic. The language should have virtually nothing to do with the database you choose. Orms/sql builders make more sense because those are language specific

terrencemoore