Terry Yue Zhuo

Results 15 comments of Terry Yue Zhuo

> 中文手册需要啊,现在连英文手册页没有。想学习怎么用。@luyifanlu anaconda也可以用pip 安装。 Hi @ZhuBaohe, actually we have the documentation in English for PyArmadillo ([https://pyarma.sourceforge.io/docs.html](https://pyarma.sourceforge.io/docs.html)). It's listed on the [website](https://pyarma.sourceforge.io/). I'm currently making the Chinese version, but it may...

> Why do you use a different convention for `*` and `@`? This is very inconvenient and inconsistent IMO. Hi @hiyyg, thanks for sharing your experience! According to [Python PEP465](https://www.python.org/dev/peps/pep-0465),...

> Thanks. I guess most python users would prefer the other way around. I agree with your suggestion as most of the Python users will use NumPy `array` in the...

Just tested this issue. It still exists. Can I have a try to fix it then?

想帮忙!!!只是不知道能不能帮的上。。

> I am still having the same issue after installing googletrans==3.1.0a0 > > ``` > AttributeError Traceback (most recent call last) > in > 1 from googletrans import Translator >...

> The issue still in googletrans==3.1.0a0 > > ``` > Traceback (most recent call last): > File "/home/freax/work/python/myfreax/venv/lib/python3.8/site-packages/googletrans/gtoken.py", line 63, in _update > code = self.RE_TKK.search(r.text).group(1).replace('var ', '') > AttributeError:...

> ```python > from googletrans import Translator > translator = Translator() > tranlated = translator.translate('hello.', dest='zh-CN') > print(tranlated) > ``` > > This code have the same > > ```...

> Sorry. I'm in error environment test. Now try again test and install `googletrans==3.1.0a0`. It's work well. But below the code can't wrok > > ```python > from googletrans import...

Hi @ssut , I'll also be willing to continue working on this repository and manage it as well :-) Cheers.