Giới thiệu sách Python: Derivatives Analytics with Python
CHAPTER 1
A Quick Tour 1
1.1 Market-Based Valuation 1
1.2 Structure of the Book 2
1.3 Why Python? 3
1.4 Further Reading 4
CHAPTER 1
A Quick Tour 1
1.1 Market-Based Valuation 1
1.2 Structure of the Book 2
1.3 Why Python? 3
1.4 Further Reading 4
Chapter 1 Introduction to Computer and Programming
Chapter 2 Input, Processing, and Output
Chapter 3 Simple Functions
Chapter 4 Decision Structrures and Boolean Logic
Chapter 5 Repetition Structures
Chapter 6 Value-Returning Functions and Modules
Chapter 7 Files and Exceptions
Chapter 8 Lists and Tuples
Chapter 9 More About Strings
Part I - Getting Started
Chapter 1 - Introducing Python
Chapter 2 - Getting yourr Hands on the Keyboard-Using Help Interactive Mode, and IDLE
Chapter 3 - Basic Elements and Syntax
Chapter 4 - Grand Tour of the Python Language
Chapter 5 - Working Like a Programmer
Part II -Building Blocks
Feature 1: Advanced unpacking
Feature 2: Keyword only arguments
Feature 3: Chained exceptions
Feature 4: Fine grained OSError
subclasses
Feature 5: Everything is an iterator
Feature 6: No more comparison of everything to everything
Feature 7: yield from
Feature 8: asyncio
Feature 9: Standard library additions
Feature 10: Fun
Feature 11: Unicode and bytes
Feature 12: Matrix Multiplication
Feature 13: Pathlib