-
Hi! Thanks for the great tutorial (already available on Youtube!). Could you please add your Jupyter notebooks to this repo, or put them up somewhere else? Thanks again!
-
- Python3 위주로 책, 튜토리얼 찾기
- Python3 이하버전이지만 설명 잘 되어있는 경우 커멘트로 표시
예시 -> [주소내용 및 특이점-**2.7**](웹사이트주소)
-
-
This project currently only supports the Code-first approach, in other words, it generates the OpenAPI spec from your code and keeps the spec in sync with your code afterward. While the Spec-first app…
-
There might actually be a bug in here, but I can't tell. Mostly I just need some advice on how to proceed. Below is the trace output from `anaconda-project --verbose run` using this file:
[anacon…
-
```
In [25]: with pd.option_context('display.width', 80):
...: print(pd.date_range('20170101 12:00:00', periods=2))
...:
...:
DatetimeIndex(['2017-01-01 12:00:00', '2017…
-
What is the current technique used for generating the documentation at http://pythonhosted.org//geotecha/
Want to contribute to the docs, and build them as am good at that..
-
#### Problem description
We could use a section in the docs about performance considerations. @TomAugspurger has a nice notebook with suggestions here: http://nbviewer.jupyter.org/github/TomAugsp…
-
I have spent a long time convincing myself that I am a rare, if not unique, case in the way I keep getting myself into this mixed up situation of having an "activated" conda environment that I've dele…
-
#### Code Sample, a copy-pastable example if possible
```
def test_unary():
df = pd.DataFrame({'x': np.array([0.11, 0], dtype=np.float32)})
res = df.eval('(x > 0.1) | (x < -0.1)')
a…