Thursday, April 22, 2021

Re: Using Python Libraries in Django

Have a look at the following video. It might help with your first question.

Regards,

--
Gerardo Palazuelos Guerrero



On Thu, Apr 22, 2021 at 2:45 PM felipe herrera <quechua685@gmail.com> wrote:
Awesome! Thank you . 

Andrés 

El jue, 22 de abr. de 2021 a la(s) 14:52, Kasper Laudrup (laudrup@stacktrace.dk) escribió:
On 22/04/2021 18.48, felipe herrera wrote:
> 1) Can we use any python libraries in Django ( such as PDFplumber,
> pandas, etc) ?

Yes.

Of course something like a Python library for rendering 3D graphics with
OpenGL wouldn't make much sense to use for a web framework, but you can
use any Python code with Django.

> 2) Would I put my python script in views.py?  (Something like this) 
>

That would probably be just fine most of the time and in this case it
looks like the simplest thing to do.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dd418eeb-2799-c8bd-8916-8a83754bfeb5%40stacktrace.dk.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHg1JKz_ex0LHN2uFMU9Wing46eyRBrEAcWHw4B5cOTaJZMNgA%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJ8iCyM4i3PdCM2d22ou5Ue7roC5dktDDEPBgWtqk3mMwjr8Wg%40mail.gmail.com.

No comments:

Post a Comment