How to install conda and change the default paths for new environment and package installation
https://medium.com/@daimin0514/how-to-install-conda-and-change-the-default-paths-for-new-environment-and-package-installation-e62337345fd2
https://medium.com/@daimin0514/how-to-install-conda-and-change-the-default-paths-for-new-environment-and-package-installation-e62337345fd2
Medium
How to install conda and change the default paths for new environment and package installation
Download the miniconda from the official website (https://docs.conda.io/projects/miniconda/en/latest/index.html):
Final Project- Data Analysis with Python(IBM Coursera)
https://medium.com/@krb.9603/final-project-data-analysis-with-python-ibm-coursera-6834daabe3da
https://medium.com/@krb.9603/final-project-data-analysis-with-python-ibm-coursera-6834daabe3da
Medium
Final Project- Data Analysis with Python(IBM )
In this project, I assume the role of a Data Analyst employed by a Real Estate Investment Trust embarking on residential real estate…
Build a Simple Calculator from scratch using Python!
https://medium.com/@tasminehnadaf/build-a-simple-calculator-from-scratch-using-python-546110c68c0c
https://medium.com/@tasminehnadaf/build-a-simple-calculator-from-scratch-using-python-546110c68c0c
Medium
Build a Simple Calculator from scratch using Python!
A simple calculator is a software application used in day-to-day life. Whether on a computer or a smartphone, the simple calculator serves…
A Lazy man’s journey to Data Science: My personal experience and recommendations, Part 1- A…
https://akshubhai-reloaded.medium.com/a-lazy-mans-journey-to-data-science-my-personal-experience-and-recommendations-part-1-a-c8f2897196e0
https://akshubhai-reloaded.medium.com/a-lazy-mans-journey-to-data-science-my-personal-experience-and-recommendations-part-1-a-c8f2897196e0
Medium
A Lazy man’s journey to Data Science: My personal experience and recommendations, Part 1- A…
1. Background
Unveiling Hidden Themes: A Python Guide to LDA Topic Modeling
https://medium.com/@janiya_wuckert40/unveiling-hidden-themes-a-python-guide-to-lda-topic-modeling-cb1015c3bf57
https://medium.com/@janiya_wuckert40/unveiling-hidden-themes-a-python-guide-to-lda-topic-modeling-cb1015c3bf57
Medium
Unveiling Hidden Themes: A Python Guide to LDA Topic Modeling
Have you ever wondered how machines understand and categorize vast amounts of text? The secret lies in a process called Topic Modeling, and one of its stars is the Latent Dirichlet Allocation (LDA)…
Demystifying Python Type Hints: A Guide for Everyday Coders
https://medium.com/@shea_mueller72/demystifying-python-type-hints-a-guide-for-everyday-coders-d8a1c1f6b05e
https://medium.com/@shea_mueller72/demystifying-python-type-hints-a-guide-for-everyday-coders-d8a1c1f6b05e
Medium
Demystifying Python Type Hints: A Guide for Everyday Coders
Type hints in Python can be a bit like a Swiss Army knife for your code. They help your teammates understand what’s going on and can prevent bugs by catching mistakes early on. But like any tool…
Exploring Python 3.8’s Type Annotations for Improved Code Quality
https://medium.com/@blaise93/exploring-python-3-8s-type-annotations-for-improved-code-quality-90203f04d91b
https://medium.com/@blaise93/exploring-python-3-8s-type-annotations-for-improved-code-quality-90203f04d91b
Medium
Exploring Python 3.8’s Type Annotations for Improved Code Quality
Python’s dynamic typing lets you start coding quickly and without much fuss. However, as your codebase grows, you might find yourself in a thicket of confusion. What if you stumble upon a mysterious…
Data Science from a Nonexpert — The Art of Manipulating Data
https://medium.com/@naz.kaya/data-science-from-a-nonexpert-the-art-of-manipulating-data-b7a32d6f8088
https://medium.com/@naz.kaya/data-science-from-a-nonexpert-the-art-of-manipulating-data-b7a32d6f8088
Medium
Data Science from a Nonexpert — The Art of Manipulating Data
Data Manipulation
Mastering Data Scaling Techniques in Python for Effective Machine Learning
https://medium.com/@misty.corkery/mastering-data-scaling-techniques-in-python-for-effective-machine-learning-d60e02aa866f
https://medium.com/@misty.corkery/mastering-data-scaling-techniques-in-python-for-effective-machine-learning-d60e02aa866f
Medium
Mastering Data Scaling Techniques in Python for Effective Machine Learning
Data preprocessing is a critical step when setting the stage for a machine learning project. Just like an artist primes a canvas before painting, a data scientist must prepare data before feeding it…
Effortlessly Automate Your Data Workflows with Prefect and GitHub
https://medium.com/@dan.altenwerth87/effortlessly-automate-your-data-workflows-with-prefect-and-github-74e9f920a694
https://medium.com/@dan.altenwerth87/effortlessly-automate-your-data-workflows-with-prefect-and-github-74e9f920a694
Medium
Effortlessly Automate Your Data Workflows with Prefect and GitHub
Time is of the essence in the data-driven world we live in. Regular tasks like nightly data processing, weekly maintenance, or frequent data workflows need precise timing to ensure efficiency. Even…
Day 16 of #100DaysOfCode in Python: Dive into Inheritance and Polymorphism in OOP
https://elshad-karimov.medium.com/day-16-of-100daysofcode-in-python-dive-into-inheritance-and-polymorphism-in-oop-adb5bacc4ce3
https://elshad-karimov.medium.com/day-16-of-100daysofcode-in-python-dive-into-inheritance-and-polymorphism-in-oop-adb5bacc4ce3
Medium
Day 16 of #100DaysOfCode in Python: Dive into Inheritance and Polymorphism in OOP
Welcome to Day 16 of the #100DaysOfCode challenge in Python! Today, we are delving deeper into the core concepts of Object-Oriented…
Difference between Bahdanau and Luong attention computation
https://medium.com/@aajinkya1203/difference-between-bahdanau-and-luong-attention-computation-d0c8d7fe98b2
https://medium.com/@aajinkya1203/difference-between-bahdanau-and-luong-attention-computation-d0c8d7fe98b2
Medium
An intuitive guide to understanding Bahdanau and Luong attention computation
and how these pioneering attention mechanisms differ!
Unveiling the Mysteries of Python’s Import Mechanism
https://medium.com/@guido.kemmer/unveiling-the-mysteries-of-pythons-import-mechanism-54a95c78cae8
https://medium.com/@guido.kemmer/unveiling-the-mysteries-of-pythons-import-mechanism-54a95c78cae8
Medium
Unveiling the Mysteries of Python’s Import Mechanism
When you’re coding in Python, you might often use the import statement to bring in libraries and frameworks that are essential for your project. But have you ever stopped to wonder what happens under…
Elasticsearch Full Text Phrase Matching Queries with cURL and Python
https://bestsoftwareengineer.medium.com/elasticsearch-full-text-phrase-matching-queries-with-curl-and-python-472fb7fb4798
https://bestsoftwareengineer.medium.com/elasticsearch-full-text-phrase-matching-queries-with-curl-and-python-472fb7fb4798
Medium
Elasticsearch Full Text Phrase Matching Queries with cURL and Python
In this blog post, you will learn how to search for phrases in Elasticsearch documents. A phrase matching query will search for a phrase…
Earn Money with Python: 10 Ways to Profit from Coding
https://elshad-karimov.medium.com/earn-money-with-python-10-ways-to-profit-from-coding-80c200c4909c
https://elshad-karimov.medium.com/earn-money-with-python-10-ways-to-profit-from-coding-80c200c4909c
Medium
Earn Money with Python: 10 Ways to Profit from Coding
Python isn’t just a skill, it’s a money-maker! With these 10 creative project ideas, you can transform your coding passion into income…
Transform Your Data Analysis Game with ChatGPT’s OCR Magic
https://medium.com/@lorena_frami/transform-your-data-analysis-game-with-chatgpts-ocr-magic-3469322b633a
https://medium.com/@lorena_frami/transform-your-data-analysis-game-with-chatgpts-ocr-magic-3469322b633a
Medium
Transform Your Data Analysis Game with ChatGPT’s OCR Magic
Imagine you’re a marketer looking to tailor your strategy based on customer purchase history. You’ve got all your transaction data, but it’s trapped in PDF receipts — what do you do? This is where…
Unlocking the Secrets of Image Text Extraction with Python
https://medium.com/@nicholas44/unlocking-the-secrets-of-image-text-extraction-with-python-c4c9cb1ba2fb
https://medium.com/@nicholas44/unlocking-the-secrets-of-image-text-extraction-with-python-c4c9cb1ba2fb
Medium
Unlocking the Secrets of Image Text Extraction with Python
Optical Character Recognition, or OCR, is like magic for the digital world. It’s a way to transform images, like scanned documents or photos, into text that you can edit, search, and manipulate…