Pseudocode is the process of writing out you plan for your code in a human readable fashion. You can use this for your own projects however you see fit, but on projects with larger teams there may be a specific syntax and format that you’ll be required to use.
Related Articles
*NEW
REST APIs, Requests Module and JSON in Python (Python Part 13)
This class shows you how to use REST API’s in Python. You will get variable values from one API and pass it to another. NOTE: (ERROR) rest-text.py requests-copy.py location-json.py pretty-json.py json-module.py
CSS and HTML 5
CSS and HTML 5 – Table Formatting
You can format Tables using CSS to not just add borders, but also interactive features. tableStyle.css table.html
Programming - Intro
Programming Intro – Wireframing Intro
Wireframing is simply sketching out the design for your application before you start building it. You can use a pen and paper, Google Docs, or specialized Wireframing Software. By using Wireframing you can make edits […]
Be the first to comment