PythonHub
2.45K subscribers
2.35K photos
49.5K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
I just downloded python 3.6.2 on my mac osx, but i already downloaded python 3.6.0 on the same computer before. Whenever I type pip3 -V on terminal, it always shows pip for python 3.6.0, not 3.6.2. How can I use pip for 3.6.2.: https://www.reddit.com/r/Python/comments/70imbw/i_just_downloded_python_362_on_my_mac_osx_but_i/
So I have a text file, with some user info, is it possible to open this inside my python file so every line is like a seperate list in a list. Like this: list = [["line1"],["line2"],["line3"]]: https://www.reddit.com/r/Python/comments/70k0i0/so_i_have_a_text_file_with_some_user_info_is_it/