Python Forum
How to integrate a python algorithm in a Django website
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to integrate a python algorithm in a Django website
#1
Hello,

I am a novice in web programming. Knowing well python I turned to Django. I am on a project where I have to retrieve data from a form and then process them. More precisely, I want to apply an algorithm that allows to classify people with different criteria (it is actually to ask their wishes to the people and classify each person in his highest wishes and outputs the newly created and classified lists by mail). This algorithm is in python and i want it to run each week. But I do not see how I could integrate this algorithm into my site.

thank you in advance

David Smile
Reply
#2
(Feb-15-2017, 11:50 PM)daekch Wrote: This algorithm is in python and i want it to run each week.

Have you heard the word of our lord and savior, cron?
Reply
#3
Hi David,

You can write the python algorithm in the Django file and can run the same in cron. Or you can schedule the weekly update in python schedule
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failure in the Code to integrate via API Holded (accounting system) to Excel. maicolvela 1 821 May-10-2023, 01:20 PM
Last Post: buran
  Retrieve website content using Python? Vadanane 1 1,272 Jan-16-2023, 09:55 AM
Last Post: Axel_Erfurt
  please help me with my django website? MetsxxFan01 0 1,523 May-05-2022, 11:38 PM
Last Post: MetsxxFan01
  I want to create an automated website in python mkdhrub1 2 2,430 Dec-27-2021, 11:27 PM
Last Post: Larz60+
  Python to build website Methew324 1 2,242 Dec-15-2020, 05:57 AM
Last Post: buran
  Scraping all website text using Python MKMKMKMK 1 2,092 Nov-26-2020, 10:35 PM
Last Post: Larz60+
  Python Webscraping with a Login Website warriordazza 0 2,609 Jun-07-2020, 07:04 AM
Last Post: warriordazza
  display local images on django website mp3909 2 6,326 Apr-01-2020, 11:18 AM
Last Post: mp3909
  Python tool based on website? zarize 2 2,495 Mar-21-2020, 02:25 PM
Last Post: zarize
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,330 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020