Posts by scylo • 38 points
3 posts
-
0
votes1
answer153
viewsA: Store data from an array in a variable
According to your answer you already have an array where the Indice [0] comes all the contents of the CSV, right? What you need to do is, turn it into an array and then separate it into blocks. How…
-
1
votes1
answer219
viewsQ: How do I display variables on a Django page?
I am new to Django and am taking some information from a web page using lxml. I would like to know how to display the values on my website. import requests from lxml import html from…
-
1
votes1
answer416
viewsQ: How do I set up a Mysql database that is on my machine to be accessed on the web-hosted Moodle?
I have hired Uol Host hosting services, but I cannot change the database provided by them. I would like to know how to connect a database of my machine to the Moodle that is installed on the host.…