Answer the question
In order to leave comments, you need to log in
Where can I download Python video courses (normal, whole, all at once)?
Torrents, video archives or some large media libraries where you can download video tutorials on learning and programming skills in the Python language, practice and theory, both in Russian and in English? There is on youtube, but everything is broken and scattered there.
Maybe someone knows the resources where you can download the entire video collection or archive at once, without splitting, so that later you can watch, for example, from a device without Internet access.
In general, please share links to media and video resources on learning the Python language.
I would very much like to find resources (video tutorials and video lectures, videos from conferences, master classes, interviews) with the ability to save to a hard drive and download, for offline viewing.
Answer the question
In order to leave comments, you need to log in
There is a course in English https://www.edx.org/course/introduction-computer-s...
that is taught at MIT
Or if you are not a warez fan.... https://www.udemy.com/courses/search/?q=Python&p=1...
And what did you want to do? Do not submit the form if you do not select a city? If so, what are you doing there ...
The form is sent when the input type="submit" is clicked. Accordingly, you need to handle the click event on this button. The change event is not needed at all, the form submission does not depend on it, if I understand correctly what you wanted to do.
https://jsfiddle.net/02kne0da/
1. This piece of code blocks form submission forever, regardless of subsequent changes to your select:
if($('select :selected').val() == '--Выберите город--'){
$('input[type="submit"]').click(function(evt){
evt.preventDefault();
});
}
if($('select :selected').val() == '--Select city--'){
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question