Skip to content

Instantly share code, notes, and snippets.

View engyasin's full-sized avatar

Yasin M. Yousif engyasin

View GitHub Profile
@engyasin
engyasin / Lesson_19.ipynb
Last active January 1, 2016 16:19
Documents/myPythonFiles/my_notebooks/Lesson_19.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@engyasin
engyasin / Lesson_20.ipynb
Created January 3, 2016 16:06
Documents/myPythonFiles/my_notebooks/Lesson_20.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@engyasin
engyasin / Job1.ipynb
Created February 7, 2016 15:55
Documents/myPythonFiles/my_notebooks/Job1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@engyasin
engyasin / Lesson_22.ipynb
Created January 20, 2016 18:59
Documents/myPythonFiles/my_notebooks/Lesson_22.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
class Myclass:
def __init__(self):
self.cond = True
pass
def func1(self,arg):
while self.cond:
pass
{%- extends 'basic.tpl' -%}
{% from 'mathjax.tpl' import mathjax %}
{%- block header -%}
<!DOCTYPE html>
<html lang="ar">
<head>
{%- block html_head -%}
<meta charset="utf-8" />