Aide à la Physique Chimie au Lycée

  • Augmenter la taille
  • Taille par défaut
  • Diminuer la taille
Aide à la Physique Chimie au Lycée

python & pyqt5

Envoyer Imprimer PDF

Jupyter : http://jupyter.org/

Pour essayer en ligne :  https://try.jupyter.org/
Sinon :

- il y a une version portable winpython http://winpython.github.io/

- anaconda : https://www.continuum.io/downloads



Vous  pouvez installer pygame pour python 3.4 ou 3.5 : http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame


Il y a tkinter pour l'interface graphique, mais vous pouvez aussi utiliser PyQt5.

Documentation sur PyQt5.5 : https://wiki.python.org/moin/PyQt

Si, vous utilisez PyQt5, vous pouvez construire votre interface à l'aide de Qt Designer et l'importer dans python via la commande :

qtCreatorFile = "calculer.ui" # votre fichier ui que vous avez crée avec Qt Designer

fichier calculer.ui

import sys
from PyQt5.QtWidgets import QMainWindow, QApplication
from PyQt5 import uic,QtCore, QtGui, QtWidgets


qtCreatorFile = "calculer.ui" # votre fichier ui que vous avez crée avec qtcreator

Ui_MainWindow, QtBaseClass = uic.loadUiType(qtCreatorFile)

class MyApp(QMainWindow, Ui_MainWindow):
def __init__(self):
#Cette classe représente une fenêtre principale d'une application
# Constructeurs pour la classe QMainWindow
QMainWindow.__init__(self)


Ui_MainWindow.__init__(self)       
self.setupUi(self)
self.calculer_taxe_button.clicked.connect(self.calculTTC)

def calculTTC(self):
prix = float(self.prixhorstaxe.toPlainText())
tva = int(self.taxe.currentText())
prixclient = prix  + ((tva / 100) * prix)
prixttc_txt =  str(prixclient)
self.prixttc.setText(prixttc_txt)



app = QApplication(sys.argv)
window = MyApp()
window.show()
sys.exit(app.exec_())

 

Julia et IJulia

Pou les mathématiques vous pouvez installer en plus IJulia

pour faire un test : https://www.juliabox.org/

https://github.com/JuliaLang/IJulia.jl

http://julialang.org/

documentation en ligne : http://docs.julialang.org/en/release-0.4/

 

 

MW

Envoyer Imprimer PDF

Molecular Workbench est un programme éducatif.
http://mw.concord.org/modeler/download.html

version sans internet http://mw.concord.org/modeler/cd.zip

Ce programme permet d'apprendre les sciences avec des outils 2D et 3D, ainsi qu'une plateforme de simulation.
Les concepts de physique, chimie et biologie sont montrés de manière dynamique et visuelle.

Le programme est le seul à fonctionner avec les bases de données MOLO et MOLIT.

Les interfaces sont personnalisables.

Mise à jour le Mardi, 19 Mai 2015 19:17
 

Open Source Physics

Envoyer Imprimer PDF

Open Source Physics @Singapore

A Singapore physics teacher's blog that uses Easy Java/JavaScript Simulation (EjsS or Ejs) and Tracker, a bit of Geogebra. I usually customise them to benefit the world under creative commons attribution. Join the Open Source Physics community and be a citizen of the world!

SOURCE : http://weelookang.blogspot.fr/p/a-new-page-for-all-ejss-javascript.html

http://www.thephysicsfront.org/

EJSS Simulations

EJSS Simulations

http://tinyurl.com/ejsssg


A new page for ALL EJSS Javascript computer models that runs on almost any internet browser (including mobile devices internet browser)

Available 15th April 2014.
Add this URL to include lookang's Digital Library into the EJSS authoring tool-kit or the EJSS Reader Free or Pro. http://iwant2study.org/lookangejss/

  1. Newtonian Mechanics: Free Fall Model (EJSS)
  2. EJSS Free Fall Model by lookang, based on models and ideas from Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
    Authors: lookang, Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
    Newtonian Mechanics:
    Kinematics in Y Direction Model (EJSS)
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_freefall01/freefall01_Simulation.html
    source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_freefall01.zip
    EJSS Kinematics in Y direction Model by lookang, based on models and ideas from Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
    authors: lookang, Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
    author of EJS 5: Paco.
  3. Newtonian Mechanics: Kinematics Model (EJSS)
    EJSS Kinematics Model by lookang, based on models and ideas from Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
    authors: lookang, Fu-Kwun, Andreu Glasmann, Wolfgang Christian, and Mario Belloni
  4. Newtonian Mechanics: Projectile Motion Primary School
    http://weelookang.blogspot.sg/2014/05/ejss-projectile-motion-model-for.html
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_projectile/projectile_Simulation.html
    source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_projectile.zip
    authors: lookang
    author of EJS 5: Paco.
  5. Newtonian Mechanics: Position vs Time Graph (EJSS)
    Author: Andreu Glasmann, Wolfgang Christian, and Mario Belloni, lookang (this version)
  6. Newtonian Mechanics: 1D Elastic Collision (EJSS)
  7. Dynamics: Static and Kinetic Friction on Inclined Plane (EJSS)
    EJSS Static and Kinetic Friction on Incline Plane Model
    http://weelookang.blogspot.sg/2014/04/ejss-static-and-kinetic-friction-on.html
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_friction/friction_Simulation.html
    source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_friction.zip
    author: Francisco Esquembre and recreated on EJSS by lookang
  8. Dynamics: Frictional Model of Primary School Inquiry showing Friction Force Graph (EJSS)
    http://weelookang.blogspot.sg/2014/05/ejss-object-on-plane-model-for-primary.html
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_frictionprimaryfvt/frictionprimaryfvt_Simulation.html
    source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_frictionprimaryfvt.zip
    author: Francisco Esquembre and recreated on EJSS by lookang
  9. Dynamics: Frictional Model of Primary School Inquiry showing velocity Graph (EJSS)
    http://weelookang.blogspot.com/2014/05/ejss-object-on-plane-model-velocity.html
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_model_frictionprimaryvvt/frictionprimaryvvt_Simulation.html
    source: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejss_src_frictionprimaryvvt.zip
    author: Francisco Esquembre and recreated on EJSS by lookang

