Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python中的实用库在node中的实现,python lib on node #85

Open
liujiusheng opened this issue Jan 16, 2018 · 0 comments
Open

Python中的实用库在node中的实现,python lib on node #85

liujiusheng opened this issue Jan 16, 2018 · 0 comments

Comments

@liujiusheng
Copy link
Owner

liujiusheng commented Jan 16, 2018

在做数据处理时一定要记得,windows下的换行为\r\n,linux下为\n,mac为\r
用windows自带的记事本打开只能识别\r\n的,
用vscode打开看的时候可以识别\n

信息在cmd的同一行输出:

process.stdout.cursorTo(0);
process.stdout.write('已读取'+total/1048576+'M');

numpy:https://github.com/nicolaspanel/numjs
GDAL:naturalatlas/node-gdal#199
ogr2ogr:https://github.com/wavded/ogr2ogr
BeautifulSoup:https://github.com/chishui/JSSoup, harryf/node-soupselect#4

深度学习框架:TensorFlow:https://github.com/node-tensorflow/node-tensorflow

计算机视觉框架:opencv:https://github.com/peterbraden/node-opencv

@liujiusheng liujiusheng changed the title Python中的实用库在node中的实现 Python中的实用库在node中的实现,python lib on node Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant