📒
Knowledge-Base
CtrlK
  • Knowledge Base
  • Tutorials
  • e-Book
    • Tech
      • Automate the Boring Stuff
      • A Whirlwind Tour of Python
  • Innovation & Tech
  • Industry
  • Opinion
  • People
  • Parent
  • Lift
  • See Behind the FX rate
  • Obtaining Stock Prices
  • Monte Carlo Simulation in Finance Python Part-2
  • The Easiest Data Cleaning Method using Python & Pandas
  • How to use iloc and loc for Indexing and Slicing Pandas Dataframes
  • Converting HTML to a Jupyter Notebook
  • Top 50 Tips & Tricks
Powered by GitBook
On this page

Was this helpful?

  1. e-Book
  2. Tech

A Whirlwind Tour of Python

enter image description here

Index

(Note: sometimes GitHub's notebook rendering can be slow or finicky. If you're having trouble with the following links, try viewing the material on nbviewer)

Notebook Index

  1. Introduction

  2. How to Run Python Code

  3. Basic Python Syntax

  4. Python Semantics: Variables

  5. Python Semantics: Operators

  6. Built-In Scalar Types

  7. Built-In Data Structures

  8. Control Flow Statements

  9. Defining Functions

  10. Errors and Exceptions

  11. Iterators

  12. List Comprehensions

  13. Generators and Generator Expressions

  14. Modules and Packages

  15. Strings and Regular Expressions

  16. Preview of Data Science Tools

  17. Resources for Further Learning

  18. Appendix: Code To Reproduce Figures

ที่มาบทความ O'REILLY.

PreviousAutomate the Boring StuffNextInnovation & Tech

Last updated 5 years ago

Was this helpful?