- Hands-On Data Science and Python Machine Learning
- Frank Kane
- 130字
- 2021-07-15 17:15:04
Running Python scripts
Throughout this book, we'll be using the IPython/Jupyter Notebook format (which are .ipynb files) that we've been looking at so far, and it's a great format for a book like this because it lets me put little blocks of code in there and put a little text and things around it explaining what it's doing, and you can experiment with things live.
Of course, it's great from that standpoint, but in the real world, you're probably not going to be using IPython/Jupyter Notebooks to actually run your Python scripts in production, so let me just really briefly go through the other ways you can run Python code, and other interactive ways of running Python code as well. So it's a pretty flexible system. Let's take a look.
推薦閱讀
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- DevOps Automation Cookbook
- JavaScript+Vue+React全程實例
- 程序員修煉之道:通向務實的最高境界(第2版)
- Tableau 10 Bootcamp
- Mastering Data Mining with Python:Find patterns hidden in your data
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Java程序設計案例教程
- Java程序員面試筆試寶典(第2版)
- Visual Basic程序設計(第三版)
- 零基礎學Scratch 3.0編程
- 深入理解BootLoader
- Distributed Computing in Java 9
- Docker:容器與容器云(第2版)
- Python Penetration Testing Essentials