Code needs to be written so that it can be read and understood by other people, not just be functional.
Related Articles
*NEW
Sanitize Strings with Python (Python Part 16)
This class shows you how to strip out characters from strings to prevent injection attacks, and to format the text so that yo can store clean data.
*NEW
Variables and Concatenation in Python (Python Part 3)
concat.py
Programming - Intro
Programming Intro – API (Application Programming Interface) Intro
Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]
Be the first to comment