Тёмный

Getting Started with Numba for Python 

Sourceforge Go Parallel
Подписаться 1,8 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@AkashSwamyBazinga
@AkashSwamyBazinga 7 лет назад
Can you do a comparison video with Cython please!!!
@khalilj.9051
@khalilj.9051 4 года назад
Thank you for this extra ordinary performance. I'm a new beginner learning Python, how ever, since I started reading about Numba I tried to figure out how to implement and get the bif bennefits of this function. I'm trying to adapt it into my code-script but still got error messag. I'm doing it wrong, still missing information. For that reason now I'm asking the experts for advice. Please, any suggestion how to implement the Numba function correctly in to the following code-script to get it working error free. Otherwise, generating this code takes at minimum 7 days on my Inte Core i3 laptop. Thank you in advance for any support or advice.. Here's the code: from numba import njit, jit import itertools import os import xlsxwriter row = 0 col = 0 combin = itertools.combinations(range(1,36),7) count_combin = [] count = 0 workbook = xlsxwriter.Workbook( os.getcwd() + '\\' + 'combination.xlsx') worksheet = workbook.add_worksheet('combs') for i in combin: count_combin.append(i) print(count_combin.index(i)+1, i) worksheet.write(row,col,i[0]) worksheet.write(row,col+1,i[1]) worksheet.write(row,col+2,i[2]) worksheet.write(row,col+3,i[3]) worksheet.write(row,col+4,i[4]) worksheet.write(row,col+5,i[5]) worksheet.write(row,col+6,i[6]) row += 1 workbook.close() print('number of combinations', len(count_combin))
@Hajdew
@Hajdew 3 года назад
Can i implement %time and %run in code?
@eulefranz944
@eulefranz944 3 года назад
3:02 bruuuh...
@kameelamareen
@kameelamareen 3 года назад
Man I got shooketh , read you comment before hand and was like huh ... watched the vid and lmao
Далее
Make Python code 1000x Faster with Numba
20:33
Просмотров 444 тыс.
Writing Code That Runs FAST on a GPU
15:32
Просмотров 560 тыс.
@ItsMamix учу делать сигму😎
00:12
Просмотров 785 тыс.
Massively Speed-Up Python Code With Numba Compilation
16:28
High-Performance Computing with Python: Numba and GPUs
25:28
RAG from the Ground Up with Python and Ollama
15:32
Просмотров 31 тыс.
threading vs multiprocessing in python
22:31
Просмотров 583 тыс.
Roofline Analysis in Intel Advisor 2017
17:11
Просмотров 4,2 тыс.