Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.54 KB

README.md

File metadata and controls

25 lines (15 loc) · 2.54 KB

Introduction to Python

This 1-day workshop is designed with beginners, especially those without any Python or prorgamming background, in mind.

The workshop starts with a gentle introduction to programming with Python covering the essentials, Python Essentials, such as the Python environment, data types, variables, operators, object oriented programming, and function. Other aspects of programming including flow control, looping techniques and functional programming are also covered under the topic of Flow Control & Functional Programming. The participants are also introduced to the excellent Pandas library, Pandas Essentials, covering data structure, how to get started, data loading, wrangling, plotting and many many more.

For ease of reference, the materials for this 1-day workshop can be found:

Algorithmic Trading

The afternoon session is spent on introducing the workshop participants to the Quantopian Integrated Development Envinroment (IDE) and getting them to start writing simple codes. The course materials for the afternoon session can be found here.

Other Essential Libraries

For the sake of completeness, I have included the following notebook that I developed earlier.