Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
da12
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
How to Use an LLM Without Selling Your Soul
(thoughtcicles.xyz)
1 points
by
da12
2y ago
|
0 comments
2.
▲
ChatGPT Is an Extra-Ordinary Python Programmer
(davidamos.dev)
25 points
by
da12
4y ago
|
9 comments
3.
▲
Never Modify Inputs Without Permission
(davidamos.dev)
3 points
by
da12
4y ago
|
0 comments
4.
▲
Method Chaining in Pandas: Bad Form or a Recipe for Success?
(davidamos.dev)
13 points
by
da12
4y ago
|
14 comments
5.
▲
Things I Wish I’d Done Earlier as a Coder
(davidamos.dev)
2 points
by
da12
4y ago
|
0 comments
6.
▲
Tree Traversals and Anagrams: A Weekend Project
(davidamos.dev)
1 points
by
da12
4y ago
|
0 comments
7.
▲
5 Time-Saving VS Code Shortcuts and How to Memorize Them
(davidamos.dev)
1 points
by
da12
4y ago
|
0 comments
8.
▲
You should write bad code
(davidamos.dev)
5 points
by
da12
4y ago
|
0 comments
9.
▲
Want cleaner code? Use the rule of six
(davidamos.dev)
319 points
by
da12
4y ago
|
333 comments
10.
▲
Beginner Projects from an Advanced View: Rock Paper Scissors
(davidamos.dev)
3 points
by
da12
4y ago
|
0 comments
11.
▲
by
da12
4y ago
Could you explain what you mean the 0.0 case? math.isclose() has an abs_tol parameter for, among other things, handling comparisons to 0.
12.
▲
The Right Way to Compare Floats in Python
(davidamos.dev)
3 points
by
da12
4y ago
|
1 comments
13.
▲
3 Things You Might Not Know About Numbers in Python
(youtube.com)
1 points
by
da12
5y ago
|
0 comments
14.
▲
3 Tips for Writing Pythonic Code
(davidamos.dev)
4 points
by
da12
5y ago
|
0 comments
15.
▲
by
da12
5y ago
If you're using Python, check out grapheme: https://github.com/alvinlindstam/grapheme
16.
▲
by
da12
5y ago
A whole lesson in Unicode in itself right there with your experience, haha!
17.
▲
Why can't you reverse a string with a flag emoji?
(davidamos.dev)
189 points
by
da12
5y ago
|
238 comments
18.
▲
Don't Be Fooled by This Peaceful Portrait of Venus
(bestastronomyphotos.com)
1 points
by
da12
5y ago
|
0 comments
19.
▲
Ramsey Numbers: A Problem of Galactic Proportions
(davidamos.dev)
3 points
by
da12
5y ago
|
0 comments
20.
▲
The Reasonable Ineffectiveness of Defining Mathematics
(meddlinginmathematics.com)
2 points
by
da12
5y ago
|
0 comments
21.
▲
Graph Theory with Python #4: Degrees and Degree Sequences
(youtube.com)
3 points
by
da12
5y ago
|
0 comments
22.
▲
Python Graph Visualization with Pyvis
(youtube.com)
2 points
by
da12
6y ago
|
0 comments
23.
▲
Graphs, Adjacency Lists, and the Adjacency Matrix – Graph Theory with Python #2
(youtube.com)
1 points
by
da12
6y ago
|
0 comments
24.
▲
Solving the Königsberg Bridge Problem with Python
(youtube.com)
1 points
by
da12
6y ago
|
0 comments
25.
▲
by
da12
7y ago
Fantastic reference. Thanks for sharing!
26.
▲
by
da12
8y ago
Cheers! I'll definitely check this out.
27.
▲
by
da12
8y ago
That's a really good point. I am the author of the article, and this is something I debated during writing. In the end the goal was to provide an "in-depth enough" tutorial on adding speech recognition to an app for people wh