DEV Community

Adam Sung Min Park
Adam Sung Min Park

Posted on

Python CRUD function

So I am currently learning how to use Python with MongoDB + Flask.

Been playing with the DB bunch of GET request, POST etc.
Thanks to my previous exposure to CRUD with Node.js, I was able to get the grasp of the concept rather quickly, and noticed that Python is really more straightforward in a sense.

Anyways, still need to learn more about linking the AJAX call with front and back.

Beside from CRUD function, I am also trying to learn some Java, and today I learned about 8 primitive data types and String data type of Java.

Integer, Double, Float, Boolean, Long, Byte, Char and Short.

Feels like I am only going to use some of them, but still it was quite interesting to see the data types I was not familiar with.

Top comments (0)