Understanding Django, A Python-based Web Framework
https://ninza7.medium.com/understanding-django-a-python-based-web-framework-f79630b27330
https://ninza7.medium.com/understanding-django-a-python-based-web-framework-f79630b27330
Medium
Understanding Django, A Python-based Web Framework
Explanation of default Django Files
Building a Structured Financial Newsfeed using Python, SpaCy and Streamlit
https://dswharshit.medium.com/building-a-structured-financial-newsfeed-using-spacy-and-streamlit-d19736fdd70c
https://dswharshit.medium.com/building-a-structured-financial-newsfeed-using-spacy-and-streamlit-d19736fdd70c
Medium
Building a Structured Financial Newsfeed using Python, SpaCy and Streamlit
Getting started with NLP by building a Named Entity Recognition(NER) application
4 Python Features That Cause You to Make a Mistake Without Noticing
https://sonery.medium.com/4-python-features-that-cause-you-to-make-a-mistake-without-noticing-98ef46d873c8
https://sonery.medium.com/4-python-features-that-cause-you-to-make-a-mistake-without-noticing-98ef46d873c8
Medium
4 Python Features That Cause You to Make a Mistake Without Noticing
Don’t let them slow you down
How I wrote a command-line Minesweeper game in 30 minutes which is packaged as a Docker container
https://omerkarabacak.medium.com/how-i-wrote-a-command-line-minesweeper-game-in-30-minutes-which-is-packaged-as-a-docker-container-38d633c137c7
https://omerkarabacak.medium.com/how-i-wrote-a-command-line-minesweeper-game-in-30-minutes-which-is-packaged-as-a-docker-container-38d633c137c7
Medium
How I wrote a command-line Minesweeper game with Python in 30 minutes which is packaged as a Docker container
I know it is not a big deal writing a minesweeper game but it is still a thing, if you write it in 30 minutes, right? :)
Creating code with Artificial Intelligence. Good or Bad ?
https://blog.developer-service.io/creating-code-with-artificial-intelligence-good-or-bad-7ff27b5866d1
https://blog.developer-service.io/creating-code-with-artificial-intelligence-good-or-bad-7ff27b5866d1
Medium
Creating code with Artificial Intelligence. Good or Bad ?
OpenAI’s Codex has opened the world to the general use of AI to write code, but just how good is it at coding?
Awesome NumPy tricks every data scientist should know
https://preettheman.medium.com/awesome-numpy-tricks-every-data-scientist-should-know-13c5467190ba
https://preettheman.medium.com/awesome-numpy-tricks-every-data-scientist-should-know-13c5467190ba
Medium
Awesome NumPy tricks every data scientist should know
Welcome back! NumPy is a must-have package for data science, it’s used in almost any data science related project, so let’s talk about some…
Predicting Titanic Survivors — Machine Learning
https://medium.com/@danish.mithani/predicting-titanic-survivors-machine-learning-b9bff8823fca
https://medium.com/@danish.mithani/predicting-titanic-survivors-machine-learning-b9bff8823fca
Medium
Predicting Titanic Survivors — Machine Learning
hi, Today we Apply the knowledge of Machine Learning to use on a 200 year old data. Titanic Data. Data consisting nearly all the…
Exploratory Data Analysis (EDA) with Python — Part 2
https://medium.com/@arga.aditia/exploratory-data-analysis-eda-with-python-part-2-58b5b203f2c5
https://medium.com/@arga.aditia/exploratory-data-analysis-eda-with-python-part-2-58b5b203f2c5
Medium
Exploratory Data Analysis (EDA) with Python — Part 2
Halo semuanya…
4 Python Features that Cause You to Make a Mistake Without Noticing
https://towardsdatascience.com/4-python-features-that-cause-you-to-make-a-mistake-without-noticing-98ef46d873c8
https://towardsdatascience.com/4-python-features-that-cause-you-to-make-a-mistake-without-noticing-98ef46d873c8
Medium
4 Python Features that Cause You to Make a Mistake Without Noticing
Don’t let them slow you down
Creating a FARM Stack Dev Environment with Docker Compose — Part 3 of 3: React
https://medium.com/codex/creating-a-farm-stack-dev-environment-with-docker-compose-part-3-of-3-react-123bfa8f187a
https://medium.com/codex/creating-a-farm-stack-dev-environment-with-docker-compose-part-3-of-3-react-123bfa8f187a
Medium
Creating a FARM Stack Dev Environment with Docker Compose — Part 3 of 3: React
Add React in the final part of the series for creating a FastAPI, React, and MongoDB (FARM) stack for development using Docker Compose.
A race condition we created by just missing a where condition in an upsert
https://medium.com/@edem.tsalah/a-race-condition-we-created-by-just-missing-a-where-condition-in-an-upsert-5919c4cbfb89
https://medium.com/@edem.tsalah/a-race-condition-we-created-by-just-missing-a-where-condition-in-an-upsert-5919c4cbfb89
Medium
A race condition we created by just missing a where condition in an upsert
A race condition is the condition of an electronics, software, or other system where the system’s substantive behaviour is dependent on…