Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ROS
- linetracing
- opencv
- Gazebo
- sources.list
- Linux
- gcc
- rqt
- 부분공간
- amcl
- turtlebot
- FreeCAD
- ax200
- Installation
- 촉각센서
- G++
- ubuntu
- autorace
- CUDA
- webots
- CuDNN
- darknet_ros
- YoLO
- error
- Kinetic
- roslib
- turtlebot3
- RGB-D
- 전이학습
- roslaunch
Archives
- Today
- Total
기술 성공, 실패 기록소
pickle 간단한 사용법 본문
728x90
wiki.python.org/moin/UsingPickle
UsingPickle - Python Wiki
Using Pickle Pickle Example 1 2 import pickle 3 4 favorite_color = { "lion": "yellow", "kitty": "red" } 5 6 pickle.dump( favorite_color, open( "save.p", "wb" ) ) For more examples and API details, see the official Pickle use documentation. Flying Pickle Al
wiki.python.org
'followbot' 카테고리의 다른 글
[Install] Ubuntu 16.04 Azure Kinect driver (0) | 2020.12.14 |
---|---|
python collection module (0) | 2020.10.09 |
install dlib on python 2.7 (0) | 2020.10.06 |
install GTest (0) | 2020.10.05 |
How-To: 3 Ways to Compare Histograms using OpenCV and Python (0) | 2020.09.28 |