Using AWS CDK with Python and Poetry
https://medium.com/@slamsmith/using-aws-cdk-with-python-and-poetry-076bb616cc48
https://medium.com/@slamsmith/using-aws-cdk-with-python-and-poetry-076bb616cc48
Medium
Using AWS CDK with Python and Poetry
My favorite package manager for Python is poetry. I use it to manage all of my Python projects. A challenge I ran into is that the AWS Cloud Development Kit (CDK) for Python uses the pip package…
Mastering Python Reloading: Boosting Your Development Workflow
https://ravi-m.medium.com/mastering-python-reloading-boosting-your-development-workflow-9d81b95014b7
https://ravi-m.medium.com/mastering-python-reloading-boosting-your-development-workflow-9d81b95014b7
Medium
Mastering Python Reloading: Boosting Your Development Workflow
Discover the Power of Modifying Python Code During Run-time for Faster Iteration and Improved Productivity
Crafting a Standalone Executable with PyInstaller
https://medium.com/@moraneus/crafting-a-standalone-executable-with-pyinstaller-f9a99ea24432
https://medium.com/@moraneus/crafting-a-standalone-executable-with-pyinstaller-f9a99ea24432
Medium
Crafting a Standalone Executable with PyInstaller
Creating an executable from a Python script can significantly ease the distribution and execution process, making your application more…
Accelerating Pandas with Pandarallel: Power of Parallel Processing in Pandas
https://ravi-m.medium.com/accelerating-pandas-with-pandarallel-power-of-parallel-processing-in-pandas-141c7923d3a1
https://ravi-m.medium.com/accelerating-pandas-with-pandarallel-power-of-parallel-processing-in-pandas-141c7923d3a1
Medium
Accelerating Pandas with Pandarallel: Power of Parallel Processing in Pandas
Boost Your Data Science Workflow and Accelerate Computations on Large Datasets
Unleashing the Power of Parallel Iteration in Python with zip
https://medium.com/@legolasyan/unleashing-the-power-of-parallel-iteration-in-python-with-zip-0a70155f3ea4
https://medium.com/@legolasyan/unleashing-the-power-of-parallel-iteration-in-python-with-zip-0a70155f3ea4
Medium
Unleashing the Power of Parallel Iteration in Python with zip
Python, with its rich set of features, provides developers with versatile tools to simplify and enhance their code. One such tool that…
A Tool to generate inputs with sample metadata information for the Bioinformatics pipelines
https://medium.com/@alvarani/a-tool-for-effortless-data-frame-generation-for-bioinformatics-pipelines-bc5ae366f02c
https://medium.com/@alvarani/a-tool-for-effortless-data-frame-generation-for-bioinformatics-pipelines-bc5ae366f02c
Medium
A Tool to generate inputs with sample metadata information for the Bioinformatics pipelines
Introduction
Cancellation Token Pattern in Python
https://medium.com/nuculabs/cancellation-token-pattern-in-python-b549d894e244
https://medium.com/nuculabs/cancellation-token-pattern-in-python-b549d894e244
Medium
Cancellation Token Pattern in Python
Hello! 👋
Enhancing Genetic Algorithm Performance through LCS-Based Diversity Maintenance: A Theoretical and…
https://medium.com/@evertongomede/enhancing-genetic-algorithm-performance-through-lcs-based-diversity-maintenance-a-theoretical-and-b558d2d8c941
https://medium.com/@evertongomede/enhancing-genetic-algorithm-performance-through-lcs-based-diversity-maintenance-a-theoretical-and-b558d2d8c941
Medium
Enhancing Genetic Algorithm Performance through LCS-Based Diversity Maintenance: A Theoretical and Practical Exploration
Introduction
Reverse Vowels in a String, problem # 345
https://medium.com/@patwmcclung/reverse-vowels-in-a-string-problem-345-fa806e2370e2
https://medium.com/@patwmcclung/reverse-vowels-in-a-string-problem-345-fa806e2370e2
Medium
Reverse Vowels in a String, problem # 345
I tend to work a lot of problems on codewars and leetcode. It is all in the name of learning and sharpening my skills while I seek…
How to use *args and **kwargs in python
https://blog.devgenius.io/how-to-use-args-and-kwargs-in-python-ed314c7856d0
https://blog.devgenius.io/how-to-use-args-and-kwargs-in-python-ed314c7856d0
Medium
How to use *args and **kwargs in python
Use *args and **kwargs correctly
A Weekend AI Project: Running LLaMA and Gemma AI Models on the Android Phone
https://towardsdatascience.com/a-weekend-ai-project-running-llama-and-gemma-ai-models-on-the-android-phone-47a261d257a7
https://towardsdatascience.com/a-weekend-ai-project-running-llama-and-gemma-ai-models-on-the-android-phone-47a261d257a7
Medium
A Weekend AI Project: Running LLaMA and Gemma AI Models on the Android Phone
Running LLaMA and Gemma LLMs with C++ and Python
Credit Card Service Backend with Django and Celery: Assignment for Backend SDE Intern
https://medium.com/@shreyasbulbule007/assignment-for-backend-sde-intern-b0eb0ec72246
https://medium.com/@shreyasbulbule007/assignment-for-backend-sde-intern-b0eb0ec72246
Medium
Credit Card Service Backend with Django and Celery: Assignment for Backend SDE Intern
I got an assignment from a company for a Backend SDE Intern role. I completed the assignment and then submitted it but the HR never…
5 Ways Python is Dying: Will Your Code Become Worthless?
https://medium.com/@danielbuilescu/5-ways-python-is-dying-will-your-code-become-worthless-f59b5c84041b
https://medium.com/@danielbuilescu/5-ways-python-is-dying-will-your-code-become-worthless-f59b5c84041b
Medium
5 Ways Python is Dying: Will Your Code Become Worthless?
Tired of Python myths? Get the truth.
Gemma 2B: A Deep Dive with Basic and Advanced Retrievers in RAG
https://ai.gopubby.com/gemma-2b-a-deep-dive-with-basic-and-advanced-retrievers-in-rag-156ad26d56af
https://ai.gopubby.com/gemma-2b-a-deep-dive-with-basic-and-advanced-retrievers-in-rag-156ad26d56af
Medium
Comprehensive Evaluation of Gemma 2B in a RAG setup with Basic and Advanced Retrievers
A multi-dimensional evaluation of Gemma vs TinyLlama for resource constrained systems
Automating Slack Notifications: Sending Messages as a Bot with Python
https://medium.com/@sid2631/automating-slack-notifications-sending-messages-as-a-bot-with-python-2beb6c16cd8c
https://medium.com/@sid2631/automating-slack-notifications-sending-messages-as-a-bot-with-python-2beb6c16cd8c
Medium
Automating Slack Notifications: Sending Messages as a Bot with Python
Introduction:
The JIT Compiler Revolution: Empowering Developers to Build Faster, Smarter Software
https://medium.com/@anshugiramkar2003/the-jit-compiler-revolution-empowering-developers-to-build-faster-smarter-software-25a404ef9a61
https://medium.com/@anshugiramkar2003/the-jit-compiler-revolution-empowering-developers-to-build-faster-smarter-software-25a404ef9a61
Medium
The JIT Compiler Revolution: Empowering Developers to Build Faster, Smarter Software
Written by Shreyas Godse, Snehal Gupta and Pooja Indulkar.
Building a Computer Vision Portfolio: Image Classification with TensorFlow and Keras
https://medium.com/@lu.iglesiash/a-beginners-guide-to-building-a-computer-vision-portfolio-image-classification-with-tensorflow-37189b1c2d01
https://medium.com/@lu.iglesiash/a-beginners-guide-to-building-a-computer-vision-portfolio-image-classification-with-tensorflow-37189b1c2d01
Medium
A Beginner’s Guide to Building a Computer Vision Portfolio: Image Classification with TensorFlow…
Introduction