Python and ruby slice memo

Note that going back and forth between Python and ruby can be confusing

Array index number

irb(main):014:0> a = [1, 2, 3, 4, 5]
=> [1, 2, 3, 4, 5]
irb(main):024:0> a[0..3]
=> [1, 2, 3, 4]
irb(main):018:0> a[1..3]
=> [2, 3, 4]

Where the pointer points

In [3]: a
Out[3]: [1, 2, 3, 4, 5, 6, 7, 8, 9]

In [4]: a[0:3]
Out[4]: [1, 2, 3]

In [5]: a[1:3]
Out[5]: [2, 3]

Recommended Posts

Python and ruby slice memo
Ruby, Python and map
Python and Ruby split
Python on Ruby and angry Ruby on Python
Ruby and Python syntax ~ branch ~
python memo
Python memo
python memo
Python memo
Python slice
Python memo
Python memo
Difference between Ruby and Python split
Difference between java and python (memo)
Scraping with Node, Ruby and Python
Python memo ① Folder and file operations
[Python] Memo dictionary
Statistical basics and Python, graphing, etc. (memo)
Differences between Ruby and Python in scope
python beginner memo (9.2-10)
python string slice
python beginner memo (9.1)
Eating and comparing programming languages: Python and Ruby
A memo with Python2.7 and Python3 on CentOS
★ Memo ★ Python Iroha
Python slice basics
Python data structure and operation (Python learning memo ③)
[Python] EDA memo
Python 3 operator memo
Encrypt with Ruby (Rails) and decrypt with Python
[My memo] python
Python3 metaclass memo
[Python] Basemap memo
Easy web scraping with Python and Ruby
Differences between Ruby and Python (basic syntax)
Python beginner memo (2)
[Python] Numpy memo
Correspondence summary of array operation of ruby and python
Instant method grammar for Python and Ruby (studying)
Specifying the range of ruby and python arrays
[Python] Conversion memo between time data and numerical data
Reading and writing fits files with Python (memo)
About shallow and deep copies of Python / Ruby
Comparison of Python and Ruby (Environment / Grammar / Literal)
Python class (Python learning memo ⑦)
Python and numpy tips
[Python] pip and wheel
python openCV installation (memo)
Python module (Python learning memo ④)
Visualization memo by Python
Batch design and python
Python iterators and generators
Python packages and modules
Python test package memo
Vue-Cli and Python integration
[Python] Memo about functions
python regular expression memo
Binary search (python2.7) memo
[My memo] python -v / python -V
Python3 List / dictionary memo
[Memo] Python3 list sort