Automate Data Seeding in Django with django-seeding: A Developer's Delight
https://medium.com/@sulimanawadstudy/automate-data-seeding-in-django-with-django-seeding-a-developers-delight-03a8573396b9
https://medium.com/@sulimanawadstudy/automate-data-seeding-in-django-with-django-seeding-a-developers-delight-03a8573396b9
Medium
Automate Data Seeding in Django with django-seeding: A Developer's Delight
When building web applications, it's common to spend a significant amount of time populating the database with needed data. Whether it's…
Harnessing Machine Learning: Advancements in Tobacco Research and the Internet of Drones
https://medium.com/@saadnoorafridi/harnessing-machine-learning-advancements-in-tobacco-research-and-the-internet-of-drones-ab6b9b0a3c81
https://medium.com/@saadnoorafridi/harnessing-machine-learning-advancements-in-tobacco-research-and-the-internet-of-drones-ab6b9b0a3c81
Medium
Harnessing Machine Learning: Advancements in Tobacco Research and the Internet of Drones
In recent years, Machine Learning (ML) has emerged as a transformative force across various industries. This blog post delves into two domains where ML is making significant strides: tobacco research…
Unleashing the Power of GraphQL with Django and Graphene: A Deep Dive
https://aibunny.medium.com/unleashing-the-power-of-graphql-with-django-and-graphene-a-deep-dive-945199929861
https://aibunny.medium.com/unleashing-the-power-of-graphql-with-django-and-graphene-a-deep-dive-945199929861
Medium
Unleashing the Power of GraphQL with Django and Graphene: A Deep Dive
In the ever-evolving landscape of web development, the demand for efficient and flexible APIs is paramount. As developers, we strive to…
Image and Audio Captcha Validation in Flet | Python
https://ndonkohenri.medium.com/image-and-audio-captcha-validation-in-flet-python-a43ed98fbd9f
https://ndonkohenri.medium.com/image-and-audio-captcha-validation-in-flet-python-a43ed98fbd9f
Medium
Image and Audio Captcha Validation in Flet | Python
CAPTCHA is the short form of “Completely Automated Public Turing test to tell Computers and Humans Apart” and it is a security measure…
Working with survey data in Python: Easy pandas project
https://medium.com/@juliabelkin/working-with-survey-data-in-python-easy-pandas-project-d70089cce1ae
https://medium.com/@juliabelkin/working-with-survey-data-in-python-easy-pandas-project-d70089cce1ae
Medium
Working with survey data in Python: Easy pandas project
This post is written based on my first hands-on project with pandas for data analysis. I have 3 years of working experience with R for data…
Trackplot: A Python tool for combinatorial analysis of genomic data
https://medium.com/computational-biology-papers/trackplot-a-python-tool-for-combinatorial-analysis-of-genomic-data-0604b6d98c47
https://medium.com/computational-biology-papers/trackplot-a-python-tool-for-combinatorial-analysis-of-genomic-data-0604b6d98c47
Medium
Trackplot: A Python tool for combinatorial analysis of genomic data
Citation: Zhang Y, Zhou R, Liu L, Chen L, Wang Y (2023) Trackplot: A flexible toolkit for combinatorial analysis of genomic data. PLoS…
A tougher Heap problem in an online coding assessment
https://medium.com/coding-interview-preparation/a-tougher-heap-problem-in-an-online-coding-assessment-d742926cbd77
https://medium.com/coding-interview-preparation/a-tougher-heap-problem-in-an-online-coding-assessment-d742926cbd77
Medium
A tougher Heap problem in an online coding assessment
My code got TLE — time limit exceeded
How Coefficients Get Calculated For Single and Multiple Regressions
https://iraseidman2.medium.com/how-coefficients-get-calculated-for-single-and-multiple-regressions-35976d4f5f09
https://iraseidman2.medium.com/how-coefficients-get-calculated-for-single-and-multiple-regressions-35976d4f5f09
Medium
How Coefficients Get Calculated For Single and Multiple Regressions
By Ira Seidman — freelance healthcare data analyst and high school math teacher
Polar Power: Unleashing Speed and Efficiency in DataFrame Manipulation
https://medium.com/@sihohan/polar-power-unleashing-speed-and-efficiency-in-dataframe-manipulation-50582927d90b
https://medium.com/@sihohan/polar-power-unleashing-speed-and-efficiency-in-dataframe-manipulation-50582927d90b
Medium
Polar Power: Unleashing Speed and Efficiency in DataFrame Manipulation
Introduction
Real-time quality assessment and control in additive manufacturing using deep learning
https://medium.com/@saadnoorafridi/real-time-quality-assessment-and-control-in-additive-manufacturing-using-deep-learning-bf266802efc0
https://medium.com/@saadnoorafridi/real-time-quality-assessment-and-control-in-additive-manufacturing-using-deep-learning-bf266802efc0
Medium
Real-time quality assessment and control in additive manufacturing using deep learning
Additive manufacturing (AM), also known as 3D printing, is a process of creating physical objects from digital models. AM has become increasingly popular in recent years due to its versatility and…
Mastering AWS Lambda with Boto3 and Python: Setting Up Your Python Environment for AWS Lambda and…
https://staskoltsov.medium.com/mastering-aws-lambda-with-boto3-and-python-setting-up-your-python-environment-for-aws-lambda-and-3aaeb364d572
https://staskoltsov.medium.com/mastering-aws-lambda-with-boto3-and-python-setting-up-your-python-environment-for-aws-lambda-and-3aaeb364d572
Medium
Mastering AWS Lambda with Boto3 and Python: Setting Up Your Python Environment for AWS Lambda and…
Python Environment Setup
Python Operators: A Comprehensive Guide
https://medium.com/@wordpediax/python-operators-a-comprehensive-guide-de6aa9864148
https://medium.com/@wordpediax/python-operators-a-comprehensive-guide-de6aa9864148
Medium
Python Operators: A Comprehensive Guide
Introduction
Mastering Python Dictionaries: A Comprehensive Guide with Real-World Examples
https://medium.com/@riteshh101/mastering-python-dictionaries-a-comprehensive-guide-with-real-world-examples-49a4bb89e36f
https://medium.com/@riteshh101/mastering-python-dictionaries-a-comprehensive-guide-with-real-world-examples-49a4bb89e36f
Medium
Mastering Python Dictionaries: A Comprehensive Guide with Real-World Examples
Dictionaries are a versatile and fundamental data structure in Python, known for their key-value pairs. In this article, we will explore…
Part 2: Exploring Serializers and Views in Django REST Framework
https://medium.com/@elijahobara/part-2-exploring-serializers-and-views-in-django-rest-framework-3db9ae40b55d
https://medium.com/@elijahobara/part-2-exploring-serializers-and-views-in-django-rest-framework-3db9ae40b55d
Medium
Part 2: Exploring Serializers and Views in Django REST Framework
Check out my previous blog about Part 1: Django REST Framework: An Introduction and Initial Steps