Skip to content

Commit 3cb1e59

Browse files
committed
readings
1 parent 17813e8 commit 3cb1e59

14 files changed

+48
-125
lines changed

Readings/(Tutorial) Reading and Writing Files in Python.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="tutorial-reading-and-writing-files-in-python">
3033
(Tutorial) Reading and Writing Files in Python

Readings/10 External Python packages you are going to love.html

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="external-python-packages-you-are-going-to-love">
3033
10 External Python packages you are going to love
@@ -234,28 +237,7 @@ <h4 id="flask"><a href="https://github.com/pallets/flask">flask</a></h4>
234237
You are probably familiar with this astonishing micro framework, and if
235238
you’re not.. you definitely should check it out.
236239
</p>
237-
<h3 id="before-you-go">Before you go…</h3>
238-
<p>
239-
Thanks for reading! You can follow my
240-
<a href="https://github.com/AdamGold">GitHub</a> account for more cool
241-
repos. I tend to star every cool thing that I see :)
242-
</p>
243-
<p>
244-
If you enjoyed this article, please hold down the clap button ? to help
245-
others find it. The longer you hold it, the more claps you give!
246-
</p>
247-
<p>And do not hesitate to share your thoughts in the comments below.</p>
248-
<hr />
249-
<p>
250-
Learn to code for free. freeCodeCamp’s open source curriculum has helped
251-
more than 40,000 people get jobs as developers.
252-
<a href="https://www.freecodecamp.org/learn">Get started</a>
253-
</p>
254-
<p>
255-
<a
256-
href="https://www.freecodecamp.org/news/these-python-packages-will-help-accelerate-your-development-process-d4b3f170b1ea/"
257-
>Source</a
258-
>
259-
</p>
240+
241+
260242
</body>
261243
</html>

