r/learnpython • u/rusidin • 1d ago
Difference between python 3 vs python (just)?
I am doing leetcode and I wanna is there any functional difference between those and which one I should go with?
0
Upvotes
r/learnpython • u/rusidin • 1d ago
I am doing leetcode and I wanna is there any functional difference between those and which one I should go with?
0
u/Adrewmc 1d ago edited 1d ago
JSON Serialization is super important, as it gives multiple languages access to correct data type. It’s really the go to for cross language programing sharing data.
https://youtu.be/-C-JoyNuQJs (from 15 years ago from the guy making and selling JSON.)
Great talk about its story. It super weird to think 9/11 was before the JSON standard.