Posts by Zeca • 89 points
2 posts
-
4
votes2
answers1404
viewsQ: What’s the "self" for?
I am studying Python to complement my programs in Nodejs. But why in Python, a language that values the speed of development and ease of code, is used the self? Simple self use example class…
-
3
votes2
answers159
viewsQ: nodejs installation on Ubuntu
In ubuntus the Node.JS package was renamed to nodejs pq already existed another Node package. How do I make npm understand that nodejs is already installed on the system, but the name of different?…