Unravelling `elif`/`else` from `if` statements
https://snarky.ca/unravelling-elif-else-from-if-statements/
https://snarky.ca/unravelling-elif-else-from-if-statements/
Tall, Snarky Canadian
Unravelling `elif`/`else` from `if` statements
While I won't be attempting to unravel if statements entirely as part of my
blog
series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I
will be attempting to partially unravel them by showing how you don't need elif
and else clauses.…
blog
series on Python's syntactic sugar [https://snarky.ca/tag/syntactic-sugar/], I
will be attempting to partially unravel them by showing how you don't need elif
and else clauses.…
Mining Financial Stock News Using SpaCy Matcher
By the end of this article, you will be able to write an information extraction NLP pipeline using spaCy’s Matcher. It will extract dividend information from news headlines and articles.
https://newscatcherapi.com/blog/spacy-matcher-mining-financial-stock-news
By the end of this article, you will be able to write an information extraction NLP pipeline using spaCy’s Matcher. It will extract dividend information from news headlines and articles.
https://newscatcherapi.com/blog/spacy-matcher-mining-financial-stock-news
Newscatcherapi
Mining Financial Stock News Using SpaCy Matcher - NewsCatcher
Learn to write an information extraction NLP pipeline using spaCy’s Matcher. It will extract dividend information from news headlines and articles.
Python Virtual Environments tutorial using Virtualenv and Poetry
A mini-guided tutorial showing how to use virtual environment and why it's matters on virtualenv and poetry illustrated examples.
https://serpapi.com/blog/python-virtual-environments-using-virtualenv-and-poetry/
A mini-guided tutorial showing how to use virtual environment and why it's matters on virtualenv and poetry illustrated examples.
https://serpapi.com/blog/python-virtual-environments-using-virtualenv-and-poetry/
SerpApi
Python Virtual Environments tutorial using Virtualenv and Poetry
A mini-guided Python tutorial showing how to use virtual environment and why it's matters on virtualenv and poetry illustrated examples.
dataklasses
Dataklasses is a library that allows you to quickly define data classes using Python type hints.
https://github.com/dabeaz/dataklasses
Dataklasses is a library that allows you to quickly define data classes using Python type hints.
https://github.com/dabeaz/dataklasses
GitHub
GitHub - dabeaz/dataklasses: A different spin on dataclasses.
A different spin on dataclasses. Contribute to dabeaz/dataklasses development by creating an account on GitHub.
Overpass
A self-hosted streaming platform with Discord authentication, auto-recording and more!
https://github.com/GOATS2K/overpass
A self-hosted streaming platform with Discord authentication, auto-recording and more!
https://github.com/GOATS2K/overpass
GitHub
GitHub - GOATS2K/overpass: A self-hosted live video streaming platform with Discord authentication, auto-recording and more!
A self-hosted live video streaming platform with Discord authentication, auto-recording and more! - GOATS2K/overpass
Ask HN: Good Python projects to read for modern Python?
https://news.ycombinator.com/item?id=29698198
https://news.ycombinator.com/item?id=29698198
How To Easily Do Asynchronous Programming With Asyncio In Python
Learn about asynchronous programming in this tutorial where I explain the basics of async and await in Python and show you how you can run programs in parallel.
https://www.youtube.com/watch?v=2IW-ZEui4h4
Learn about asynchronous programming in this tutorial where I explain the basics of async and await in Python and show you how you can run programs in parallel.
https://www.youtube.com/watch?v=2IW-ZEui4h4
Why is Python so used in the machine learning?
https://www.reddit.com/r/learnpython/comments/rqmuxl/why_is_python_so_used_in_the_machine_learning/
https://www.reddit.com/r/learnpython/comments/rqmuxl/why_is_python_so_used_in_the_machine_learning/
reddit
Why is Python so used in the machine learning?
I'm trying to make a program, that uses machine learning, and even just googling "best language for machine learning" will lead me to Python. Why...
Function Pointer Cast Handling in Pyodide
Why previous versions of Pyodide had a low recursion limit and how the upcoming version 0.19 supports a much higher one.
https://blog.pyodide.org/posts/function-pointer-cast-handling/
Why previous versions of Pyodide had a low recursion limit and how the upcoming version 0.19 supports a much higher one.
https://blog.pyodide.org/posts/function-pointer-cast-handling/
Pyodide blog
Function Pointer Cast Handling in Pyodide
Why previous versions of Pyodide had a low recursion limit and how the upcoming version 0.19 supports a much higher one.
5 Advanced Tips on Python Functions
Notes from Fluent Python by Luciano Ramalho (Chapter 5–6)Did you learn to code in Java, then moved ...
https://towardsdatascience.com/5-advanced-tips-on-python-functions-1a0918017965
Notes from Fluent Python by Luciano Ramalho (Chapter 5–6)Did you learn to code in Java, then moved ...
https://towardsdatascience.com/5-advanced-tips-on-python-functions-1a0918017965
Medium
5 Advanced Tips on Python Functions
Notes from Fluent Python by Luciano Ramalho (Chapter 5–6)
10 Of My Favorite Python Decorators
An overview of even more of the best decorators in the Python programming language.Continue reading ...
https://towardsdatascience.com/10-of-my-favorite-python-decorators-9f05c72d9e33
An overview of even more of the best decorators in the Python programming language.Continue reading ...
https://towardsdatascience.com/10-of-my-favorite-python-decorators-9f05c72d9e33
Gem: exploding string alternatives
Here’s a Python gem: a small bit of Python that uses the power of the
language and standard ...
https://nedbatchelder.com/blog/202112/gem_exploding_string_alternatives.html
Here’s a Python gem: a small bit of Python that uses the power of the
language and standard ...
https://nedbatchelder.com/blog/202112/gem_exploding_string_alternatives.html
Nedbatchelder
Gem: exploding string alternatives
Here’s a Python gem: a small bit of Python that uses the power of the language and standard library well.
How to make word vectors from scratch
Word vectors are representations of words
into numbers. Once words are in this form, it becomes ...
https://ljvmiranda921.github.io/notebook/2021/12/11/word-vectors/
Word vectors are representations of words
into numbers. Once words are in this form, it becomes ...
https://ljvmiranda921.github.io/notebook/2021/12/11/word-vectors/
ljvmiranda921.github.io
Study notes on making word vectors from scratch
Ever wondered how those numbers in Word2Vec and Fasttext were produced? In this blogpost, we'll create our own set of word vectors!
Django Developers Survey 2021 Results
We are excited to share the results of the annual Django Developers Survey which was conducted this ...
https://www.djangoproject.com/weblog/2022/jan/03/django-developers-survey-2021-results/
We are excited to share the results of the annual Django Developers Survey which was conducted this ...
https://www.djangoproject.com/weblog/2022/jan/03/django-developers-survey-2021-results/
It's time to stop using Python 3.6
Upgrading to new software versions is work, and work that doesn’t benefit your software’s ...
https://pythonspeed.com/articles/stop-using-python-3.6/
Upgrading to new software versions is work, and work that doesn’t benefit your software’s ...
https://pythonspeed.com/articles/stop-using-python-3.6/
Python⇒Speed
It’s time to stop using Python 3.8
Python 3.8 will stop getting security updates in November 2024. You really should upgrade!
Analyzing Seated's restaurants by reversing their API
Seated is an app that offers a certain (sizable) percentage off your bill for certain restaurants in your area. This post shows you how to grab all their restaurants and visualize the stats on them.
https://blog.jonlu.ca/posts/seated
Seated is an app that offers a certain (sizable) percentage off your bill for certain restaurants in your area. This post shows you how to grab all their restaurants and visualize the stats on them.
https://blog.jonlu.ca/posts/seated
JonLuca’s Blog
Analyzing Seated’s restaurants by reversing their API
Last month I wrote about writing a bot to automatically get reservations for OpenTable. In that same vein, Seated is an app that offers a certain (sizable) percentage off your b...
Extracting information from Python source code
What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. This small tool can extract information about imports as well as information about what users can import from Python modules.
https://developers.redhat.com/articles/2022/01/05/extracting-information-python-source-code
What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. This small tool can extract information about imports as well as information about what users can import from Python modules.
https://developers.redhat.com/articles/2022/01/05/extracting-information-python-source-code
Red Hat Developer
Extracting information from Python source code | Red Hat Developer
What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. Invectio means “import” in Latin. As the name suggests…
Game Boy Emulator: Writing the Z80 Disassembler
Let’s continue where we left off in the introduction to Game Boy Emulation with a deep dive into the Game Boy’s opcodes and operands – the language of the Z80 CPU – and how to make sense of it all.
https://www.inspiredpython.com/course/game-boy-emulator/game-boy-emulator-writing-the-z80-disassembler
Let’s continue where we left off in the introduction to Game Boy Emulation with a deep dive into the Game Boy’s opcodes and operands – the language of the Z80 CPU – and how to make sense of it all.
https://www.inspiredpython.com/course/game-boy-emulator/game-boy-emulator-writing-the-z80-disassembler
Inspiredpython
Game Boy Emulator: Writing the Z80 Disassembler
Before we get started on the CPU emulation for our Game Boy emulator, we must first write an instruction decoder and disassembler.