Step-by-Step Guide: Creating a Classic Pong Game in Python Using the Turtle Module
https://medium.com/@rasmussep/step-by-step-guide-creating-a-classic-pong-game-in-python-using-the-turtle-module-2a820a442ea7
https://medium.com/@rasmussep/step-by-step-guide-creating-a-classic-pong-game-in-python-using-the-turtle-module-2a820a442ea7
Medium
Step-by-Step Guide: Creating a Classic Pong Game in Python Using the Turtle Module
Embark on a coding adventure as we delve into the world of game development with Python. In this tutorial, we’ll use the Turtle module to…
The Full Stack Developer’s Path: Mastering Django from Zero to Hero
https://medium.com/@danielbuilescu/the-full-stack-developers-path-mastering-django-from-zero-to-hero-82eb4652408d
https://medium.com/@danielbuilescu/the-full-stack-developers-path-mastering-django-from-zero-to-hero-82eb4652408d
Medium
The Full Stack Developer’s Path: Mastering Django from Zero to Hero
This article was created for anyone who wants to start learning Django, an exceptional framework for both backend and frontend.
Should I get ChatGPT plus subscription for 20 USD per month?
https://rmalikinuk.medium.com/should-i-get-chatgpt-plus-subscription-for-20-usd-per-month-de0daf1e84f7
https://rmalikinuk.medium.com/should-i-get-chatgpt-plus-subscription-for-20-usd-per-month-de0daf1e84f7
Medium
Should I get ChatGPT plus subscription for 20 USD per month?
You can now use ChatGPT Plus for free! Yes, you heard it right. In this article, we’ll dive into the details of how you can get your hands…
Potential python water quality and an EDA analysis
https://medium.com/@guandika8/potential-python-water-quality-and-an-eda-analysis-f8ead40f83dc
https://medium.com/@guandika8/potential-python-water-quality-and-an-eda-analysis-f8ead40f83dc
Medium
Potential python water quality and an EDA analysis
Exploratory Data Analysis (EDA) is the process of examining and visualizing data sets to understand their key characteristics, patterns…
Learning Python — Part 3: Installing Python in Windows, MacOS, and Linux + Anaconda
https://stefanpircalabu.medium.com/learning-python-part-3-installing-python-in-windows-macos-and-linux-anaconda-9128d74801f7
https://stefanpircalabu.medium.com/learning-python-part-3-installing-python-in-windows-macos-and-linux-anaconda-9128d74801f7
Medium
Learning Python — Part 3: Installing Python in Windows, MacOS, and Linux + Anaconda
In the previous article, we talked about who created Python, when and why. Python's simplicity, versatility, and vast community support…
Terraform vs CDK.Infrastructure as Code for Data Scientists.
https://medium.com/@ta.nyberg/terraform-vs-cdk-infrastructure-as-code-for-data-scientists-3e588d1fdfa3
https://medium.com/@ta.nyberg/terraform-vs-cdk-infrastructure-as-code-for-data-scientists-3e588d1fdfa3
Medium
Terraform vs CDK.Infrastructure as Code for Data Scientists.
In the world of AWS cloud infrastructure automation, two prominent tools have emerged: Terraform and AWS CDK (Cloud Development Kit). Both…
Crash Course: Protein Sequence Analysis of COVID-19 using BioPython [Date: July 10, 2023]
https://medium.com/@debnathk1997/crash-course-protein-sequence-analysis-of-covid-19-using-biopython-date-july-10-2023-9dd8dcd50eff
https://medium.com/@debnathk1997/crash-course-protein-sequence-analysis-of-covid-19-using-biopython-date-july-10-2023-9dd8dcd50eff
Medium
Crash Course: Protein Sequence Analysis of COVID-19 using BioPython package [Date: July 10, 2023]
In this tutorial, we will dive deep into some exciting applications of the popular BioPython package in biological sequence analysis.
Accessibility analyses using H3
https://medium.com/@callumjamesscoby/accessibility-analyses-using-h3-db4bf4818a3
https://medium.com/@callumjamesscoby/accessibility-analyses-using-h3-db4bf4818a3
Medium
Accessibility analyses using H3
‘Dentist deserts’ have recently attracted media attention, with The Guardian reporting that in some areas of England there is one dentist for every 3,000 people (read the article here). I wanted to…
Cleaning Data in Python: Best Practices and Techniques
https://medium.com/@priyankakachroo/cleaning-data-in-python-best-practices-and-techniques-a90f1bba1284
https://medium.com/@priyankakachroo/cleaning-data-in-python-best-practices-and-techniques-a90f1bba1284
Medium
Cleaning Data in Python: Best Practices and Techniques
Cleaning data is an essential step in any data analysis project. It involves ensuring that the data is accurate, consistent, and in the…
AI Lazy DJ: Getting Your Groove On with Gesture-Controlled Spotify!
https://minkovski-d.medium.com/ai-lazy-dj-getting-your-groove-on-with-gesture-controlled-spotify-8b313eb9a4ac
https://minkovski-d.medium.com/ai-lazy-dj-getting-your-groove-on-with-gesture-controlled-spotify-8b313eb9a4ac
Medium
AI Lazy DJ: Getting Your Groove On with Gesture-Controlled Spotify!
Using Python with MediaPipe and Spotipy to control your music playback
Unleashing the Power of AI in Data Science: A Deep Dive into OpenAI’s Code Interpreter
https://medium.com/@adri.perse/unleashing-the-power-of-ai-in-data-science-a-deep-dive-into-openais-code-interpreter-edbac26decda
https://medium.com/@adri.perse/unleashing-the-power-of-ai-in-data-science-a-deep-dive-into-openais-code-interpreter-edbac26decda
Medium
Unleashing the Power of AI in Data Science: A Deep Dive into OpenAI’s Code Interpreter
In the rapidly evolving landscape of artificial intelligence (AI), OpenAI’s Code Interpreter has emerged as a revolutionary tool. As a…
Exploring OPENAI’s function calling capability
https://medium.com/@megha.john225/exploring-openais-function-calling-capability-8b154daa08a3
https://medium.com/@megha.john225/exploring-openais-function-calling-capability-8b154daa08a3
Medium
Exploring OPENAI’s function calling capability
The recently announced function calling feature by OpenAI caught my attention. Any developer familiar with working with LLMs can understand…
SQL in Apache Spark: Yes, Spark Does Speak SQL
https://blog.demir.io/sql-in-apache-spark-yes-spark-does-speak-sql-1278987d40ce
https://blog.demir.io/sql-in-apache-spark-yes-spark-does-speak-sql-1278987d40ce
Medium
SQL in Apache Spark: Yes, Spark Does Speak SQL
We talked about DataFrames and RDDs in Apache Spark in previous articles but can we utilize SQL? The answer is; yes. That’s what Apache…