Julia Vs Python Tutorials - For Loop

preview_player
Показать описание
Julia Vs Python Tutorials - For Loop

We will be learning two languages together and be checking the differences,similarities and merits.
In this tutorials we will be checking loops specifically for loops and range and collect in julia and in python
====================================
Python ======= Julia
range(10) range(1,10)
range(0,10) collect(10) collect(0:10)

for i in range(10): for i in range(1,10)


Julia Vs Python Tutorials - For Loop
By J-secur1ty of JCharisTech
Рекомендации по теме