Pyflyby: Improving Efficiency of Jupyter Interactive Sessions
https://labs.quansight.org/blog/2021/07/pyflyby-improving-efficiency-of-jupyter-interactive-sessions/
  
  https://labs.quansight.org/blog/2021/07/pyflyby-improving-efficiency-of-jupyter-interactive-sessions/
Quansight Labs
  
  Pyflyby: Improving Efficiency of Jupyter Interactive Sessions
  Few things hinder productivity more than interruption. A notification, random
realization, or unrelated error can derail one's train of thought when deep in a
complex analysis – a frustrating experien
  realization, or unrelated error can derail one's train of thought when deep in a
complex analysis – a frustrating experien
Using Google Sheets As Database With Python
https://mymasterdesigner.com/2021/06/30/using-google-sheets-as-database-with-python/
  
  https://mymasterdesigner.com/2021/06/30/using-google-sheets-as-database-with-python/
My Master Designer
  
  Using Google Sheets As Database With Python
  In this article, we’ll use Google Sheets as a database with the help of Python. Use SQL or NoSQL softwares when large databases and complex operations are required. A reminder before you start reading the article Google Sheets isn’t exactly database software…
  cloudproxy
Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.
https://github.com/claffin/cloudproxy
  
  Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.
https://github.com/claffin/cloudproxy
GitHub
  
  GitHub - claffin/cloudproxy: Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to…
  Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success. - claffin/cloudproxy
  pystitcher
pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input
https://github.com/captn3m0/pystitcher
  
  pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input
https://github.com/captn3m0/pystitcher
GitHub
  
  GitHub - captn3m0/pystitcher: pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using…
  pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input - captn3m0/pystitcher
  WikipediaQL
Query language for efficient data extraction from Wikipedia.
https://github.com/zverok/wikipedia_ql
  
  Query language for efficient data extraction from Wikipedia.
https://github.com/zverok/wikipedia_ql
GitHub
  
  GitHub - zverok/wikipedia_ql: Query language for efficient data extraction from Wikipedia
  Query language for efficient data extraction from Wikipedia - zverok/wikipedia_ql
  Show HN: Visual Python – open source visual Python code generator
https://github.com/visualpython/visualpython
  
  https://github.com/visualpython/visualpython
GitHub
  
  GitHub - visualpython/visualpython: GUI-based Python code generator for data science, extension to Jupyter Lab, Jupyter Notebook…
  GUI-based Python code generator for data science, extension to Jupyter Lab, Jupyter Notebook and Google Colab. - visualpython/visualpython
  How Black Handles Comments When Python's Grammar Ignores Them
https://rtpg.co/2021/07/05/comments-ast.html
  https://rtpg.co/2021/07/05/comments-ast.html
Taking my data back from Eufy
What drives me up the wall is when companies do not provide a mechanism to get your data. With the Eufy SmartLife app, I hacked my way around it.
https://kn100.me/taking-back-data-from-eufy/
  
  What drives me up the wall is when companies do not provide a mechanism to get your data. With the Eufy SmartLife app, I hacked my way around it.
https://kn100.me/taking-back-data-from-eufy/
kn100.me
  
  Taking my data back from Eufy
  What drives me up the wall is when companies do not provide a mechanism to get your data. With the Eufy SmartLife app, I hacked my way around it.
  Interactive Animated Visualization
Using AnimatPlot for Animating Graphs & PlotsContinue reading on Towards Data Science ...
https://towardsdatascience.com/interactive-animated-visualization-db91d1c858ad?source=rss----7f60cf5620c9--python
  
  Using AnimatPlot for Animating Graphs & PlotsContinue reading on Towards Data Science ...
https://towardsdatascience.com/interactive-animated-visualization-db91d1c858ad?source=rss----7f60cf5620c9--python
Medium
  
  Interactive Animated Visualization
  Using AnimatPlot for Animating Graphs & Plots
  Parameterizing and automating Jupyter notebooks with papermill
Jupyter notebooks are often run with different parameters, and the best way to automate setting parameters and running them is papermill.
https://www.wrighters.io/parameters-jupyter-notebooks-with-papermill/
  
  Jupyter notebooks are often run with different parameters, and the best way to automate setting parameters and running them is papermill.
https://www.wrighters.io/parameters-jupyter-notebooks-with-papermill/
wrighters.io
  
  Parameterizing and automating Jupyter notebooks with papermill - wrighters.io
  Jupyter notebooks are often run with different parameters, and the best way to automate setting parameters and running them is papermill.
  How variables works in Python | Explained with Animations
This video tries to explain how variables or name bindings work in Python and their internal representations like PyObject and PyVarObjects, using animations.
https://www.youtube.com/watch?v=0Om2gYU6clE
  
  This video tries to explain how variables or name bindings work in Python and their internal representations like PyObject and PyVarObjects, using animations.
