[Django] Django development notes (2) Templates
https://tzujantung.medium.com/django-django-development-notes-2-templates-76fff3ffa821
https://tzujantung.medium.com/django-django-development-notes-2-templates-76fff3ffa821
Medium
[Django] Django development notes (2) Templates
The views.py file in the app’s folder is where to control what the views look like. It works fine in a simple project. However, try to imagine that when you are developing a huge project, there might…
Image Color Extraction using K-Means
https://medium.com/@ys3372/deconstructing-an-image-with-pixels-4c65c3a2268c
https://medium.com/@ys3372/deconstructing-an-image-with-pixels-4c65c3a2268c
Medium
Image Color Extraction using K-Means
Everything About Color Extraction
Debugging File Encoding and File Path Distribution Bugs for GlobalChem with Github Action Bots.
https://sharifsuliman1.medium.com/debugging-file-encoding-and-file-path-distribution-bugs-for-globalchem-with-github-action-bots-62ca53827686
https://sharifsuliman1.medium.com/debugging-file-encoding-and-file-path-distribution-bugs-for-globalchem-with-github-action-bots-62ca53827686
Medium
Debugging File Encoding and File Path Distribution Bugs for GlobalChem with Github Action Bots.
Good distribution is a science and it has been the most painful thing to learn when trying to get people to use my data and tools I create…
Create Dynamic Visualisations Using Matplotlib in Python
https://python.plainenglish.io/create-dynamic-visualisations-using-matplotlib-in-python-d6fdd5d57e5e
https://python.plainenglish.io/create-dynamic-visualisations-using-matplotlib-in-python-d6fdd5d57e5e
Medium
Create Dynamic Visualisations Using Matplotlib in Python
How to animate line plots of numeric time-series data in Python
How to Prepare for Your First Day as a Data Engineer
https://medium.com/pipeline-a-data-engineering-resource/how-to-prepare-for-your-first-day-as-a-data-engineer-30e08c213e2e
https://medium.com/pipeline-a-data-engineering-resource/how-to-prepare-for-your-first-day-as-a-data-engineer-30e08c213e2e
Medium
How to Prepare for Your First Day as a Data Engineer
How to effectively refine skills and reduce the possibility of burning out before you even begin a data engineering role.
Recommendation System — Matrix Factorization (SVD) Explained
https://vatsal12-p.medium.com/recommendation-system-matrix-factorization-svd-explained-c9a50d93e488
https://vatsal12-p.medium.com/recommendation-system-matrix-factorization-svd-explained-c9a50d93e488
Medium
Matrix Factorization — Singular Value Decomposition (SVD) Explained
Build a Recommender System Pipeline using Latent Factor Recommendations (SVD)
Adaptive metropolis algorithm Python code
https://medium.com/@saumik_44881/adaptive-metropolis-algorithm-python-code-e400f3a45c8d
https://medium.com/@saumik_44881/adaptive-metropolis-algorithm-python-code-e400f3a45c8d
Medium
Adaptive metropolis algorithm Python code
We look at the algorithm, and follow the steps in the Python code. Initial guess, construction of initial covariance matrix, sampling a new…
Sign Language Converter Program Using Python Open Cv, Mediapipe, and Tkinter
https://medium.com/@zain88syed/sign-language-converter-program-using-python-open-cv-mediapipe-and-tkinter-20ee376369c1
https://medium.com/@zain88syed/sign-language-converter-program-using-python-open-cv-mediapipe-and-tkinter-20ee376369c1
Medium
Sign Language Converter Program Using Python Open Cv, Mediapipe, and Tkinter
Sign Language Converter is a program built to detect the hand signs and then convert them into short English sentences as well as it can…
Google Summer of Code: I got accepted… now what?
https://medium.com/@kenny5622/google-summer-of-code-i-got-accepted-now-what-2a640b83f3f8
https://medium.com/@kenny5622/google-summer-of-code-i-got-accepted-now-what-2a640b83f3f8
Medium
Google Summer of Code: I got accepted… now what?
I was optimistic and determined. I knew I would get this gig. Now that I’ve been accepted though, I kind of don’t know where to start.
Greedy Search Decoding For Text Generation In Python
https://medium.com/geekculture/greedy-search-decoding-for-text-generation-62e6dad889b
https://medium.com/geekculture/greedy-search-decoding-for-text-generation-62e6dad889b
Medium
Greedy Search Decoding For Text Generation In Python
Most of us would likely have a simple conversation with a chatbot in this technological age. But, from automated discussions and…
Learn Python fundamentals in 4 minutes.
https://medium.com/aatomz-research/learn-python-fundamentals-in-4-minutes-b641a7e76ee1
https://medium.com/aatomz-research/learn-python-fundamentals-in-4-minutes-b641a7e76ee1
Medium
Learn Python fundamentals in 4 minutes.
In this article, we will learn about python fundamentals like variables and data types concepts that are required to start your journey in…
Cleaning Text Has Never Been So Easy: Just use One Line Of Python Code!
https://medium.com/@alains/cleaning-text-has-never-been-so-easy-just-use-one-line-of-python-code-747ad59e199
https://medium.com/@alains/cleaning-text-has-never-been-so-easy-just-use-one-line-of-python-code-747ad59e199
Medium
Cleaning Text Has Never Been So Easy: Just use One Line Of Python Code!
Learn How to Clean Any Text with Just One Line of Python Code.