Web development with Python, Django, Flask, SQLAlchemy, Vue.js, and reluctantly Node + React. (more…)
Read more »
We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
Created on 2011-10-11 20:01 by JBernardo, last changed 2019-10-04 13:22 by taleinat. This issue is now closed. (more…)
Read more »
For this next blog post in my series of Python's syntactic sugar, I'm tackling what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. On the surface, the definition of not is ver... (more…)
Read more »
A function is a block of code that performs an operation usually a specific task.
Functions help break our program into smaller and modular chunks, making them resusable and redable. They prevent repetition of code.
You can pass data known as parameters... (more…)
Read more »