Quick Recap of PythonΒΆ

Let us quickly recap of some of the core programming concepts of Python before we get into Spark.

  • Data Engineering Life Cycle

  • Getting Started - Python and pip

  • Python CLI or Jupyter Notebook

  • Basic Programming Constructs

  • Developing Functions

  • Lambda Functions

  • Overview of Collections

  • Overview of Pandas Data Frames

  • Development Life Cycle