Is machine translation finally production-ready? Maybe.
https://medium.com/mpb-tech/is-machine-translation-finally-production-ready-maybe-9e1ea962447f
https://medium.com/mpb-tech/is-machine-translation-finally-production-ready-maybe-9e1ea962447f
Medium
Is machine translation finally production-ready? Maybe.
Phil Smith, Principal Architect at MPB, on automating website localisation using Google Translate API & Python
Convert COCO format annotations to YOLO format
https://medium.com/@WamiqRaza/convert-coco-format-annotations-to-yolo-format-4380880d9b3b
https://medium.com/@WamiqRaza/convert-coco-format-annotations-to-yolo-format-4380880d9b3b
Medium
Convert COCO format annotations to YOLO format
The COCO (Common Objects in Context) dataset is often used as a standard for object detection tasks. It gives a lot of information about…
Python: Combining DataFrames (append, concat and join)
https://aaweg-i.medium.com/python-combining-dataframes-append-concat-and-join-8dee6111c077
https://aaweg-i.medium.com/python-combining-dataframes-append-concat-and-join-8dee6111c077
Medium
Python: Combining DataFrames (append, concat and join)
df1.append(df2) -
Python If, Elif, and Else Stateme: A Beginner’s Tutorial with Examples
https://medium.com/@informationalstories/python-if-elif-and-else-stateme-a-beginners-tutorial-with-examples-a8dce6f9820a
https://medium.com/@informationalstories/python-if-elif-and-else-stateme-a-beginners-tutorial-with-examples-a8dce6f9820a
Medium
Python If, Elif, and Else Stateme: A Beginner’s Tutorial with Examples
Programming often involves making decisions, and Python’s if, elif, and else statements offer the necessary mechanisms to execute…
Using Python to Scrape Marathon Results for Data Analysis
https://medium.com/@brianrock.nj/using-python-to-scrape-marathon-results-for-data-analysis-62ed03a4280b
https://medium.com/@brianrock.nj/using-python-to-scrape-marathon-results-for-data-analysis-62ed03a4280b
Medium
Using Python to Scrape Marathon Results for Data Analysis
I’ve recently been working on a series of articles analyzing data from marathons. You can read the introduction here if you’re interested…
Automate Instagram Posts with Python: A Step-by-Step Guide
https://medium.com/@rajdattkokate/automate-instagram-posts-with-python-a-step-by-step-guide-4b055f356b31
https://medium.com/@rajdattkokate/automate-instagram-posts-with-python-a-step-by-step-guide-4b055f356b31
Medium
Automate Instagram Posts with Python: A Step-by-Step Guide
📸 Do you want to streamline your Instagram posting process using Python? In this blog, we’ll walk you through the process of automating…
Simplify Your Code with List Comprehension in Python: A Practical Guide for Efficient Programming
https://khadkagopal.medium.com/simplify-your-code-with-list-comprehension-in-python-a-practical-guide-for-efficient-programming-c7320faadd27
https://khadkagopal.medium.com/simplify-your-code-with-list-comprehension-in-python-a-practical-guide-for-efficient-programming-c7320faadd27
Medium
Simplify Your Code with List Comprehension in Python: A Practical Guide for Efficient Programming
List is the data type in Python that holds sequential data items in ordered or unordered arrangement. The data inside the list might be…
Comprehensive Guide to Pandas DataFrame Column Operations
https://levelup.gitconnected.com/comprehensive-guide-to-pandas-dataframe-column-operations-d6f8d17f3037
https://levelup.gitconnected.com/comprehensive-guide-to-pandas-dataframe-column-operations-d6f8d17f3037
Medium
Comprehensive Guide to Pandas DataFrame Column Operations
Pandas, the Python data manipulation library, is renowned for its powerful DataFrame structure. A DataFrame is essentially a…
Python’s Swiss Army Knife: Unleashing the Power of Range and Beyond
https://medium.com/@23saini/pythons-swiss-army-knife-unleashing-the-power-of-range-and-beyond-95b23e8a57e4
https://medium.com/@23saini/pythons-swiss-army-knife-unleashing-the-power-of-range-and-beyond-95b23e8a57e4
Medium
Python’s Swiss Army Knife: Unleashing the Power of Range and Beyond
A Dive into Essential Functions
A Dance of Chaos: Simulating a Double Pendulum
https://medium.com/@hamxa26/a-dance-of-chaos-simulating-a-double-pendulum-dcbf4f96dd16
https://medium.com/@hamxa26/a-dance-of-chaos-simulating-a-double-pendulum-dcbf4f96dd16
Medium
A Dance of Chaos: Simulating a Double Pendulum
The dynamics of a double pendulum
Generating applications from sketches with LLMs
https://valentinaalto.medium.com/generating-webapps-from-sketches-with-llms-f465e784481b
https://valentinaalto.medium.com/generating-webapps-from-sketches-with-llms-f465e784481b
Medium
Generating applications from sketches with LLMs
An implementation with LangChain and GPT-3.5-turbo
What to do when developing KivyApps
https://medium.com/@1.1.1.1.34tinashe/what-to-do-when-developing-kivyapps-3387c9d4a5e1
https://medium.com/@1.1.1.1.34tinashe/what-to-do-when-developing-kivyapps-3387c9d4a5e1
Medium
What to do when developing KivyApps
When I started developing kivy apps , didn’t have a lot of experience in app development
and don’t get me wrong , I still struggle with a…
and don’t get me wrong , I still struggle with a…
“Python’s Lambda Functions: The Unsung Heroes of Expressive Code!”
https://medium.com/@udiptaanupam/pythons-lambda-functions-the-unsung-heroes-of-expressive-code-e41ab9f4c89c
https://medium.com/@udiptaanupam/pythons-lambda-functions-the-unsung-heroes-of-expressive-code-e41ab9f4c89c
Medium
“Python’s Lambda Functions: The Unsung Heroes of Expressive Code!”
Have you ever heard of Python’s mysterious and anonymous heroes? No, they’re not caped crusaders, but they are certainly here to save the…
Create an art or image by yourself using arrays and Numpy
https://medium.com/@prashanth31.2000/create-an-art-or-image-by-yourself-using-arrays-and-numpy-a3b3d60e7c41
https://medium.com/@prashanth31.2000/create-an-art-or-image-by-yourself-using-arrays-and-numpy-a3b3d60e7c41
Medium
Create an art or image by yourself using arrays and Numpy
Creating art with NumPy involves using the NumPy library in Python to generate visual patterns, images, or designs. NumPy provides a…
How To Generate All Dates Between 2 Dates In Python
https://zlliu.medium.com/how-to-generate-all-dates-between-2-dates-in-python-1bb1abf0798d
https://zlliu.medium.com/how-to-generate-all-dates-between-2-dates-in-python-1bb1abf0798d
Medium
How To Generate All Dates Between 2 Dates In Python
# eg. Getting all dates between 2023/09/28 and 2023/10/02
How to Determine the Remaining Useful Life of Transformers Using Python and Machine Learning
https://medium.com/@katser/how-to-determine-to-the-remaining-useful-life-of-transformers-using-python-and-machine-learning-cd8117a92d6b
https://medium.com/@katser/how-to-determine-to-the-remaining-useful-life-of-transformers-using-python-and-machine-learning-cd8117a92d6b
Medium
How to Determine the Remaining Useful Life (RUL) of Industrial Equipement Using Python and Machine Learning
Scope: The objective of writing this article was to set the remaining useful life (RUL) problem, with data, and show an approach to it, and…