Readings/10 External Python packages you are going to love.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,3 @@ As I said before, this is the package I currently use as my standard static type
9595
I have tried many Python formatters, and `black` is clearly my favourite. The syntax looks neat, and the command line runs quick and can either check the files or actually edit them - very useful for CI/CD. You can even try it [here!](<chrome-extension://cjedbglnccaioiolemnfhjncicchinao/%5Bhttps://black.now.sh%5D(https://black.now.sh/)>)
9696

9797
#### [flask](https://github.com/pallets/flask)
98-
99-
Not sure if I have anything to write here that hasn’t been written before. You are probably familiar with this astonishing micro framework, and if you’re not.. you definitely should check it out.
100-
101-
### Before you go…
102-
103-
Thanks for reading! You can follow my [GitHub](https://github.com/AdamGold) account for more cool repos. I tend to star every cool thing that I see :)
104-
105-
If you enjoyed this article, please hold down the clap button ? to help others find it. The longer you hold it, the more claps you give!
106-
107-
And do not hesitate to share your thoughts in the comments below.
108-
109-
---
110-
111-
Learn to code for free. freeCodeCamp's open source curriculum has helped more than 40,000 people get jobs as developers. [Get started](https://www.freecodecamp.org/learn)
112-
113-
[Source](https://www.freecodecamp.org/news/these-python-packages-will-help-accelerate-your-development-process-d4b3f170b1ea/)

Readings/30-python-snippets.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="helpful-python-snippets-that-you-can-learn-in-30-seconds-or-less">
3033
30 Helpful Python Snippets That You Can Learn in 30 Seconds or Less

Readings/A quick yet complete tour of lists in Python3 in just seven minutes.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
width: 50%;
2727
}
2828
</style>
29-
</head>
29+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
30+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
31+
32+
</head>
3033
<body>
3134
<h1
3235
id="a-quick-yet-complete-tour-of-lists-in-python3-in-just-seven-minutes"

Readings/An A-Z of useful Python tricks.html

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="an-a-z-of-useful-python-tricks">An A-Z of useful Python tricks</h1>
3033
<blockquote>
@@ -628,29 +631,6 @@ <h4 id="zip">zip</h4>
628631
objects by their positional index.
629632
</p>
630633
<p>You can also ‘unzip’ objects by calling <code>*zip()</code> on them.</p>
631-
<h4 id="thanks-for-reading">Thanks for reading!</h4>
632-
<p>
633-
So there you have it, an A-Z of Python tricks — hopefully you’ve found
634-
something useful for your next project.
635-
</p>
636-
<p>
637-
Python’s a very diverse and well-developed language, so there’s bound to
638-
be many features I haven’t got round to including.
639-
</p>
640-
<p>
641-
Please share any of your own favorite Python tricks by leaving a response
642-
below!
643-
</p>
644-
<p>
645-
Learn to code for free. freeCodeCamp’s open source curriculum has helped
646-
more than 40,000 people get jobs as developers.
647-
<a href="https://www.freecodecamp.org/learn">Get started</a>
648-
</p>
649-
<p>
650-
<a
651-
href="https://www.freecodecamp.org/news/an-a-z-of-useful-python-tricks-b467524ee747/"
652-
>Source</a
653-
>
654-
</p>
634+
655635
</body>
656636
</html>

Readings/An A-Z of useful Python tricks.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -413,15 +413,3 @@ One last trick for ya, and it really is a cool one. Ever needed to form a dictio
413413
The `zip()` inbuilt function takes a number of iterable objects and returns a list of tuples. Each tuple groups the elements of the input objects by their positional index.
414414

415415
You can also ‘unzip’ objects by calling `*zip()` on them.
416-
417-
#### Thanks for reading!
418-
419-
So there you have it, an A-Z of Python tricks — hopefully you’ve found something useful for your next project.
420-
421-
Python’s a very diverse and well-developed language, so there’s bound to be many features I haven’t got round to including.
422-
423-
Please share any of your own favorite Python tricks by leaving a response below!
424-
425-
Learn to code for free. freeCodeCamp's open source curriculum has helped more than 40,000 people get jobs as developers. [Get started](https://www.freecodecamp.org/learn)
426-
427-
[Source](https://www.freecodecamp.org/news/an-a-z-of-useful-python-tricks-b467524ee747/)

Readings/Automate-Boring-Stuff-with-Python.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
span.underline{text-decoration: underline;}
1212
div.column{display: inline-block; vertical-align: top; width: 50%;}
1313
</style>
14-
</head>
14+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
15+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
16+
17+
</head>
1518
<body>
1619
<h1 id="automate-the-boring-stuff-with-python">Automate the Boring Stuff with Python</h1>
1720
<blockquote>

Readings/Controlling the Web with Python.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="controlling-the-web-with-python">
3033
Controlling the Web with Python

Readings/How to build a URL crawler to map a website using Python.html

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
width: 50%;
2525
}
2626
</style>
27-
</head>
27+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
28+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
29+
30+
</head>
2831
<body>
2932
<h1 id="how-to-build-a-url-crawler-to-map-a-website-using-python">
3033
How to build a URL crawler to map a website using Python
@@ -195,31 +198,6 @@ <h3 id="in-conclusion">In Conclusion</h3>
195198
>here</a
196199
>.
197200
</p>
198-
<p>
199-
If you have additional recommendations, tips, or resources, please share
200-
in the comments!
201-
</p>
202-
<p>
203-
Thanks for reading! If you liked this tutorial and want more content like
204-
this, be sure to smash that follow button. ❤️
205-
</p>
206-
<p>
207-
Also be sure to check out my
208-
<a href="https://ahadsheriff.com/">website</a>,
209-
<a href="https://twitter.com/ahadsheriff">Twitter</a>,
210-
<a href="https://linkedin.com/in/ahadsheriff">LinkedIn</a>, and
211-
<a href="https://github.com/ahadsheriff">Github</a>.
212-
</p>
213-
<p>
214-
Learn to code for free. freeCodeCamp’s open source curriculum has helped
215-
more than 40,000 people get jobs as developers.
216-
<a href="https://www.freecodecamp.org/learn">Get started</a>
217-
</p>
218-
<p>
219-
<a
220-
href="https://www.freecodecamp.org/news/how-to-build-a-url-crawler-to-map-a-website-using-python-6a287be1da11/"
221-
>Source</a
222-
>
223-
</p>
201+
224202
</body>
225203
</html>

0 commit comments

Comments
 (0)