Mise à jour le Mardi, 19 Mai 2015 19:13
 

Comment désactiver le service de suivi dans Windows

Envoyer Imprimer PDF

Comment désactiver le service de suivi dans Windows

Vous ne l’avez peut-être pas remarqué si vous effectuez les mises à jour à l’aveugle, Microsoft en profite pour vous a installer un mouchard lors de la dernière mise à jour pour Windows 7, Windows 8, 8.1, Server 2008 R2 et Server 2012 R2.

Un mouchard de plus ,c'est un bien grand mot... Disons plutôt un outil de diagnostic qui renvoie des données à Microsoft pour améliorer soi-disant leur système d'exploitation. Le service est Baptisé "Diagnostics Tracking Service",il n' y pas d'information ou de détail par Microsoft et on ne sait pas quelles sont les données qu'il collecte et qu'il transmet.

Les utilisateurs de Windows 10 connaissent peut-être déjà ce service de diagnostic, appelé Diagnostics Tracking Service, qui n’est autre qu’un fouineur du même style que le traçage de FACEBOOK ou Google dont on ne sait pas grand chose justement sur le support de Microsoft :Cette mise à jour active le Service de suivi de diagnostic dans Windows 8.1, Windows Server 2012 R2, Windows 7 Service Pack 1 (SP1) et Windows Server 2008 R2 SP1. Ce service de suivi collecte des données sur les problèmes fonctionnels dans Windows.

Article : http://www.lemondeinformatique.fr/actualites/lire-diagnostics-tracking%C2%A0-microsoft-livre-windows-10-avec-un-mouchard-61159.html

Finalement, si on cherche voici les informations in english please :

The Diagnostics Tracking Service

When you acquire, install and use the Program, Microsoft collects information about you, your devices, applications and networks, and your use of those devices, applications and networks. Examples of data we collect include your name, email address, preferences and interests; browsing, search and file history; phone call and SMS data; device configuration and sensor data; and application usage. For example, when you:

  • install the Program, we may collect information about your device and applications and use it for purposes such as determining or improving compatibility,
  • use voice input features like speech-to-text, we may collect voice information and use it for purposes such as improving speech processing,
  • open a file, we may collect information about the file, the application used to open the file, and how long it takes and use it for purposes such as improving performance, or
  • enter text, we may collect typed characters and use them for purposes such as improving auto complete and spell check features.

Sounds like just any other keystroke logger...

Pourquoi désactiver ce service de suivi Windows ?

  • Premièrement parce qu’il a été ajouté par l’intermédiaire de mises à jour automatiques et configuré pour fonctionner par défaut sur les systèmes sans le consentement des utilisateurs
  • Deuxièmement : parce que la description est très vague et Microsoft ne révèle pas de détails supplémentaires sur la fonction du service sur son support
  • Troisièmement : pour un souci de confidentialité car aucune information sur les données collectées n’a été révélée par Microsoft.

Comment désactiver le service de suivi de diagnostics

Ce service n’a aucun caractère critique donc le fait de le désactiver ne gênera pas le fonctionnement de votre ordinateur et il est très simple de désactiver le service Diagnostics Tracking Service :

desactiver diagnostics tracking service windows-infoidevice

  1. appuyez sur la touche Windows, tapez « services » dans la recherche et appuyez sur la touche Entrée
  2. recherchez le service Diagnostics Tracking Service et faites un double-clic dessus
  3. dans la fenêtre, sélectionnez le type et sélectionnez  « désactivé »
  4. cliquez ensuite « arrêter le service » afin d’arrêter le processus en cours d’exécution

desactiver service suivi windows-infoidevice

Ainsi le service ne démarrera plus avec Windows.

 

Apple et Canonical également très curieux

La firme de Redmond n’est pas la seule à utiliser ce type d’agent, Mac OS X et IOS transmettent également des informations à Apple à l’insu des utilisateurs et, ce, depuis plusieurs années. Une pétition avait d’ailleurs été lancée en octobre 2014 pour dénoncer cette pratique. Edward Snowden, par exemple, refuse catégoriquement d’utiliser un iPhone. Avec son outil Dropoutjeep, la NSA est ainsi capable de prendre la main sur le smartphone d’Apple pour récupérer des fichiers, consulter les SMS et la liste de contacts, connaître la géolocalisation du terminal, activer le micro et l'objectif photo/vidéo, accéder à la boîte vocale… Et le monde du libre n’est pas épargné : une API d’Ubuntu  transmet certains résultats de recherche à Amazon. La fonction a été fortement critiquée par les utilisateurs et les gardiens de la vie privée. L'éditeur Canonical a promis qu'il retirerait la fonction dans les futures versions d'Unity.

Mise à jour le Samedi, 16 Mai 2015 16:44
 

avimeca super

Envoyer Imprimer PDF

On peut utiliser super pour convertir les fichier en avi pour avimeca.

Ici avec avimeca, on ne peut pas lire le fichier.

On peut utiliser super pour faire la conversion :http://www.erightsoft.com/Superdc.html >>Téléchargement<<

On peut ensuite lire le fichier à l'aide de avimeca :

Mise à jour le Vendredi, 15 Mai 2015 13:59
 


Page 10 sur 28