From Desktop to Web: Deploying Pygame Projects with PygBag
https://medium.com/@msgold/from-desktop-to-web-deploying-pygame-projects-with-pybag-a4344a7e06ee
https://medium.com/@msgold/from-desktop-to-web-deploying-pygame-projects-with-pybag-a4344a7e06ee
Medium
From Desktop to Web: Deploying Pygame Projects with PygBag
Introduction
Hands On Beginners Guide to prompting GPT through the OpenAI API
https://medium.com/@sandibesen/hands-on-beginners-guide-to-prompting-gpt-through-the-openai-api-4908d6bae71f
https://medium.com/@sandibesen/hands-on-beginners-guide-to-prompting-gpt-through-the-openai-api-4908d6bae71f
Medium
Hands-On Beginners Guide to Prompting GPT Through the OpenAI API
Ever wonder what lies behind the ChatGPT GUI? Let’s connect to the OpenAI API, customize a prompt, inference the model, and view the…
The Role of OCR Technology in Inventory Management: Open Source Libraries and Technical Challenges…
https://medium.com/suitable-ryans-thoughts/the-role-of-ocr-technology-in-inventory-management-open-source-libraries-and-technical-challenges-15730f289885
https://medium.com/suitable-ryans-thoughts/the-role-of-ocr-technology-in-inventory-management-open-source-libraries-and-technical-challenges-15730f289885
Medium
The Role of OCR Technology in Inventory Management: Open Source Libraries and Technical Challenges…
Optical Character Recognition (OCR) is a technology that can be used to convert images of text into machine-readable text.
Automate the Mundane: How Python Scripts Transform Tedious Tasks
https://medium.com/@mithun_cm91/automate-the-mundane-how-python-scripts-transform-tedious-tasks-1d37243707c3
https://medium.com/@mithun_cm91/automate-the-mundane-how-python-scripts-transform-tedious-tasks-1d37243707c3
Medium
Automate the Mundane: How Python Scripts Transform Tedious Tasks
In the vast expanse of technological marvels, we often get consumed by the more glittering examples of AI, VR, and cloud computing. But…
Collect NDVI data for every US wildfire in 2022 using Python and Google Earth Engine
https://desertdata.medium.com/collect-ndvi-data-for-every-us-wildfire-in-2022-using-python-and-google-earth-engine-77dfa53ac0c3
https://desertdata.medium.com/collect-ndvi-data-for-every-us-wildfire-in-2022-using-python-and-google-earth-engine-77dfa53ac0c3
Medium
Collect NDVI data for every US wildfire in 2022 using Python and Google Earth Engine
What is NDVI?
Effective Debugging Techniques for Python Programmers and Data Scientists
https://medium.datadriveninvestor.com/effective-debugging-techniques-for-python-programmers-and-data-scientists-822a5572e0b
https://medium.datadriveninvestor.com/effective-debugging-techniques-for-python-programmers-and-data-scientists-822a5572e0b
Medium
Effective Debugging Techniques for Python Programmers and Data Scientists
Upgrade your debugging skills in Python.
Python for Data Analysis and Data Visualization
https://medium.com/@priyq.7979/python-for-data-analysis-and-data-visualization-2eb90ace9ce
https://medium.com/@priyq.7979/python-for-data-analysis-and-data-visualization-2eb90ace9ce
Medium
Python for Data Analysis and Data Visualization
Do you want to build a career in Data Analysis ?
Building a Python Password Manager: A Hands-On Project for Beginners
https://python.plainenglish.io/building-a-python-password-manager-a-hands-on-project-for-beginners-a12ed1023d8e
https://python.plainenglish.io/building-a-python-password-manager-a-hands-on-project-for-beginners-a12ed1023d8e
Medium
Building a Python Password Manager: A Hands-On Project for Beginners
How to learn Python by doing
10 Tips to Build a Winning Resume for Data Scientists
https://medium.com/@gozdebarin/10-tips-to-build-a-winning-resume-for-data-scientists-9f0d71818109
https://medium.com/@gozdebarin/10-tips-to-build-a-winning-resume-for-data-scientists-9f0d71818109
Medium
10 Tips to Build a Winning Resume for Data Scientists
In today’s competitive job market, having a well-crafted resume is essential to stand out as a data scientist. Your resume is the first…
3 Silent Pandas Mistakes You Should Be Aware Of
https://sonery.medium.com/3-silent-pandas-mistakes-you-should-be-aware-of-80d0112de6b5
https://sonery.medium.com/3-silent-pandas-mistakes-you-should-be-aware-of-80d0112de6b5
Medium
3 Silent Pandas Mistakes You Should Be Aware Of
And how they can cause hidden failures
Stop Using dict[key] to Access Values in Python Dictionaries!
https://levelup.gitconnected.com/stop-using-dict-key-to-access-values-in-python-dictionaries-7ab45bb7946c
https://levelup.gitconnected.com/stop-using-dict-key-to-access-values-in-python-dictionaries-7ab45bb7946c
Medium
Stop Using dict[key] to Access Values in Python Dictionaries!
# Reducing the chance of crashing your Python script