-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
776 lines (641 loc) · 38.5 KB
/
index.html
File metadata and controls
776 lines (641 loc) · 38.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SMB9YNHT28"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SMB9YNHT28');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Learn Python with Jupyter</title>
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains exercises. With free Jupyter Notebooks and a GitHub community" name="description">
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains exercises. With free Jupyter Notebooks and a GitHub community" name="keywords">
<meta property="og:title" content="Learn Python with Jupyter">
<meta property="og:description" content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains plenty of exercises. With free Jupyter Notebooks and a GitHub community">
<meta property="og:image" content="https://www.learnpythonwithjupyter.com/assets/img/preview.png">
<meta property="og:url" content="https://www.learnpythonwithjupyter.com/">
<meta property="og:type" content="website">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style_orange.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume - v4.6.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!-- =======================================================
COOKIES
- YouTube video: https://www.youtube.com/watch?v=apMbrT7qGFM
- Create policy: https://www.cookiepolicygenerator.com/
- Create code below: https://www.websitepolicies.com/
======================================================= -->
<script src="https://cdn.websitepolicies.io/lib/cookieconsent/1.0.3/cookieconsent.min.js" defer></script><script>window.addEventListener("load",function(){window.wpcc.init({"border":"thin","corners":"small","colors":{"popup":{"background":"#222222","text":"#ffffff","border":"#f9f9f9"},"button":{"background":"#f9f9f9","text":"#000000"}},"content":{"href":"https://www.cookiepolicygenerator.com/live.php?token=WtGmfPlABFl8lhAOiAiL2o2ACmFgG2R8"}})});</script>
</head>
<body>
<!---------------------------------------------------------------------------------->
<!------------------------------------- NAV BAR ------------------------------------>
<!---------------------------------------------------------------------------------->
<!-- ======= Mobile nav toggle button ======= -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bi-house"></i> <span>Welcome!</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bi bi-info-circle"></i> <span>About</span></a></li>
<li><a href="#get-the-book" class="nav-link scrollto"><i class="bi bi-book"></i> <span>Get the book</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bi bi-save"></i> <span>Get the <br> notebooks</span></a></li>
<li><a href="#community" class="nav-link scrollto"><i class="bi bi-people"></i> <span>LPWJ<br>Community</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i> <span>Derived Work <br> and More</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!---------------------------------------------------------------------------------->
<!-------------------------------------- HERO -------------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<!-- Title, subtitle, and author -->
<h1>Learn Python with Jupyter</h1>
<p>The book <span class="typed" data-typed-items="developing computational thinking, explaining syntax, with plenty of exercises"></span></p>
<br>
<h5 >by <a href="https://sbonaretti.github.io/" target="_blank">Serena Bonaretti</a></h5>
<br>
<br>
<!-- Buttons -->
<div class="button-container">
<a href="#get-the-book" class="button">Get the book</a>
<a href="https://forms.gle/iPiEc4wfW84e8QrS9" target="_blank" class="button">Leave a feedback</a>
</div>
</div>
</section><!-- End Hero -->
<!---------------------------------------------------------------------------------->
<!-------------------------------------- MAIN -------------------------------------->
<!---------------------------------------------------------------------------------->
<main id="main">
<!---------------------------------------------------------------------------------->
<!--------------------------------- ABOUT THE BOOK --------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<!-- Title -->
<div class="section-title">
<h2>About the Book</h2>
</div>
<!-- Book description -->
<div class="row justify-content-center">
<div class="col-lg-10">
<div class=book-description>
The aim of <strong>Learn Python with Jupyter</strong> is to help you develop <span class="orange_color">computational thinking</span>—that is, the way we think when coding–while learning <span class="orange_color">to code in Python</span>.
<!-- You will learn Python syntax and additional computational skills such as logical reasoning, problem solving, and writing clean code. -->
<br>
<br>
<strong>Learn Python with Jupyter</strong> includes thirty‐eight chapters, each paired with a
<a href="#resume" style="text-decoration: underline;">Jupyter Notebook</a>
where you can play with the code explained in the text.
The code is embedded in <span class="orange_color">narrative</span> to provide context and support memorization, and it is enriched with suggestions for <span class="orange_color">code pronunciation</span>.
Chapters contain both <span class="orange_color">theory exercises</span>, to verify the understanding of concepts, and <span class="orange_color">coding exercises</span>, to learn by doing.
Exercise solutions are shared in the
<a href="#community" style="text-decoration: underline;">community forum</a>,
where you can ask questions and propose alternative approaches.
And at the end of each chapter, you will find <span class="orange_color">recaps</span>
and <span class="orange_color">“in more depth”</span> sections, with suggestions, tips, and curiosities.
<br>
<br>
<strong>Learn Python with Jupyter</strong> is written in a simple and approachable style while remaining precise and detailed.
Its content has been tested and refined over more than a thousand hours of one‐on‐one teaching
with <span class="orange_color">international students of various educational backgrounds</span>.
<!-- Read more about the book on <a href="https://medium.com/p/11214f152159" target="_blank" style="text-decoration: underline;">Project Jupyter's blog</a>! -->
<br>
<br>
Learn more about the book here:
<br>
<br>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/ny4wVuSwItE?start=330"
title="YouTube video player"
frameborder="0"
style="border: 1px solid #ededed;"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!---------------------------------------------------------------------------------->
<!---------------------------------- GET THE BOOK ---------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= Facts Section ======= -->
<section id="facts" class="facts">
<div class="container" id="get-the-book" data-aos="fade-up">
<div class="section-title">
<h2>GET THE BOOK!</h2>
<div class="row justify-content-center ">
<div class="row"> <!-- need to keep this to have following content center -->
</div>
<!-- BUY THE BOOK -->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<!-- Title -->
<h4>Buy the paperback</h4>
<!-- Figure -->
<img src="assets/img/hero-bg_media.png" alt="Website banner" style="max-width: 100%; height: auto;">
<br>
<br>
<!-- Button -->
<a href="https://www.amazon.com/dp/B0G8D8JVZX" class="button">Buy the book*</a>
<br>
<br>
<!-- Other amazon stores -->
<span style="font-size: 12px;">* The book is available also on the Amazon shops
<a href="https://www.amazon.co.uk/dp/B0G8D8JVZX">.co.uk</a>,
<a href="https://www.amazon.de/dp/B0G8D8JVZX" >.de</a>,
<a href="https://www.amazon.fr/dp/B0G8D8JVZX" >.fr</a>,
<a href="https://www.amazon.es/dp/B0G8D8JVZX" >.es</a>,
<a href="https://www.amazon.it/dp/B0G8D8JVZX" >.it</a>,
<a href="https://www.amazon.nl/dp/B0G8D8JVZX" >.nl</a>,
<a href="https://www.amazon.pl/dp/B0G8D8JVZX" >.pl</a>,
<a href="https://www.amazon.se/dp/B0G8D8JVZX" >.se</a>,
<a href="https://www.amazon.com.be/dp/B0G8D8JVZX" >.com.be</a>,
<a href="https://www.amazon.ie/dp/B0G8D8JVZX" >.ie</a>,
<a href="https://www.amazon.ca/dp/B0G8D8JVZX" >.ca</a>
</span>
</div>
</div>
<!-- DOWNLOAD THE EBOOK -->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<!-- Title -->
<h4>Download the free ebook</h4>
<!-- Figure -->
<img src="assets/img/hero-bg_media_ebook.png" alt="Website banner" style="max-width: 100%; height: auto;">
<br>
<br>
<!-- Button download the book -->
<a href="assets/book/Learn_Python_with_Jupyter-Serena_Bonaretti.pdf" class="button">Get the free ebook</a>
<br>
<br>
<!-- Button Buy me a coffee -->
<span style="font-size: 14px;">If you want to support my work:</span>
<br>
<a href="https://buymeacoffee.com/serenabonaretti" target="_blank" class="button" >☕ Buy me a coffee</a>
<!-- style="font-family: 'Cookie', cursive; text-transform: capitalize;" -->
</div>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!---------------------------------------------------------------------------------->
<!------------------------------- DOWNLOAD NOTEBOOKS ------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= RESUME SECTION ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<!-- Title + subtitle -->
<div class="section-title">
<h2>DOWNLOAD THE JUPYTER NOTEBOOKS</h2>
<p >
<br>
⬇️ Download the Jupyter Notebooks one by one below
<br>
⬇️<i class="fab fa-github"></i> Download all the Jupyter Notebooks at once <a href="https://github.com/LearnPythonWithJupyter/Notebooks" class="btn-preorder">here</a>
<br>
⬇️🇲🇽 Download the Jupyter Notebooks in <a href="https://github.com/incognia/Notebooks" class="btn-preorder">Español de México</a> (translation by <a href="https://incognia.github.io/" class="btn-preorder">Rodrigo Ernesto Álvarez Aguilera</a> and Nick Chomey)
<br>
✨NEW✨ Start coding right away at <a href="https://notebook.link/github/LearnPythonWithJupyter/Notebooks/tree/main/lab/">notebook.link</a> (no download required!)
<!-- one by one from below, or all of them at once <a href="https://github.com/LearnPythonWithJupyter/Notebooks" class="btn-preorder">here</a></p>
<p>You can also download the notebooks in <a href="https://github.com/incognia/Notebooks" class="btn-preorder">Español de México</a> (translation by <a href="https://incognia.github.io/" class="btn-preorder">Rodrigo Ernesto Álvarez Aguilera)</a> -->
</p>
</div>
<div class="row">
<!--Start column on the left-->
<div class="col-lg-6">
<h3 class="resume-title"></h3>
<!-- Part 1 -->
<div class="resume-item pb-0">
<h4>PART 1: Creating the basics</h4>
<ol start="1">
<a href="assets/notebooks/01_string_input_print.ipynb" onclick="download">
<li>Text, questions, and art <br>
<i>Strings, input(), and print()</i>
</li></a>
<a href="assets/notebooks/02_variables.ipynb" onclick="download">
<li>Registering to an event<br>
<i>Variables, assignment, and string concatenation</i>
</li></a>
</ol>
</div>
<!-- Part 2 -->
<div class="resume-item pb-0">
<h4>PART 2: Introduction to lists and if/else construct</h4>
<ol start="3">
<a href="assets/notebooks/03_list_if_in_else.ipynb" onclick="download">
<li>In a bookstore <br>
<i>Lists and if... in... / else...</i>
</li></a>
<a href="assets/notebooks/04_list_append_remove.ipynb" onclick="download">
<li>Grocery shopping <br>
<i>List methods: .append() and .remove()</i>
</li></a>
<a href="assets/notebooks/05_list_index_pop_insert.ipynb" onclick="download">
<li>Customizing the burger menu <br>
<i>List methods: .index(), .pop(), and .insert()</i>
</li></a>
<a href="assets/notebooks/06_list_slicing.ipynb" onclick="download">
<li>Traveling around the world <br>
<i>List slicing</i>
</li></a>
<a href="assets/notebooks/07_list_slicing_use.ipynb" onclick="download">
<li>Senses, planets, and a house <br>
<i>Changing, adding, and removing list elements using slicing</i>
</li></a>
</ol>
</div>
<!-- Part 3 -->
<div class="resume-item pb-0">
<h4>PART 3: Introduction to the for loop</h4>
<ol start="8">
<a href="assets/notebooks/08_for_range.ipynb" onclick="download">
<li>My friends' favorite dishes<br>
<i>for... in range()</i>
</li></a>
<a href="assets/notebooks/09_for_loop_if_equals.ipynb" onclick="download">
<li>At the zoo<br>
<i>For loop with if... == ... / else...</i>
</li></a>
<a href="assets/notebooks/10_for_search.ipynb" onclick="download">
<li>Where are my gloves?<br>
<i>For loop for searching</i>
</li></a>
<a href="assets/notebooks/11_for_change_list.ipynb" onclick="download">
<li>Cleaning the mailing list<br>
<i>For loop to change list elements</i>
</li></a>
<a href="assets/notebooks/12_for_create_list.ipynb" onclick="download">
<li>What a mess at the bookstore!<br>
<i>For loop to create new lists</i>
</li></a>
</ol>
</div>
<!-- Part 4 -->
<div class="resume-item pb-0">
<h4>PART 4: Numbers and algorithms</h4>
<ol start="13">
<a href="assets/notebooks/13_numbers.ipynb" onclick="download">
<li>Implementing a calculator<br>
<i>Integers, floats, and arithmetic operations</i>
</li></a>
<a href="assets/notebooks/14_list_of_numbers.ipynb" onclick="download">
<li>Playing with numbers<br>
<i>Common operations with lists of numbers</i>
</li></a>
<a href="assets/notebooks/15_random.ipynb" onclick="download">
<li>Fortune cookies<br>
<i>The Python module</i> random
</li></a>
<a href="assets/notebooks/16_intro_to_algos.ipynb" onclick="download">
<li>Rock paper scissors<br>
<i>Introduction to algorithms</i>
</li></a>
</ol>
</div>
<!-- Part 5 -->
<div class="resume-item pb-0">
<h4>PART 5: The while loop and conditions </h4>
<ol start="17">
<a href="assets/notebooks/17_while_loop.ipynb" onclick="download">
<li>Do you want more candies?<br>
<i>The while loop</i>
</li></a>
<a href="assets/notebooks/18_while_conditions.ipynb" onclick="download">
<li>Animals, unique numbers, and sum<br>
<i>Various kinds of conditions</i>
</li></a>
<a href="assets/notebooks/19_combining_conditions.ipynb" onclick="download">
<li>And, or, not, not in<br>
<i>Combining and reversing conditions</i>
</li></a>
<a href="assets/notebooks/20_booleans.ipynb" onclick="download">
<li>Behind the scenes of comparisons and conditions<br>
<i>Booleans</i>
</li></a>
</ol>
</div>
</div>
<!--Start column on the right-->
<div class="col-lg-6">
<h3 class="resume-title"></h3>
<!-- Part 6 -->
<div class="resume-item pb-0">
<h4>PART 6: Overview of lists and the for loop</h4>
<ol start="21">
<a href="assets/notebooks/21_list_overview.ipynb" onclick="download">
<li>Overview of lists<br>
<i>Operations, methods, and tricks</i>
</li></a>
<a href="assets/notebooks/22_for_overview.ipynb" onclick="download" >
<li>Overview of the for loop<br>
<i>Various ways of repeating commands on lists and beyond</i>
</li></a>
<a href="assets/notebooks/23_list_of_lists.ipynb" onclick="download" >
<li>Lists of lists<br>
<i>Slicing, nested for loops, and flattening</i>
</li></a>
</ol>
</div>
<!-- Part 7 -->
<div class="resume-item pb-0">
<h4>PART 7: Dictionaries and overview of strings</h4>
<ol start="24">
<a href="assets/notebooks/24_dictionaries.ipynb" onclick="download" >
<li>Inventory at the English bookstore<br>
<i>Dictionaries</i>
</li></a>
<a href="assets/notebooks/25_dictionary_list.ipynb" onclick="download" >
<li>Trip to Switzerland<br>
<i>Dictionaries with lists as values</i>
</li></a>
<a href="assets/notebooks/26_dictionary_use.ipynb" onclick="download" >
<li>Counting, compressing, and sorting<br>
<i>What are dictionaries for?</i>
</li></a>
<a href="assets/notebooks/27_strings_overview.ipynb" onclick="download" >
<li>Overview of strings<br>
<i>Operations, methods, and printing</i>
</li></a>
</ol>
</div>
<!-- Part 8 -->
<div class="resume-item pb-0">
<h4>PART 8: Functions </h4>
<ol start="28">
<a href="assets/notebooks/28_function_inputs.ipynb" onclick="download" >
<li>Printing thank you cards<br>
<i>Function inputs</i>
</li></a>
<a href="assets/notebooks/29_function_outputs.ipynb" onclick="download" >
<li>Login database for an online store<br>
<i>Function outputs and modular design</i>
</li></a>
<a href="assets/notebooks/30_function_io_extra.ipynb" onclick="download" >
<li>Free ticket at the museum<br>
<i>Input validation and output variations</i>
</li></a>
<a href="assets/notebooks/31_recursion.ipynb" onclick="download" >
<li>Factorials<br>
<i>Recursive functions</i>
</li></a>
<!-- <li>Jupyter notebooks and modules<br> <i>Working with Jupyter Notebook and an IDE</i></li> -->
<a href="assets/notebooks/32_modules.ipynb" onclick="download" >
<li>How can I reuse functions?<br>
<i>Working with Jupyter Notebooks and Python Modules</i></a><br>
(additional file: <a href="assets/notebooks/setup_database.py" onclick="download" >setup_database.py</a>)
</li>
</ol>
</div>
<!-- Part 9 -->
<div class="resume-item pb-0">
<h4>PART 9: Last bits of basic Python </h4>
<ol start="33">
<a href="assets/notebooks/33_rw_txt_file.ipynb" onclick="download" >
<li>Birthday presents<br>
<i>Reading and writing text files</i></a><br>
(additional files: <a href="assets/notebooks/33_purchases.txt" onclick="download" >33_purchases.txt</a>, <a href="assets/notebooks/actors.txt" onclick="download" >actors.txt</a>)
</li>
<a href="assets/notebooks/34_python_more.ipynb" onclick="download" >
<li>What’s more in Python?<br>
<i>Additional types, keywords, built-in functions, and modules</i>
</li></a>
</ol>
</div>
<!-- Part 10 -->
<div class="resume-item pb-0">
<h4>PART 10: Object-oriented programming </h4>
<ol start="35">
<a href="assets/notebooks/35_classes_objects.ipynb" onclick="download" >
<li>Let's build an online store!<br>
<i>Classes and objects, attributes and methods</i>
</li></a>
<a href="assets/notebooks/36_encapsulation.ipynb" onclick="download" >
<li>36. Securing the online store<br>
<i>Encapsulation</i>
</li></a>
<a href="assets/notebooks/37_inheritance.ipynb" onclick="download" >
<li>How can I add a book sample?<br>
<i>Inheritance</i>
</li></a>
<a href="assets/notebooks/38_polymorphism.ipynb" onclick="download" >
<li>Customizing the coupon for electronics<br>
<i>Polymorphism</i>
</li></a>
</ol>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!---------------------------------------------------------------------------------->
<!--------------------------------- LPWJ COMMUNITY --------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= Facts Section ======= -->
<section id="facts" class="facts">
<div class="container" id="community" data-aos="fade-up">
<!-- Title + subtitle -->
<div class="section-title">
<h2>Join the LPWJ community</h2>
<p>The Learn Python with Jupyter (LPWJ) community is a free space where you can find exercise solutions and ask questions
<br>
Join us in 3 easy steps!
</p>
</div>
<br>
<br>
<div class="row">
<!-- Card 1: Create GitHub account -->
<div class="col-lg-4 col-md-6 align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="step">1</div>
<br>
<h4><a href="https://github.com/">Create a GitHub account</a> </h4>
<p>If you don't have it already, <a href="https://github.com/">create</a> a free account</p>
</div>
</div>
<!-- Card 2: Join us -->
<div class="col-lg-4 col-md-6 align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-blue">
<div class="step">2</div>
<br>
<h4><a href="https://docs.google.com/forms/d/e/1FAIpQLSd46-n4qYWpcME0GYapXd43r8BcyswoyXhUuqPWsfyErosxkw/viewform" target = "_blank">Join us</a></h4>
<p>Send us a <a href="https://docs.google.com/forms/d/e/1FAIpQLSd46-n4qYWpcME0GYapXd43r8BcyswoyXhUuqPWsfyErosxkw/viewform" target = "_blank">request</a> to be part of the community</p>
</div>
</div>
<!-- Card 3: Welcome! -->
<div class="col-lg-4 col-md-6 align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-blue">
<div class="step">3</div>
<br>
<h4>Welcome!</h4>
<p>You will get a notification in less than 24 hours</p>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!---------------------------------------------------------------------------------->
<!-------------------- DERIVED WORK, MENTIONS, AND PRESENTATIONS ------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="about">
<div class="container" data-aos="fade-up">
<!-- Title + subtitle -->
<div class="section-title">
<h2>DERIVED WORK, MENTIONS, AND BOOK PRESENTATIONS</h2>
<p>Derived work using <i>Learn Python with Jupyter</i>, mentions, and book presentations</p>
</div>
<!-- Derived work -->
<div class="row">
<div class="col-lg-12 pt-6 pt-lg-0 content">
<h4>DERIVED WORK</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="bi bi-chevron-right"></i> <a class="a-about" href="https://github.com/incognia/Juno">Juno | JupyterLab-Based STEM Learning Environment - By Rodrigo Ernesto Álvarez Aguilera</a><span> An immersive STEM learning environment for middle school students using JupyterLab, leveraging Docker Compose to orchestrate container deployments
</span></li>
</ul>
</div>
</div>
</div>
</div>
<br>
<!-- Mentions -->
<div class="row">
<div class="col-lg-12 pt-6 pt-lg-0 content">
<h4>MENTIONS</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="bi bi-chevron-right"></i> <a class="a-about" href="https://www.linkedin.com/feed/update/urn:li:activity:7139969588032655360/">Parul Pandey - LinkedIn blog post</a></li>
<li>
<i class="bi bi-chevron-right"></i> <a class="a-about" href="https://stefanogatti.substack.com/p/laculturadeldato-068">La cultura del dato - #68</a>,
<a class="a-about" href=" https://stefanogatti.substack.com/p/laculturadeldato-075">#75</a>,
<a class="a-about" href=" https://stefanogatti.substack.com/p/laculturadeldato-196">#196</a>
</li>
<li><i class="bi bi-chevron-right"></i> <a class="a-about" href="https://www.oreilly.com/radar/radar-trends-to-watch-june-2023/#:~:text=AI%2C%20and%20specifically%20large%20language,virtually%20every%20branch%20of%20technology.">Radar Trends to Watch: June 2023 (O'Reilly)</a></li>
<li><i class="bi bi-chevron-right"></i> <a class="a-about" href="https://pycoders.com/issues/576">PyCoder's Weekly - Issue 576</a></li>
<li><i class="bi bi-chevron-right"></i> <a class="a-about" href="https://astrojuanlu.substack.com/p/episodio-57">Noticiero Python y Datos - Episodio 57</a></li>
</ul>
</div>
</div>
</div>
</div>
<br>
<!-- Book presentations -->
<div class="row">
<div class="col-lg-12 pt-6 pt-lg-0 content">
<h4>BOOK PRESENTATIONS</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<!-- PyData Milano -->
<li>
<i class="bi bi-chevron-right"></i>
<a class="a-about" href="https://youtu.be/ny4wVuSwItE?t=330" target="_blank">
Learn Python with Jupyter - PyData Milano
<i class="bi bi-youtube" style="color:#FF0000;"></i>
</a>
</li>
<!-- Python Pizza Hamburg -->
<li>
<i class="bi bi-chevron-right"></i>
<a class="a-about" href="https://www.youtube.com/live/0Fp_lQ1oimE?feature=shared&t=6837" target="_blank">
Introducing the ORMIR community and the book “Learn Python with Jupyter” - Python Pizza Hamburg
<i class="bi bi-youtube" style="color:#FF0000;"></i>
</a>
</li>
<!-- PyLadiesHamburg -->
<li>
<i class="bi bi-chevron-right"></i> <a class="a-about" href="https://www.linkedin.com/posts/pyladies-hamburg_pyladieshh-pyladiesmeetup-learnpython-activity-7132368754516062208-32TW?utm_source=share&utm_medium=member_desktop" target="_blank">Hands on bookclub workshop: “Learn Python with Jupyter” - PyLadies Hamburg <i class="fa-brands fa-linkedin"></i></a></li>
<!-- JupyterCon 2023 -->
<li>
<i class="bi bi-chevron-right"></i>
<a class="a-about" href="https://www.youtube.com/watch?v=56GFrX5INrQ&t=1h0m20s" target="_blank">
Introducing “Learn Python with Jupyter” - JupyterCon 2023
<i class="bi bi-youtube" style="color:#FF0000;"></i>
</a>
</li>
<!-- Jupyter blog -->
<li>
<i class="bi bi-chevron-right"></i>
<a class="a-about" href="https://medium.com/p/11214f152159" target="_blank">
Introducing “Learn Python with Jupyter” - Project Jupyter's blog
<i class="fas fa-blog"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
</main><!-- End #main -->
<!---------------------------------------------------------------------------------->
<!------------------------------------- FOOTER ------------------------------------->
<!---------------------------------------------------------------------------------->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<br>
<!-- Website license -->
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: [license-url] -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>. Modified by <a href="https://sbonaretti.github.io/" target="_blank">Serena Bonaretti</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Download Jupyter Notebook JS File -->
<script src="assets/js/download_jnb.js"></script>
</body>
</html>