Skip to content

Instantly share code, notes, and snippets.

View Lamia-Mihoubi's full-sized avatar
🎯
Focusing

Mihoubi Lamia Zohra Lamia-Mihoubi

🎯
Focusing
View GitHub Profile
@Lamia-Mihoubi
Lamia-Mihoubi / LoginController.java
Created May 11, 2018 10:17 — forked from jewelsea/LoginController.java
JavaFX sample for an fxml based Login screen to main application transition with login session data transfer
package login;
import javafx.event.*;
import javafx.fxml.FXML;
import javafx.scene.control.*;
/** Controls the login screen */
public class LoginController {
@FXML private TextField user;
@FXML private TextField password;
@Lamia-Mihoubi
Lamia-Mihoubi / PY0101EN-4-1-ReadFile.ipynb
Created September 14, 2019 19:09
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Lamia-Mihoubi
Lamia-Mihoubi / PY0101EN-4-2-WriteFile.ipynb
Created September 18, 2019 10:05
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Lamia-Mihoubi
Lamia-Mihoubi / PY0101EN-4.3_notebook_quizz_pandas.ipynb
Created September 18, 2019 17:09
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Lamia-Mihoubi
Lamia-Mihoubi / PY0101EN-4.4_notebook_quizz_pandas.ipynb
Created September 18, 2019 17:26
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Lamia-Mihoubi
Lamia-Mihoubi / PY0101EN-5.1_notebook_quizz_numpy1d.ipynb
Created September 18, 2019 19:37
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.