https://www.youtube.com/watch?v=0Om2gYU6clE
YouTube
  
  How variables work in Python | Explained with Animations [See description/first comment]
  *The same video is re-uploaded with better audio and minor corrections:* https://youtu.be/Bz3ir-vKqkk
This video tries to explain how variables or name bindings work in Python and their internal representations like PyObject and PyVarObjects, using animations.…
  This video tries to explain how variables or name bindings work in Python and their internal representations like PyObject and PyVarObjects, using animations.…
How to Handle JWTs in Python
Learn how to create, parse and verify your JWTs in Python using PyJWT.
https://auth0.com/blog/how-to-handle-jwt-in-python/
  
  Learn how to create, parse and verify your JWTs in Python using PyJWT.
https://auth0.com/blog/how-to-handle-jwt-in-python/
Auth0 - Blog
  
  How to Handle JWTs in Python
  Learn how to create, encode, parse, decode and verify your JWTs in Python using PyJWT
  How to Schedule Flights in Python
Assign Enough Airplanes while Minimizing the Cost using CVXPYContinue reading on Towards Data ...
https://towardsdatascience.com/how-to-schedule-flights-in-python-3357b200db9e?source=rss----7f60cf5620c9--python
  Assign Enough Airplanes while Minimizing the Cost using CVXPYContinue reading on Towards Data ...
https://towardsdatascience.com/how-to-schedule-flights-in-python-3357b200db9e?source=rss----7f60cf5620c9--python
How do you use Lambda functions in Python?
A quick overview of the Syntax, Usage and Common errorsContinue reading on Towards Data Science ...
https://towardsdatascience.com/lambda-functions-in-python-15b60ff4207d?source=rss----7f60cf5620c9--python
  A quick overview of the Syntax, Usage and Common errorsContinue reading on Towards Data Science ...
https://towardsdatascience.com/lambda-functions-in-python-15b60ff4207d?source=rss----7f60cf5620c9--python
Which python framework is used by professional to make a desktop gui app ?
https://www.reddit.com/r/Python/comments/oauw9w/which_python_framework_is_used_by_professional_to/
  
  https://www.reddit.com/r/Python/comments/oauw9w/which_python_framework_is_used_by_professional_to/
Reddit
  
  From the Python community on Reddit
  Explore this post and more from the Python community
  A Simple HDR Implementation on OpenCV Python
Learn how to create a high dynamic range (HDR) image using Python and OpenCVContinue reading on ...
https://towardsdatascience.com/a-simple-hdr-implementation-on-opencv-python-2325dbd9c650?source=rss----7f60cf5620c9--python
  
  Learn how to create a high dynamic range (HDR) image using Python and OpenCVContinue reading on ...
https://towardsdatascience.com/a-simple-hdr-implementation-on-opencv-python-2325dbd9c650?source=rss----7f60cf5620c9--python
Medium
  
  A Simple HDR Implementation on OpenCV Python
  Learn how to create a high dynamic range (HDR) image using Python and OpenCV
  Polar Heatmaps in Python with Matplotlib
Using matplotlib patches to build up something beautifulContinue reading on Towards Data Science ...
https://towardsdatascience.com/polar-heatmaps-in-python-with-matplotlib-d2a09610bc55?source=rss----7f60cf5620c9--python
  Using matplotlib patches to build up something beautifulContinue reading on Towards Data Science ...
https://towardsdatascience.com/polar-heatmaps-in-python-with-matplotlib-d2a09610bc55?source=rss----7f60cf5620c9--python
Create Your Custom Python Package That You Can PIP Install From Your Git Repository
Share your self-built Python package using your git repo.Continue reading on Towards Data Science ...
https://towardsdatascience.com/create-your-custom-python-package-that-you-can-pip-install-from-your-git-repository-f90465867893?source=rss----7f60cf5620c9--python
  
  Share your self-built Python package using your git repo.Continue reading on Towards Data Science ...
https://towardsdatascience.com/create-your-custom-python-package-that-you-can-pip-install-from-your-git-repository-f90465867893?source=rss----7f60cf5620c9--python
Medium
  
  Create Your Custom Python Package That You Can PIP Install From Your Git Repository
  Share your self-built Python package using your git repo.
  Show HN: Open-source real-time transcription playground (React, Python, GCP)
https://github.com/saharmor/realtime-transcription-playground
  
  https://github.com/saharmor/realtime-transcription-playground
GitHub
  
  GitHub - saharmor/realtime-transcription-playground: A real-time transcription project using React and socketio
  A real-time transcription project using React and socketio  - GitHub - saharmor/realtime-transcription-playground: A real-time transcription project using React and socketio