Skip to content

Commit 3ff31c3

Browse files
committed
Update Website
1 parent 15c7f06 commit 3ff31c3

File tree

187 files changed

+115000
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+115000
-7
lines changed

geopython-pyml-2020-numba/index.html

+138
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<title>An Enlightening Talk on Numba - Ankit Mahato, PyML 2020</title>
7+
<link rel="icon" href="/media/favicon.ico">
8+
<link rel="shortcut icon" href="/media/favicon.ico"/>
9+
<meta name="author" content="Ankit Mahato">
10+
<meta name="keywords" content="python,analytics,real,world,guide,book,programming,code,machine learning,ai,model">
11+
<meta name="description" content="An Enlightening Talk on Numba is a short introduction to the numba JIT compiler by Ankit Mahato.">
12+
<meta property="og:title" content="An Enlightening Talk on Numba - Ankit Mahato, PyML 2020">
13+
<meta property="og:description" content="An Enlightening Talk on Numba is a short introduction to the numba JIT compiler by Ankit Mahato.">
14+
<meta property="og:image" content="https://realworldpython.github.io/media/banners/geopython-pyml-2020-numba-banner.jpg">
15+
<meta property="og:url" content="https://realworldpython.github.io/geopython-pyml-2020-numba/">
16+
<meta name="twitter:title" content="An Enlightening Talk on Numba - Ankit Mahato, PyML 2020">
17+
<meta name="twitter:description" content="An Enlightening Talk on Numba is a short introduction to the numba JIT compiler by Ankit Mahato.">
18+
<meta name="twitter:image" content="https://realworldpython.github.io/media/banners/geopython-pyml-2020-numba-banner.jpg">
19+
<meta name="twitter:card" content="summary_large_image">
20+
21+
<!-- Bootstrap core CSS -->
22+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/css/bootstrap.min.css" integrity="sha384-DhY6onE6f3zzKbjUPRc2hOzGAdEf4/Dz+WJwBvEYL/lkkIsI3ihufq9hk9K4lVoK" crossorigin="anonymous">
23+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
24+
25+
<!-- Custom styles for this template -->
26+
<link href="/main-page.css" rel="stylesheet">
27+
28+
<script type="text/javascript">
29+
(function(c,l,a,r,i,t,y){
30+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
31+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
32+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
33+
})(window, document, "clarity", "script", "3yg904v6dz");
34+
</script>
35+
36+
<!-- Google Analytics -->
37+
<!-- Global site tag (gtag.js) - Google Analytics -->
38+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162081281-1"></script>
39+
<script>
40+
window.dataLayer = window.dataLayer || [];
41+
function gtag(){dataLayer.push(arguments);}
42+
gtag('js', new Date());
43+
44+
gtag('config', 'UA-162081281-1');
45+
</script>
46+
<!-- End Google Analytics -->
47+
48+
</head>
49+
<body>
50+
51+
<header>
52+
53+
<nav class="navbar navbar-expand-lg">
54+
<div class="container-fluid">
55+
<div class="navbar-brand">
56+
<a href="/"><img src="/media/icon.png" style="height: 2rem;"></a>
57+
</div>
58+
<div class="navbar-dark bg-dark">
59+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
60+
<span class="navbar-toggler-icon"></span>
61+
</button>
62+
</div>
63+
<div class="collapse navbar-collapse" id="navbarNavDropdown">
64+
<ul class="navbar-nav">
65+
<li class="navbar-item"><a class="nav-link" href="https://gitter.im/realworldpython/community" target="_blank">Community</a></li>
66+
<li class="navbar-item"><a class="nav-link" href="https://gitter.im/realworldpython/issues" target="_blank">Report Bug</a></li>
67+
<li class="navbar-item"><a class="nav-link" href="https://twitter.com/realworldpython" target="_blank">Twitter</a></li>
68+
<li class="navbar-item"><a class="nav-link" href="https://www.youtube.com/channel/UCjelPfbgHVIbODdZtX0Y8lw/" target="_blank">Youtube</a></li>
69+
</ul>
70+
</div>
71+
</div>
72+
</nav>
73+
74+
<div class="hero position-relative overflow-hidden text-center text-light">
75+
<div class="col-md-6 p-lg-1 mx-auto my-1">
76+
<a href="/"><img class="img-fluid" src="/media/hero_banner.png" style="max-width: 100%; height: 100px;"></a>
77+
<p class="lead font-weight-normal">
78+
Learn to tackle real world problems using Python like a rockstar 🤘
79+
</p>
80+
<a class="btn solid-rwp btn-lg m-1" href="https://twitter.com/realworldpython" target="_blank"><i class="fab fa-twitter"></i> Follow @realworldpython</a>
81+
</div>
82+
</div>
83+
84+
85+
<main role="main">
86+
87+
<!-- Marketing messaging and featurettes
88+
================================================== -->
89+
<!-- Wrap the rest of the page in another container to center all the content. -->
90+
91+
<div class="container marketing p-md-5">
92+
<h2 class="featurette-heading mt-2">An Enlightening Talk on Numba</h2>
93+
<h2 class="featurette-subheading mt-2">GeoPython & PyML 2020</h2>
94+
<div class="ratio ratio-16x9 mt-5">
95+
<iframe src="https://drive.google.com/file/d/1VyMmcZfFwV0Dn8ZqsJOXJ7whXoZ11Tm1/preview" allowfullscreen></iframe>
96+
</div>
97+
</div>
98+
99+
<hr class="featurette-divider"></hr>
100+
<!-- /END THE FEATURETTES -->
101+
102+
103+
<!-- FOOTER -->
104+
<footer class="container">
105+
<div class="row footer-row">
106+
<p>Copyright &copy; 2020 Real World Python</p>
107+
</div>
108+
</footer>
109+
</main>
110+
111+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/js/bootstrap.bundle.min.js" integrity="sha384-BOsAfwzjNJHrJ8cZidOg56tcQWfp6y72vEJ8xQ9w6Quywb24iOsW913URv1IS4GD" crossorigin="anonymous"></script>
112+
113+
<!-- The core Firebase JS SDK is always required and must be listed first -->
114+
<script src="https://www.gstatic.com/firebasejs/7.13.1/firebase-app.js"></script>
115+
116+
<!-- TODO: Add SDKs for Firebase products that you want to use
117+
https://firebase.google.com/docs/web/setup#available-libraries -->
118+
<script src="https://www.gstatic.com/firebasejs/7.13.1/firebase-analytics.js"></script>
119+
120+
<script>
121+
// Your web app's Firebase configuration
122+
var firebaseConfig = {
123+
apiKey: "AIzaSyAzRLkpyoSM-xq7fh0uOETvH0emoMV5Hio",
124+
authDomain: "realworldpython-61408.firebaseapp.com",
125+
databaseURL: "https://realworldpython-61408.firebaseio.com",
126+
projectId: "realworldpython-61408",
127+
storageBucket: "realworldpython-61408.appspot.com",
128+
messagingSenderId: "284668353956",
129+
appId: "1:284668353956:web:0fb13fda22d8a3282d3531",
130+
measurementId: "G-YTX7ESG1N0"
131+
};
132+
// Initialize Firebase
133+
firebase.initializeApp(firebaseConfig);
134+
firebase.analytics();
135+
</script>
136+
</body>
137+
</html>
138+

