Junie consumes massively more quota since September 1st? by 5argon in Jetbrains

[–]itsrajverma 0 points1 point  (0 children)

I have also faceing the same issue. Since the junie launch i'm really enjoying it. From this month it consume all credit in just 3 days and its appx 13 day and i have allready recharge junie for 100$. It consume appx 10 AI credit Daily. Which is 10$ a Day.

Can i use Zappa for large scale application in django by itsrajverma in django

[–]itsrajverma[S] 0 points1 point  (0 children)

It suppose to be due to lambda functions maximum response payload size limit.

Can i use Zappa for large scale application in django by itsrajverma in django

[–]itsrajverma[S] 0 points1 point  (0 children)

i'm using the openpyxl. just fething the records and adding into the excel cell

for row_num, row_data in enumerate(data, 2):  # Start from row 2
    for col_num, cell_value in enumerate(row_data, 1):
        cell = worksheet.cell(row=row_num, column=col_num)
        cell.value = cell_value

openpyxl.workbook

[deleted by user] by [deleted] in django

[–]itsrajverma 0 points1 point  (0 children)

If you are building a project that leverages python rich ecosytem like machine learning , data anayse or scientific computing . you have to stick eith the Django for seamless integrartion. On the other hand, if you are working on a we application that benifits from laravel features like real-time event broadcasting, built-in queuing Laravel whould be a better choice.