Posts by André Filipe da Conceição • 3 points
3 posts
-
0
votes1
answer349
viewsQ: How to change values of only one column in an array (PURE Python)
I am doing a work of programming in PURE Python (that is, it is not allowed to use Pandas/Numpy) whose first part is, in an array, replace certain values by certain numbers. For example: in the…
pythonasked André Filipe da Conceição 3 -
0
votes1
answer291
viewsQ: How to import external Javascript and put masks on inputs?
Hello, all right? I saw some tutorials on the internet to put masks input in HTML, and as I am new in Javascript I imported the external library as shown below, but I must have imported wrong or…
-
0
votes1
answer211
viewsQ: How to import the Chart.js library into an ASP file?
I am trying to insert a chart with Chart.js into an ASP page (not ASP.NET). I saw some tutorials from Chart.js itself and found the following statement: You can download the Latest version of…