Penjee.com 's Blog

Scaffolding Built into Penjee’s Core App

Not all students get everything at the same time and at the same pace–common sense right? Well, we built our website with that in mind.       With Penjee, students have multiple opportunities to achieve a learning goal . We call this — adaptive assignments. So, what the heck is an “adaptive assignment”? Well, it’s an … Continue reading Scaffolding Built into Penjee’s Core App →

Python 3 Upgrade- Why to do it now in 6 reasons

Ok, It’s About Time to Make the Switch to Python 3 Python 3 was released on December 3, 2008 and seven years later it is still contested in real world applications by its predecessor Python 2. This is odd in the rapidly shifting world of technology. Did we continue to rely on snail mail seven years … Continue reading Python 3 Upgrade- Why to do it now in 6 reasons →

5 Reasons Not to Upgrade to Python 3

  Reason 1 : Major Unicode Changes In Python 3, strings are unicode by default. No big deal, right? Depending on what you’re working on, it might be bigger than you might think. One of the biggest gripes from within the Python community about this change has come from the Flask project. Flask specifically chose … Continue reading 5 Reasons Not to Upgrade to Python 3 →