Hackathon's recent timeline updates
Hackathon

Hackathon

V2EX member #31132, joined on 2012-12-23 10:44:19 +08:00
5 G 80 S 57 B
Hackathon's recent replies
Mar 7, 2024
Replied to a topic by Dffcc 程序员 中文发问平台
SegmentFault 吧

不过感觉也不怎么活跃的样子
Mar 7, 2024
Replied to a topic by Dffcc 程序员 中文发问平台
SegmentFault 吧
Jul 29, 2017
Replied to a topic by z0z Python 你们都用什么 ide 来调试 Python
PyCharm + ipdb
@crytis 非本人,代发,有啥想了解的,可以提,只要知道的都可以交流
Ubuntu 16.10 + Chrome Version 54.0.2840.71 (64-bit)
JSON 的 Pretty 好难看
May 23, 2016
Replied to a topic by kingmo888 Python python 跨目录引用的问题
May 14, 2016
Replied to a topic by SlipStupig Python 无意发现的一个 python 的坑
a.py

# -*- coding: utf-8 -*-

def minus(a, b):
return a - b

if __name__ == '__main__':
from b import add
print add(1, 2)


b.py

# -*- coding: utf-8 -*-

def add(a, b):
return a + b

if __name__ == '__main__':
from a import minus
print minus(2, 1)


exec

$ python a.py
3
$ python b.py
1


https://xxx-cook-book.gitbooks.io/python-cook-book/content/Import/CircularImports.html
@gmykissqiqi 可以帮忙内推
@hyman001 可以帮忙内推
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1094 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 23:23 · PVG 07:23 · LAX 16:23 · JFK 19:23
♥ Do have faith in what you're doing.