Related:
/jupyter /Learn-Django /python-gui: desktop GUI/frontend /py-cookbook : code reuse /pyvis: plot in py Python in Win by MS official tutorial CN 用 Rust 让 numpy、scikit 和 pandas 加速 100 倍!开源 Weld 技术揭秘 学 Python ,开头几件事: 熟悉基础语法 + 使用虚拟环境。 之后,考虑:1. 基于 uv 使用 AI-IDE; 2. Linux。
Basic Py Grammar 基础语法
#
基础教程: 菜鸟教程 runoob.com (提示:此网页中的“高级教程”是指基础教程的高级部分), 如果不是专业软件开发人员,只是做科研实验,可以先学基础的基础,即学到“编程第一步”,“编程第一步”之后的内容用 1 小时过一遍备查即可。
重要:对于基础的基础示例代码,一定要跟着一个字母一个字母敲(做到自己完全能写出来一段,熟悉这些基础函数的调用方法和常用参数),绝对不要直接复制粘贴。
以下是虚拟环境管理器(UV)和基于虚拟环境管理器安装其他版本的 Py
#
PRE-INSTALL: UV, CONDA VS. PIP
#
Pip requires apt.
...
ubuntu 11.10 64bit.
eric4 启动后窗口一闪即告崩溃。
命令窗口启动发现:
Connected to accessibility bus at: “unix:abstract=/tmp/dbus-5rwqiiCSZ1,guid=a3330f45019a77c867e77525000000a2”
Registered DEC: true
sudo 正常启动,无此提示,因此怀疑是环境变量的问题。
g后发现:
http://ubuntuforums.org/showthread.php?t=1861605
即:
export QT_ACCESSIBILITY=0
问题解决。
ps:
Accessibility in Qt
#
by Geir Vattekar
Accessibility in computer software is the practice of making applications usable for people with disabilities. This can be implemented by the application itself — for instance, by using a high-contrast user interface with specially selected colors and fonts — or by providing support for external tools, such as screen readers and Braille displays.
...