3 questions
Filter
- 0 votes1 answers7 views
Autofill website forms in Python
Hi there! Does anyone know how to fill out forms on websites in Python? (eg. With the "checkmark", "password" and "text" tag in HTML)
- 1 votes0 answers13 views
Build a class 'Neuron', which should have this methods
init. Takes as argument list of weights of a neuron --- w=(w1,…,wn) , and a function of activation f (by default f(x)=x ). Saves the weights and a function inside ...
- 2 votes1 answers148 views
How to Install Python 3.8 on Ubuntu ?
I use ubuntu16.04 and there already is installed python3.5 version by default, but I want using new Python features, which is available since Python 3.6 (for example ...