Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.15 KB

File metadata and controls

57 lines (44 loc) · 2.15 KB

Alternate tutorials/cheatsheets

https://blog.withcode.uk/2021/09/gcse-computer-science-resource-updated-to-include-ocr-exam-reference-language/ https://tools.withcode.uk/quickref/

TODO

  • double, float MIN, MAX, NAN +INF -INF, EPOC?

  • for (bounded) while (unbounded)

    • bounded where possible
  • prefer data/code over if tables

    • see 'humanise' and 'sea level depth - color selection' projects
  • functions should be pure (where poissible)

    • dont build + get url in one method - prefer reuse
    • doctests help conceptulise this
  • 'static' bad

  • reflection

    • in dynamic languages you need to know what type something is
  • tcp server + client

  • UDP example send receive

  • draw shapes (graphics/canvas)

    • mouse move/click?
  • BBC - Computer Literacy Project - Micro Live: Series 2, Episode 19 Video

    • Same thing in multiple programming languages