
Python
文章平均质量分 72
pertain99
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python Data Science Toolbox (Part 1)
Bringing it all together (2) Wow, you’ve just generalized your Twitter language analysis that you did in the previous chapter to include a default argument for the column name. You’re now going to generalize this function one step further by allowing the u原创 2021-05-15 13:53:52 · 323 阅读 · 1 评论 -
Using SSH in MacOS
scan aviliable machines for SSH connection in intranet sudo nmap -sS -p 22 192.168.10.0/24 Scan all machines in intranet arp -a原创 2020-08-12 02:18:34 · 122 阅读 · 0 评论 -
Fibonacci and Dynamic Programming
Fibnacci Recursion Store (Memoize) Bottom-up原创 2020-02-28 02:03:59 · 179 阅读 · 0 评论