How to deploy a Django project to AWS EB with Github actions (Part 1)
https://motethansen.medium.com/how-to-deploy-a-django-project-to-aws-eb-with-github-actions-part-1-2be235466129
https://motethansen.medium.com/how-to-deploy-a-django-project-to-aws-eb-with-github-actions-part-1-2be235466129
Medium
How to deploy a Django project to AWS EB with Github actions (Part 1)
For this quick guide, we will prepare the AWS setup.
To say that Python is the worst language, you’re missing the point
https://medium.com/@_nobody/to-say-that-python-is-the-worst-language-youre-missing-the-point-3ad8e42152b8
https://medium.com/@_nobody/to-say-that-python-is-the-worst-language-youre-missing-the-point-3ad8e42152b8
Medium
To say that Python is the worst language, you’re missing the point
A friend wrote an article called “Python is one of the worst languages I’ve ever used.” He said a bunch of bad things about Python, but…
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.