Makina Blog
Formation à distance Data Scientist
Grâce à l'adaptation de nos formations pour une offre à distance, un programme pédagogique complet autour des data-sciences vous est proposé, couvrant : le chargement, la manipulation, la visualisation et l'utilisation en machine learning de vos données.
Makina Corpus au Drupalcamp du 15 au 17 février
Conférences et atelier, rejoignez-nous !
Faire un bon support de formation
Mise en pratique des théories neuropsychologiques et pédagogiques appliquées à la formation
Une expertise de formation au développement web
Nous avons acquis notre expertise grâce aux nombreux projets que nous avons réalisés pour nos clients, et pour la communauté du logiciel libre à laquelle nous appartenons.
Python tutorial : Understanding Python threading
As many others languages, Python provides a great and simple library to use threads. This library includes all required objects and functions that you will need to do parallel programming and manage concurrent data access between threads.
Python Tutorial: Understanding Python MRO - Class search path
The Python Method Resolution Order defines the class search path used by Python to search for the right method to use in classes having multi-inheritance. It as envolved since Python 2.2 to 2.3. The algorithm change is also refered as old classes and new classes MRO algorithm. The new one is not so easy to bring out.