Combine Coverage for Different Python Versions
https://jugmac00.github.io/blog/combine-coverage-for-different-python-versions/
https://jugmac00.github.io/blog/combine-coverage-for-different-python-versions/
jugmac00.github.io
Combine Coverage for Different Python Versions
Is it enough to run code coverage for a single Python version?
Probably, but not necessarily.
Especially when you still need to support Python 2.7 (sigh), there could be quite some different code paths for Python 2 and Python 3.
A simple example…
try:…
Probably, but not necessarily.
Especially when you still need to support Python 2.7 (sigh), there could be quite some different code paths for Python 2 and Python 3.
A simple example…
try:…
Building Lists With Python’s .append()
https://realpython.com/courses/building-lists-with-python-append/
https://realpython.com/courses/building-lists-with-python-append/
Realpython
Building Lists With Python's .append() – Real Python
In this step-by-step course, you'll learn how Python's .append() works and how to use it for adding items to your list in place. You'll also learn how to code your own stacks and queues using .append() and .pop().
Movie Name Generation Using GPT-2
https://www.nbshare.io/notebook/976197999/Movie-Name-Generation-Using-GPT-2/
https://www.nbshare.io/notebook/976197999/Movie-Name-Generation-Using-GPT-2/
How I Accidentally Built a Podcast API Business With Python/Django
https://www.listennotes.com/blog/how-i-accidentally-built-a-podcast-api-business-46/
https://www.listennotes.com/blog/how-i-accidentally-built-a-podcast-api-business-46/
Listen Notes
How I accidentally built a Podcast API business
In this article, I’ll share with you the journey of building this API business, the technology behind it, and hopefully you can learn one thing or two and buil…
Beyond the Basics: Data Visualization in Python
https://github.com/stefmolin/python-data-viz-workshop
https://github.com/stefmolin/python-data-viz-workshop
GitHub
GitHub - stefmolin/python-data-viz-workshop: A workshop on data visualization in Python with notebooks and exercises for following…
A workshop on data visualization in Python with notebooks and exercises for following along. Slides contain all solutions. - stefmolin/python-data-viz-workshop
lark-parser: Friendly, Production-Ready, and Comprehensive Parsing Toolkit
https://github.com/lark-parser/lark/releases/tag/1.0.0
https://github.com/lark-parser/lark/releases/tag/1.0.0
GitHub
Release Version 1.0! Big release with breaking changes · lark-parser/lark
Over the last few years, Lark has grown to become a comprehensive toolkit for parsing structured text.
Today, I'm happy to announce the long anticipated version 1.0 of Lark, marking the API as ...
Today, I'm happy to announce the long anticipated version 1.0 of Lark, marking the API as ...
Comment Webpage Screenshot on Pull Requests (GitHub Action)
https://github.com/saadmk11/comment-webpage-screenshot
https://github.com/saadmk11/comment-webpage-screenshot
GitHub
GitHub - saadmk11/comment-webpage-screenshot: A GitHub Action that Helps to Visually Review HTML file changes on a Pull Request…
A GitHub Action that Helps to Visually Review HTML file changes on a Pull Request by adding comments with the screenshots of the HTML file changes on the PR - GitHub - saadmk11/comment-webpage-scre...