geopython-pyml-2020/index.html

+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<title>Democratizing Machine Learning Model Development - Ankit Mahato</title>
7+
<link rel="icon" href="/media/favicon.ico">
8+
<link rel="shortcut icon" href="/media/favicon.ico"/>
9+
<meta name="author" content="Ankit Mahato">
10+
<meta name="keywords" content="python,analytics,real,world,guide,book,programming,code,machine learning,ai,model">
11+
<meta name="description" content="Democratizing Machine Learning Model Development using Model Interchange Formats like PMML, PFA, ONNX.">
12+
<meta property="og:title" content="Democratizing Machine Learning Model Development - Ankit Mahato">
13+
<meta property="og:description" content="Democratizing Machine Learning Model Development using Model Interchange Formats like PMML, PFA, ONNX.">
14+
<meta property="og:image" content="https://realworldpython.github.io/media/banners/geopython-pyml-2020-banner.jpg">
15+
<meta property="og:url" content="https://realworldpython.github.io/geopython-pyml-2020/">
16+
<meta name="twitter:title" content="Democratizing Machine Learning Model Development - Ankit Mahato">
17+
<meta name="twitter:description" content="Democratizing Machine Learning Model Development using Model Interchange Formats like PMML, PFA, ONNX.">
18+
<meta name="twitter:image" content="https://realworldpython.github.io/media/banners/geopython-pyml-2020-banner.jpg">
19+
<meta name="twitter:card" content="summary_large_image">
20+
21+
<!-- Bootstrap core CSS -->
22+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/css/bootstrap.min.css" integrity="sha384-DhY6onE6f3zzKbjUPRc2hOzGAdEf4/Dz+WJwBvEYL/lkkIsI3ihufq9hk9K4lVoK" crossorigin="anonymous">
23+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
24+
25+
<!-- Custom styles for this template -->
26+
<link href="/main-page.css" rel="stylesheet">
27+
28+
<script type="text/javascript">
29+
(function(c,l,a,r,i,t,y){
30+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
31+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
32+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
33+
})(window, document, "clarity", "script", "3yg904v6dz");
34+
</script>
35+
36+
<!-- Google Analytics -->
37+
<!-- Global site tag (gtag.js) - Google Analytics -->
38+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162081281-1"></script>
39+
<script>
40+
window.dataLayer = window.dataLayer || [];
41+
function gtag(){dataLayer.push(arguments);}
42+
gtag('js', new Date());
43+
44+
gtag('config', 'UA-162081281-1');
45+
</script>
46+
<!-- End Google Analytics -->
47+
48+
</head>
49+
<body>
50+
51+
<header>
52+
53+
<nav class="navbar navbar-expand-lg">
54+
<div class="container-fluid">
55+
<div class="navbar-brand">
56+
<a href="/"><img src="/media/icon.png" style="height: 2rem;"></a>
57+
</div>
58+
<div class="navbar-dark bg-dark">
59+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
60+
<span class="navbar-toggler-icon"></span>
61+
</button>
62+
</div>
63+
<div class="collapse navbar-collapse" id="navbarNavDropdown">
64+
<ul class="navbar-nav">
65+
<li class="navbar-item"><a class="nav-link" href="https://gitter.im/realworldpython/community" target="_blank">Community</a></li>
66+
<li class="navbar-item"><a class="nav-link" href="https://gitter.im/realworldpython/issues" target="_blank">Report Bug</a></li>
67+
<li class="navbar-item"><a class="nav-link" href="https://twitter.com/realworldpython" target="_blank">Twitter</a></li>
68+
<li class="navbar-item"><a class="nav-link" href="https://www.youtube.com/channel/UCjelPfbgHVIbODdZtX0Y8lw/" target="_blank">Youtube</a></li>
69+
</ul>
70+
</div>
71+
</div>
72+
</nav>
73+
74+
<div class="hero position-relative overflow-hidden text-center text-light">
75+
<div class="col-md-6 p-lg-1 mx-auto my-1">
76+
<a href="/"><img class="img-fluid" src="/media/hero_banner.png" style="max-width: 100%; height: 100px;"></a>
77+
<p class="lead font-weight-normal">
78+
Learn to tackle real world problems using Python like a rockstar 🤘
79+
</p>
80+
<a class="btn solid-rwp btn-lg m-1" href="https://twitter.com/realworldpython" target="_blank"><i class="fab fa-twitter"></i> Follow @realworldpython</a>
81+
</div>
82+
</div>
83+
84+
85+
<main role="main">
86+
87+
<!-- Marketing messaging and featurettes
88+
================================================== -->
89+
<!-- Wrap the rest of the page in another container to center all the content. -->
90+
91+
<div class="container marketing p-md-5">
92+
<h2 class="featurette-heading mt-2">Democratizing Machine Learning Model Development</h2>
93+
<h2 class="featurette-subheading mt-2">GeoPython & PyML 2020</h2>
94+
<div class="ratio ratio-16x9 mt-5">
95+
<iframe src="https://www.youtube.com/embed/AmIyofFbc5o" allowfullscreen></iframe>
96+
</div>
97+
<div class="ratio ratio-16x9 mt-5">
98+
<iframe src="https://drive.google.com/file/d/1JwhHIy7W9sSrh_NarcMNjFnm-XsT1lDu/preview" allowfullscreen></iframe>
99+
</div>
100+
</div>
101+
102+
<hr class="featurette-divider"></hr>
103+
<!-- /END THE FEATURETTES -->
104+
105+
106+
<!-- FOOTER -->
107+
<footer class="container">
108+
<div class="row footer-row">
109+
<p>Copyright &copy; 2020 Real World Python</p>
110+
</div>
111+
</footer>
112+
</main>
113+
114+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/js/bootstrap.bundle.min.js" integrity="sha384-BOsAfwzjNJHrJ8cZidOg56tcQWfp6y72vEJ8xQ9w6Quywb24iOsW913URv1IS4GD" crossorigin="anonymous"></script>
115+
116+
<!-- The core Firebase JS SDK is always required and must be listed first -->
117+
<script src="https://www.gstatic.com/firebasejs/7.13.1/firebase-app.js"></script>
118+
119+
<!-- TODO: Add SDKs for Firebase products that you want to use
120+
https://firebase.google.com/docs/web/setup#available-libraries -->
121+
<script src="https://www.gstatic.com/firebasejs/7.13.1/firebase-analytics.js"></script>
122+
123+
<script>
124+
// Your web app's Firebase configuration
125+
var firebaseConfig = {
126+
apiKey: "AIzaSyAzRLkpyoSM-xq7fh0uOETvH0emoMV5Hio",
127+
authDomain: "realworldpython-61408.firebaseapp.com",
128+
databaseURL: "https://realworldpython-61408.firebaseio.com",
129+
projectId: "realworldpython-61408",
130+
storageBucket: "realworldpython-61408.appspot.com",
131+
messagingSenderId: "284668353956",
132+
appId: "1:284668353956:web:0fb13fda22d8a3282d3531",
133+
measurementId: "G-YTX7ESG1N0"
134+
};
135+
// Initialize Firebase
136+
firebase.initializeApp(firebaseConfig);
137+
firebase.analytics();
138+
</script>
139+
</body>
140+
</html>
141+

0 commit comments

Comments
 (0)