Generating 1 Billion Rows of Complex Synthetic Data 🚀
https://lasha-dolenjashvili.medium.com/generating-1-billion-rows-of-complex-synthetic-data-7d88294b9a9c
https://lasha-dolenjashvili.medium.com/generating-1-billion-rows-of-complex-synthetic-data-7d88294b9a9c
Medium
Generating 1 Billion Rows of Complex Synthetic Data 🚀
Friendly guide to generating 1 billion rows of complex synthetic data with `dbldatagen`.
100 days of Data Science: Day 50 — Ethics and Privacy in Data Science
https://medium.com/@rgr5882/100-days-of-data-science-day-50-ethics-and-privacy-in-data-science-2920c5572f9a
https://medium.com/@rgr5882/100-days-of-data-science-day-50-ethics-and-privacy-in-data-science-2920c5572f9a
Medium
Day 50 — Ethics and Privacy in Data Science
In today’s post, we’ll discuss the key ethical principles and privacy concerns that data scientists must consider.
Django REST Framework (DRF) CheatSheet
https://medium.com/@rajputgajanan50/django-rest-framework-drf-cheatsheet-973ef16fd20d
https://medium.com/@rajputgajanan50/django-rest-framework-drf-cheatsheet-973ef16fd20d
Medium
Django REST Framework (DRF) CheatSheet
The Django Rest Framework (DRF) is a powerful toolkit 🎯 that makes it easy to create robust and scalable web APIs with Django. Whether…
Unlocking the Power of Python’s Dunder Methods: __repr__, __str__, and __format__
https://medium.com/@vaishnavisb809/unlocking-the-power-of-pythons-dunder-methods-repr-str-and-format-f0e04ef2fd55
https://medium.com/@vaishnavisb809/unlocking-the-power-of-pythons-dunder-methods-repr-str-and-format-f0e04ef2fd55
Medium
Unlocking the Power of Python’s Dunder Methods: __repr__, __str__, and __format__
In Python, the string representation of objects is crucial for debugging, logging, and providing meaningful output. This is achieved…
Streamline Your Data Processing: How to Build a Custom Lambda Layer for Kafka Connectivity in…
https://medium.com/@amir.mehrabi.j/streamline-your-data-processing-how-to-build-a-custom-lambda-layer-for-kafka-connectivity-in-d6f13b5c5123
https://medium.com/@amir.mehrabi.j/streamline-your-data-processing-how-to-build-a-custom-lambda-layer-for-kafka-connectivity-in-d6f13b5c5123
Medium
Streamline Your Data Processing: How to Build a Custom Lambda Layer for Kafka Connectivity in…
I recently embarked on a project that required a Lambda function to produce messages to a Kafka topic on AWS. While this task might seem…
AI-Powered Full-Stack Development: Myth or Reality?
https://medium.com/@vineshrv/full-stack-application-development-using-ai-0ded9db20f6b
https://medium.com/@vineshrv/full-stack-application-development-using-ai-0ded9db20f6b
Medium
AI-Powered Full-Stack Development: Myth or Reality?
Recently I developed a No-code tool to extract XML and load to database using AI. But can AI also build a full-stack enterprise…
Understanding Virtual Environments: Your Guide to Creating Isolated Python Workspaces
https://medium.com/@Arashhadad/understanding-virtual-environments-your-guide-to-creating-isolated-python-workspaces-12398dc95069
https://medium.com/@Arashhadad/understanding-virtual-environments-your-guide-to-creating-isolated-python-workspaces-12398dc95069
Medium
Understanding Virtual Environments: Your Guide to Creating Isolated Python Workspaces
In the world of Python development, there’s a powerful tool you’ll frequently hear about: the virtual environment.
Create a gamma distribution and test it using using Python in Excel
https://tracyrenee61.medium.com/create-a-gamma-distribution-and-test-it-using-using-python-in-excel-009fa893cbd0
https://tracyrenee61.medium.com/create-a-gamma-distribution-and-test-it-using-using-python-in-excel-009fa893cbd0
Medium
Create a gamma distribution and test it using using Python in Excel
In my last blog post, I discussed how to create a beta distribution using Python in Excel and then carry out hypothesis tests on it, and…
Using poetry, and never going back to virtualenvs
https://amanjaiswalofficial.medium.com/using-poetry-and-never-going-back-to-virtualenvs-6c584c3b2d4b
https://amanjaiswalofficial.medium.com/using-poetry-and-never-going-back-to-virtualenvs-6c584c3b2d4b
Medium
Using poetry, and never going back to virtualenvs
In this edition of 3 act engineering, let’s go back in time back in ’07. Its the year when virtualenv was born.
Managing User Permissions and Groups in Django
https://medium.com/@fahimad/managing-user-permissions-and-groups-in-django-b8ab674314f5
https://medium.com/@fahimad/managing-user-permissions-and-groups-in-django-b8ab674314f5
Medium
Managing User Permissions and Groups in Django
In any web application, managing user access and permissions is crucial to ensure that users can only perform actions they are authorized…
How to set up Anaconda with Python and Spark in AWS EC2 Instance*
https://medium.com/@mashuaipeng1986/how-to-set-up-anaconda-with-python-and-spark-in-aws-ec2-instance-cafcc4e3a701
https://medium.com/@mashuaipeng1986/how-to-set-up-anaconda-with-python-and-spark-in-aws-ec2-instance-cafcc4e3a701
Medium
How to set up Anaconda with Python and Spark in AWS EC2 Instance*
Here’s a straightforward guide to setting up Anaconda, Python, and Apache Spark on an AWS EC2 instance (Ubuntu 64-bit). This assumes you’ve…
Automating Resume Screening with Python and GPT-4: My Recent Learning Journey
https://medium.com/@akashsinghal14_31618/automating-resume-screening-with-python-and-gpt-4-my-recent-learning-journey-49c84ce029fe
https://medium.com/@akashsinghal14_31618/automating-resume-screening-with-python-and-gpt-4-my-recent-learning-journey-49c84ce029fe
Medium
Automating Resume Screening with Python and GPT-4: My Recent Learning Journey
The use of Artificial Intelligence (AI) in recruitment is transforming how companies approach hiring. From resume screening to interview…
Part 5: Rock Paper Scissor game using Python (common question for an interview).
https://medium.com/@afrah02shaikh/rock-paper-scissor-game-using-python-common-question-for-an-interview-f7635f520901
https://medium.com/@afrah02shaikh/rock-paper-scissor-game-using-python-common-question-for-an-interview-f7635f520901
Medium
Part 5: Rock Paper Scissor game using Python (common question for an interview).
In this project, we’ll develop a basic command-line Rock-Paper-Scissors game using Python without relying on any external game libraries…