EP 1 Know Which Version of Python You ’re Using.

  • There are two major verions of Python still active use: Python2 and 3

Effective Python

python --version
>>> import sys
>>> print(sys.version_info)
sys.version_info(major=3, minor=5, micro=0, releaselevel='final', serial=0)
>>> print(sys.version)
3.5.0 (default, Oct 11 2015, 02:40:20)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)]

Recommended Posts

EP 1 Know Which Version of Python You ’re Using.
How much do you know the basics of Python?
Version upgrade of python Anaconda
python: Basics of using scikit-learn ①
Check OpenSSL version of python 2.6
[Python] Tuple version of prefecture pull-down
Image capture of firefox using python
Removal of haze using Python detailEnhanceFilter
Ideone> Python version: 3.5 (as of August 29, 2017)
Change the Python version of Homebrew
Implementation of desktop notifications using Python
Python Note: When you want to know the attributes of an object
Try using n to downgrade the version of Node.js you have installed
Python: Basics of image recognition using CNN
[Python] Extension using inheritance of matplotlib (NavigationToolbar2TK)
Automatic collection of stock prices using python
About building GUI using TKinter of Python
(Bad) practice of using this in Python
About the virtual environment of python version 3.7
I didn't know the basics of Python
[Python] Try pydash of the Python version of lodash
Meaning of using DI framework in Python
Time variation analysis of black holes using python
Try the python version of emacs-org parser orgparse
Check the type of the variable you are using
Chord recognition using chromagram of python library librosa
Use OpenSeesPy regardless of OS or Python version
Introduction of Python Imaging Library (PIL) using HomeBrew
Character encoding when using csv module of python 2.7.3
A note about the python version of python virtualenv
Try the free version of Progate [Python I]
Try using the collections module (ChainMap) of python3
Anonymous upload of images using Imgur API (using Python)
Find the geometric mean of n! Using Python
Python introductory study-output of sales data using tuples-
You should know if you use Python! 10 useful libraries
What are you using when testing with Python?
Summary of Excel operations using OpenPyXL in Python