How to deploy multiple Django apps (as subdomains) using apache2
https://gautamankul.medium.com/how-to-deploy-multiple-django-apps-as-subdomains-using-apache2-d88861c8dfa7
https://gautamankul.medium.com/how-to-deploy-multiple-django-apps-as-subdomains-using-apache2-d88861c8dfa7
Medium
How to deploy multiple Django apps (as subdomains) using apache2
How To Serve Multiple Django Applications with Apache and mod_wsgi on Ubuntu 20.04
python闭包与装饰器 - Mrwhite86
https://www.cnblogs.com/mrwhite2020/p/16488212.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/mrwhite2020/p/16488212.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python闭包与装饰器 - Mrwhite86 - 博客园
一、概念: 1.闭包: 内部函数对外部函数作用域变量的引用 2.装饰器: 在不影响原有函数的功能,还能添加新的功能 二、闭包详解: 1.函数内部的函数无法直接调用 函数内的属性,都是有生命周期,都是在
Learn Python #3 — Conditional Statements — if, if elif, and if elif else
https://nitinreddy3.medium.com/learn-python-3-conditional-statements-if-if-elif-and-if-elif-else-b9f04ca263e2
https://nitinreddy3.medium.com/learn-python-3-conditional-statements-if-if-elif-and-if-elif-else-b9f04ca263e2
Medium
Learn Python #3 — Conditional Statements — if, if elif, and if elif else
Hello everyone, Today we are going to talk about the if, if elif, and if elif else conditional statement in Python and try to understand…
Mobile Apps with Python: Basic Event Handling and Text Input
https://medium.com/@mathcube7/mobile-apps-with-python-basic-event-handling-and-text-input-b50c3483040d
https://medium.com/@mathcube7/mobile-apps-with-python-basic-event-handling-and-text-input-b50c3483040d
Medium
Mobile Apps with Python: Basic Event Handling and Text Input
Wire up design file and Python code, react to button clicks
How to setup Visual Studio Code for Python Development-Quick Guide
https://medium.com/@bhaskar345/how-to-setup-visual-studio-code-for-python-development-quick-guide-ad8b4b2ecc3
https://medium.com/@bhaskar345/how-to-setup-visual-studio-code-for-python-development-quick-guide-ad8b4b2ecc3
Medium
How to setup Visual Studio Code for Python Development-Quick Guide
A quick guide to install and setup Vscode for python development on your computer.
Easiest Way to Install Apache Airflow on your VirtualBox VM!
https://medium.com/@edologgerbird/easiest-way-to-install-apache-airflow-on-your-virtualbox-vm-f58a71f5595e
https://medium.com/@edologgerbird/easiest-way-to-install-apache-airflow-on-your-virtualbox-vm-f58a71f5595e
Medium
Easiest Way to Install Apache Airflow on your VirtualBox VM!
Looking to install Apache Airflow on your VirtualBox Virtual Machine (VM)? You have come to the right place!
If You Don’t Know What Python Libraries to Learn Next, Learn These
https://medium.com/geekculture/if-you-dont-know-what-python-libraries-to-learn-next-learn-these-d441c3729dd7
https://medium.com/geekculture/if-you-dont-know-what-python-libraries-to-learn-next-learn-these-d441c3729dd7
Medium
If You Don’t Know What Python Libraries to Learn Next, Learn These
Multipurpose Python libraries that you’ll need regardless of your specialization.
[EN] How to Install GeoPandas package on Windows
https://medium.com/@yendangvn/en-how-to-install-geopandas-package-on-windows-43dcb6f8722a
https://medium.com/@yendangvn/en-how-to-install-geopandas-package-on-windows-43dcb6f8722a
Medium
[EN] How to Install GeoPandas package on Windows
GeoPandas is a popular and open source project to help working with geospatial data in python more easier. In this post, I’ll share how to…
How I am Learning Computer Vision — Pt.1
https://igorcomune.medium.com/how-i-am-learning-computer-vision-pt-1-b1bf22804e0c
https://igorcomune.medium.com/how-i-am-learning-computer-vision-pt-1-b1bf22804e0c
Medium
How I am Learning Computer Vision — Pt.1
Objective
Beam Search Decoding For Text Generation In Python
https://lzpdatascience.medium.com/beam-search-decoding-for-text-generation-in-python-9184699f0120
https://lzpdatascience.medium.com/beam-search-decoding-for-text-generation-in-python-9184699f0120
Medium
Beam Search Decoding For Text Generation In Python
In the previous post, we looked at one of the common text-generating techniques, Greedy Search decoding, which aims to select the word with…
Create Telegram Bot using Python in 10 minutes
https://alex-murphy.medium.com/create-telegram-bot-and-send-automated-messages-using-python-43c95879fedc
https://alex-murphy.medium.com/create-telegram-bot-and-send-automated-messages-using-python-43c95879fedc
Medium
Create Telegram Bot using Python in 10 minutes
Telegram is also one of the more popular IM platforms today like WhatsApp, it allows you to store messages on the cloud instead of just…
Basic Questions on EDA Analysis for Data Science
https://medium.com/@ajaymaurya_72779/basic-questions-on-eda-analysis-for-data-science-ec61ddab61d6
https://medium.com/@ajaymaurya_72779/basic-questions-on-eda-analysis-for-data-science-ec61ddab61d6
Medium
Basic Questions on EDA Analysis for Data Science
What is EDA, why we need to use EDA?