Bokeh, a Python Data Visualization Application: Overview
https://allengparsons.medium.com/bokeh-a-python-data-visualization-application-overview-629c9ff7c1d5
https://allengparsons.medium.com/bokeh-a-python-data-visualization-application-overview-629c9ff7c1d5
Medium
Bokeh, a Python Data Visualization Application: Overview
Bokeh, pronounced bouquet, is among the top three data visualization (Viz) applications. This feature-rich and robust application plots…
10 Incredible Things About Python That You Probably Don’t Know — But Should!
https://medium.com/@alains/10-incredible-things-about-python-that-you-probably-dont-know-but-should-b1f6a7c88f46
https://medium.com/@alains/10-incredible-things-about-python-that-you-probably-dont-know-but-should-b1f6a7c88f46
Medium
10 Incredible Things About Python That You Probably Don’t Know — But Should!
In this article, we’ll show you 10 incredible things about Python that you probably don’t know — but should!
Sketches in RL-Free Classic Control — Solving Pendulum-v1 with MPC in PyTorch
https://medium.com/@davebiagioni/sketches-in-rl-free-classic-control-solving-pendulum-v1-with-mpc-in-pytorch-ab8157b652a
https://medium.com/@davebiagioni/sketches-in-rl-free-classic-control-solving-pendulum-v1-with-mpc-in-pytorch-ab8157b652a
Medium
Sketches in RL-Free Classic Control — Solving Pendulum-v1 with MPC in PyTorch
In the previous article, we looked at the Pendulum-v1 physics equations and had a chance to “play” the environment with manual control to…
A Map App in Django using Folium | Python
https://medium.com/@carlosmarcano2704/a-map-app-in-django-using-folium-python-5a63dd72524d
https://medium.com/@carlosmarcano2704/a-map-app-in-django-using-folium-python-5a63dd72524d
Medium
A Map App in Django using Folium | Python
I found really interesting map apps. The way you can find any place just by inserting the data and almost at once, you have the place’s…
Build a Pre-commit Workflow to Check and Fix Your Python Code Automatically
https://betterprogramming.pub/build-a-pre-commit-workflow-to-check-and-fix-your-python-code-automatically-313deb5a5701
https://betterprogramming.pub/build-a-pre-commit-workflow-to-check-and-fix-your-python-code-automatically-313deb5a5701
Medium
Build a Pre-commit Workflow to Check and Fix Your Python Code Automatically
Improve your code quality and accelerate your code review process
Making an optimisation algorithm 10k times faster 🏎
https://medium.com/mantisnlp/making-an-optimisation-algorithm-10k-times-faster-828fcbe8acda
https://medium.com/mantisnlp/making-an-optimisation-algorithm-10k-times-faster-828fcbe8acda
Medium
Making an optimisation algorithm 10k times faster 🏎
How we made our multilabel classification threshold optimizer converge in minutes instead of days
How to use list comprehensions in Python + Example Codes 🐍
https://medium.com/@vegxcodes/how-to-use-list-comprehensions-in-python-example-codes-4514581f462b
https://medium.com/@vegxcodes/how-to-use-list-comprehensions-in-python-example-codes-4514581f462b
Medium
How to use list comprehensions in Python + Example Codes 🐍
Some examples of using list comprehensions to streamline your code 🔥
The Blind 75 Leetcode Series: Merge Two Sorted Lists
https://jonathan-ck-chao.medium.com/the-blind-75-leetcode-series-merge-two-sorted-lists-b29141308c20
https://jonathan-ck-chao.medium.com/the-blind-75-leetcode-series-merge-two-sorted-lists-b29141308c20
Medium
The Blind 75 Leetcode Series: Merge Two Sorted Lists
Today, we will be working on Merge Two Sorted Lists.
3 Spreadsheet Tools for Programmers
https://medium.com/trymito/3-spreadsheet-tools-for-programmers-fe3612487e75
https://medium.com/trymito/3-spreadsheet-tools-for-programmers-fe3612487e75
Medium
3 Spreadsheet Tools for Programmers
Mito
Sketches in RL-Free Classic Control — Solving Pendulum-v1 with MPC in Pyomo
https://medium.com/@davebiagioni/sketches-in-rl-free-classic-control-solving-pendulum-v1-with-mpc-in-pyomo-b44d3e40542f
https://medium.com/@davebiagioni/sketches-in-rl-free-classic-control-solving-pendulum-v1-with-mpc-in-pyomo-b44d3e40542f
Medium
Sketches in RL-Free Classic Control — Solving Pendulum-v1 with MPC in Pyomo
In the previous article, we looked at using autograd in PyTorch, plus a model of the Pendulum-v1 physics, to solve the MPC problem in real…