GuPPy, a Python toolbox for the analysis of fiber photometry data
GuPPy is designed to operate across computing platforms and can accept data from a variety of FP data acquisition systems. The program presents users with a set of graphic user interfaces (GUIs) to load data and provide input parameters. Graphs are produced that can be easily exported for integration into scientific figures.
https://www.nature.com/articles/s41598-021-03626-9
GuPPy is designed to operate across computing platforms and can accept data from a variety of FP data acquisition systems. The program presents users with a set of graphic user interfaces (GUIs) to load data and provide input parameters. Graphs are produced that can be easily exported for integration into scientific figures.
https://www.nature.com/articles/s41598-021-03626-9
Nature
GuPPy, a Python toolbox for the analysis of fiber photometry data
Scientific Reports - GuPPy, a Python toolbox for the analysis of fiber photometry data
Omnizart
Transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more.
https://github.com/Music-and-Culture-Technology-Lab/omnizart
Transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more.
https://github.com/Music-and-Culture-Technology-Lab/omnizart
GitHub
GitHub - Music-and-Culture-Technology-Lab/omnizart: Omniscient Mozart, being able to transcribe everything in the music, including…
Omniscient Mozart, being able to transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more. - Music-and-Culture-Technology-Lab/omnizart
Show HN: Python decorator that enables arbitrarily-deep tail/non-tail recursion
https://github.com/tylerhou/fiber
https://github.com/tylerhou/fiber
GitHub
GitHub - tylerhou/fiber
Contribute to tylerhou/fiber development by creating an account on GitHub.
Code2flow
Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, Javascript, Ruby, and PHP.
https://github.com/scottrogowski/code2flow
Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, Javascript, Ruby, and PHP.
https://github.com/scottrogowski/code2flow
GitHub
GitHub - scottrogowski/code2flow: Pretty good call graphs for dynamic languages
Pretty good call graphs for dynamic languages. Contribute to scottrogowski/code2flow development by creating an account on GitHub.
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!