Bienvenue sur le Blog d'OpenShot ! Informez-vous sur les nouveautés et les mises à jour du développement d'OpenShot Video Editor. Soyez averti automatiquement à l'aide du flux RSS ou suivez-nous sur Facebook, Twitter et Google+.

24 Jul

Have you ever run into a problem where your favorite Python IDE can't determine the type of a variable, and thus you get no auto-completion? There is a built-in function in Python called isInstance(your_variable, type_of_variable) that is designed to compare a variable to a class type, and return true or false. However, just the ...