.. _resources: =================== Learning resources =================== .. _resources.pyconline_video: PyConline AU talk ========================= The Staircase package was debuted during the `2020 PyCon Australia conference `_ (4th-6th September) , renamed to *PyConline AU* after needing to transition to a completely online format due to Covid19. Watch the pre-recorded presentation below (`description here `_). .. raw:: html
.. _resources.tutorials: Tutorials ========================= .. toctree:: :maxdepth: 1 examples/Staircase Basics examples/Case Study Maintenance Schedule examples/Case Study Queue Analysis examples/Case Study Asset Utilisation examples/Case Study State Machine examples/Case Study Hotel Stays Test data ========================= Ready to give **staircase** a spin? Need some data? The :func:`staircase.make_test_data` function will get you what you need to start playing. .. code-block :: python >>> import staircase as sc >>> dataframe = sc.make_test_data() >>> dataframe_dates = sc.make_test_data(dates=True) .. _resources.articles: Articles ========================= COMING SOON.