Skip to content

Instantly share code, notes, and snippets.

@bulkan
Last active December 18, 2015 17:39
Show Gist options
  • Save bulkan/5820182 to your computer and use it in GitHub Desktop.
Save bulkan/5820182 to your computer and use it in GitHub Desktop.

MEN stack for Python/Django developers

I've always advocated that as a developer, a programming language is just a tool and you should be able to choose the right tool for the right job. Sometimes the circumstances will choose the tool for you. Imagine that time where you need a flat head screw driver and instead used a knife.

For the past five years I've worked with Python and Django. This had the effect of me specializing in Python and being deeply involved in Django. But I've been lucky to be hired as a Software Engineer and I've been working with the MEN stack which includes MongoDB,ExpressJS and Node.js. Which are all new technologies so I've been learning alot.

This post is to help other developers with a similair background as mine to make the jump from Python to Node.js.

Environment

  • Installing node.js
  • npm how it's analogous to pip, don't need to virtualenv
  • requirements.txt ==> package.json
  • installing mongo / mongoose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment