V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
oldbird
V2EX  ›  Python

from a import b 中 a 是模块名, b 是什么?

  •  
  •   oldbird · Apr 15, 2020 · 3765 views
    This topic created in 2205 days ago, the information mentioned may be changed or developed.

    b 可以是函数、类、子模块?

    12 replies    2020-04-16 14:45:57 +08:00
    oahebky
        1
    oahebky  
       Apr 15, 2020
    a 可以是包( package )名
    ysoserious
        2
    ysoserious  
       Apr 15, 2020
    也可以是变量
    xiri
        3
    xiri  
       Apr 15, 2020
    b 可以是任何东西,甚至可以是变量
    yuruizhe
        4
    yuruizhe  
       Apr 15, 2020   ❤️ 2
    from package.module import class 或 function 或 variable
    zooo
        5
    zooo  
       Apr 15, 2020
    引入某个一个大的范围的一部分
    purensong
        6
    purensong  
       Apr 15, 2020
    管它是什么,你点一下就知道
    Gakho
        7
    Gakho  
       Apr 15, 2020
    都是对象
    sadfQED2
        8
    sadfQED2  
       Apr 15, 2020 via Android
    管它是什么,你点一下就知道了+1
    szxczyc
        9
    szxczyc  
       Apr 16, 2020 via iPhone
    import torch as tf
    edimetia3d
        10
    edimetia3d  
       Apr 16, 2020
    顺路广告一下 https://www.tinyedi.com/python-for-cpp-programner/
    文章中搜索 from 看相关的内容即可
    wozhizui
        11
    wozhizui  
       Apr 16, 2020
    变量名,地址呗
    ijrou
        12
    ijrou  
       Apr 16, 2020
    Python 的 from import 和 import 的区别?
    https://www.zhihu.com/question/38857862/answer/136790745
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3870 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 103ms · UTC 00:49 · PVG 08:49 · LAX 17:49 · JFK 20:49
    ♥ Do have faith in what you're doing.