Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.1 KB

File metadata and controls

35 lines (31 loc) · 1.1 KB

PYTHON

Python is a programming language that also supports scripting. The goal of Python is improved productivity, very clean to write and especially to read, accomplished through to-the-point syntax and indentation that determines the scoping.

Contents

  • Scripting
  • Built-In Containers
  • Functions
  • Objects
  • Classes
  • Methods
  • Inheritance
  • Unit Testing & Test-Driven Development
  • JSON Data
  • SQL
  • Decorators

JavaScript

JavaScript is a scripting or programming language that allows you to implement complex features on web pages. Enables you to create dynamically updating content, control multimedia, animate images, etc. It is the third layer of the layer cake of standard web technologies(HTML, CSS and JS).

Contents

  • Data Types
  • Operators & Operator Precedence
  • Controlling Program Flow
  • Functions
  • Variable type and scope
  • Objects and Arrays
  • Intrinsic Objects
  • Module patterns
  • Closure & Prototype
  • Inheritance
  • JSON data
  • fetch API
  • jQuery
  • DOM & HTML