Create ETL tasks with Python and Luigi Blueprint
https://lovethepenguin.com/create-etl-tasks-with-python-and-luigi-blueprint-28d88bed84b3
https://lovethepenguin.com/create-etl-tasks-with-python-and-luigi-blueprint-28d88bed84b3
Medium
Create ETL tasks with Python and Luigi Blueprint
What is blueprint?
Python Algorithm Pt.3: Insertion sort
https://chekailiang.medium.com/python-algorithm-pt-3-insertion-sort-2706de1e6dbd
https://chekailiang.medium.com/python-algorithm-pt-3-insertion-sort-2706de1e6dbd
Medium
Python Algorithm Pt.3: Insertion sort
The wind blew, carrying the sand of the desert with it. And with the sand, disappeared the footsteps of a lone figure: Derp-kai. He has set…
Creating the “Indian State Game” using Pandas in 5 easy steps
https://medium.com/@ayush_dixit/creating-the-indian-state-game-using-pandas-in-5-easy-steps-6c6878fb6597
https://medium.com/@ayush_dixit/creating-the-indian-state-game-using-pandas-in-5-easy-steps-6c6878fb6597
Medium
Creating the “Indian State Game” using Pandas in 5 easy steps
It’s amazing what one can do with the “turtle” and the “pandas” library of python. This project is one of its kind in its implementation as…
LeetCode 321: Create maximum number — a dynamic programming approach
https://tuanchau.medium.com/leetcode-321-create-maximum-number-a-dynamic-programming-approach-f436dc9e32de
https://tuanchau.medium.com/leetcode-321-create-maximum-number-a-dynamic-programming-approach-f436dc9e32de
Medium
LeetCode 321: Create maximum number — a dynamic programming approach
Given two arrays of length m and n with digits 0–9 representing two numbers. Create the maximum number of length k <= m+n from digits of…
Python isupper(), islower(), lower() and upper() methods — pythonpip.com
https://parvez1487.medium.com/python-isupper-islower-lower-and-upper-methods-pythonpip-com-3edd34f6edf1
https://parvez1487.medium.com/python-isupper-islower-lower-and-upper-methods-pythonpip-com-3edd34f6edf1
Medium
Python isupper(), islower(), lower() and upper() methods — pythonpip.com
This python string tutorial help to learn some string methods( isupper(), islower(), lower() and upper()) with example.These methods are…
Inside Airbnb Boston 2021: Building a Machine Learning Price Predictor model for Boston Listings
https://weimingchenzero.medium.com/inside-airbnb-boston-2021-building-a-machine-learning-price-predictor-model-for-boston-listings-d6bcbe13b0f9
https://weimingchenzero.medium.com/inside-airbnb-boston-2021-building-a-machine-learning-price-predictor-model-for-boston-listings-d6bcbe13b0f9
Medium
Inside Airbnb Boston 2021: Building a Machine Learning Price Predictor model for Boston Listings
Inside Airbnb Boston 2021: Building a Machine Learning Price Predictor model for Boston Listings
The message conveyed in the release of Scikit-Learn 1.0
https://medium.com/@alexandre.hsd/the-message-conveyed-in-the-release-of-scikit-learn-1-0-20a4a95f4c0c
https://medium.com/@alexandre.hsd/the-message-conveyed-in-the-release-of-scikit-learn-1-0-20a4a95f4c0c
Medium
The message conveyed in the release of Scikit-Learn 1.0
An overview of the design principles of Scikit-Learn and how the famous ML library became so popular
Histograms and frequently table in python an approximation to the selection of the number of bins
https://medium.com/@aquapyingenieria/histograms-and-frequently-table-in-python-an-approximation-to-the-selection-of-the-number-of-bins-312965281857
https://medium.com/@aquapyingenieria/histograms-and-frequently-table-in-python-an-approximation-to-the-selection-of-the-number-of-bins-312965281857
Medium
Histograms and frequently table in python an approximation to the selection of the number of bins
A very common way to explore a variable is by means of a histogram. However, before teaching you how to build it, it is important to…
Python: List comprehension vs Generator expression
https://medium.com/dsc-ghrce/python-list-comprehension-vs-generator-expression-db1a66dc7e69
https://medium.com/dsc-ghrce/python-list-comprehension-vs-generator-expression-db1a66dc7e69
Medium
Python: List comprehension vs Generator expression
Python! We have heard this name a lot since this pandemic. From small children to us (developers), all have been learning and developing…
Getting Started with Python Debugging Using a Debugger
https://code.likeagirl.io/getting-started-with-python-debugging-using-a-debugger-cd7d436b4db5
https://code.likeagirl.io/getting-started-with-python-debugging-using-a-debugger-cd7d436b4db5
Medium
Getting Started with Python Debugging Using a Debugger
Introduction to Debugging
How I Convert my PDFs to Audiobooks for free using Python
https://medium.com/@manazharma/how-i-convert-my-pdfs-to-audiobooks-for-free-using-python-e4693be27ee8
https://medium.com/@manazharma/how-i-convert-my-pdfs-to-audiobooks-for-free-using-python-e4693be27ee8
Medium
How I Convert my PDFs to Audiobooks for free using Python
Reading is a must-have habit for everyone and every individual should develop this habit in their lifetime. Even I want to develop a…
Visual Studio Code for Python and Data Science? Top 3 Plugins You Must Have
https://towardsdatascience.com/visual-studio-code-for-python-and-data-science-top-3-plugins-you-must-have-c39bb6ed8355
https://towardsdatascience.com/visual-studio-code-for-python-and-data-science-top-3-plugins-you-must-have-c39bb6ed8355
Medium
Visual Studio Code for Python and Data Science? Top 3 Plugins You Must Have
Is it the best code editor for Python and Data Science?
pycharm上的python虚拟环境移到离线机器上 - 马昌伟
http://www.cnblogs.com/machangwei-8/p/15415529.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/machangwei-8/p/15415529.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
pycharm上的python虚拟环境移到离线机器上 - 马昌伟 - 博客园
Pycharm的Terminal 中执行: 查看现有的包到requirements.txt中 pip freeze > requirements.txt 生成依赖包 D:\machangwei\