DEV Community

Discussion on: What Happened When I Learned Java and Python at the Same Time

Collapse
 
dmahely profile image
Doaa Mahely

Thanks for sharing Alli!

I tried to learn Python and JavaScript at around the same time until I spent 30 minutes wondering why list.push(i) didn't work in Python! 😆
Java was my first language so it will always have a special place in my heart, but now my go-to is definitely Python.

Collapse
 
javaarchive profile image
Raymond

I had a similar experience where the interperter complained about me using list.add(item). To be honest, I think it's good not to stay with one language too long because you'll forget the rest

Collapse
 
ivej profile image
IveJ

Let try list.append(i)