1) Learnig Python, Installing Python on Windows and Linux
https://medium.com/@rahbarysina/installing-python-on-windows-and-linux-36e5e73b658f
https://medium.com/@rahbarysina/installing-python-on-windows-and-linux-36e5e73b658f
Medium
1) Learnig Python, Installing Python on Windows and Linux
Python is a popular, versatile programming language that can be used for a wide range of applications. Whether you're a beginner or an…
Build a Stunning Portfolio in Minutes with Python and Bootstrap
https://medium.com/@reclusivecoder/build-a-stunning-portfolio-in-minutes-with-python-and-bootstrap-a18a4d3eb681
https://medium.com/@reclusivecoder/build-a-stunning-portfolio-in-minutes-with-python-and-bootstrap-a18a4d3eb681
Medium
Build a Stunning Portfolio in Minutes with Python and Bootstrap
I needed a simple way to extract and add snippets created from the Open Graph tags (og:xyz) of my own articles, published across various…
Creating Standalone Executable Files with PyInstaller
https://medium.com/@sarperismetmakas/creating-standalone-executable-files-with-pyinstaller-e0b2220af995
https://medium.com/@sarperismetmakas/creating-standalone-executable-files-with-pyinstaller-e0b2220af995
Medium
Creating Standalone Executable Files with PyInstaller
Everything to Start
5) Learning Python, Exploring Python’s Print Syntax: A Comprehensive Guide
https://medium.com/@rahbarysina/title-exploring-pythons-print-syntax-a-comprehensive-guide-a6eeafba443e
https://medium.com/@rahbarysina/title-exploring-pythons-print-syntax-a-comprehensive-guide-a6eeafba443e
Medium
5) Learning Python, Exploring Python’s Print Syntax: A Comprehensive Guide
Printing in Python is not just about displaying text; it's a fundamental tool for debugging, logging, and communicating with users. In this…
Merge PDF Files or Pages into One with Python
https://medium.com/@alice.yang_10652/merge-pdf-files-or-pages-into-one-with-python-301b1bbdaf7e
https://medium.com/@alice.yang_10652/merge-pdf-files-or-pages-into-one-with-python-301b1bbdaf7e
Medium
Merge PDF Files or Pages into One with Python
Merging multiple PDF files into a single document helps to keep related information together and improves organization. It allows you to…
Seeing Beyond Pixels: Building an Image Describer with CNN and LSTM
https://spoorthiuday27.medium.com/seeing-beyond-pixels-building-an-image-describer-with-cnn-and-lstm-ab565fe5e33e
https://spoorthiuday27.medium.com/seeing-beyond-pixels-building-an-image-describer-with-cnn-and-lstm-ab565fe5e33e
Medium
Seeing Beyond Pixels: Building an Image Describer with CNN and LSTM
Enabling Vision Through Sound: Building an Image Describer with CNN and LSTM in Python
Unveiling the Power of APIs: A Comprehensive Guide
https://medium.com/@bragadeeshs/unveiling-the-power-of-apis-a-comprehensive-guide-c07f89bf2eb3
https://medium.com/@bragadeeshs/unveiling-the-power-of-apis-a-comprehensive-guide-c07f89bf2eb3
Medium
Unveiling the Power of APIs: A Comprehensive Guide
In today’s digital landscape, APIs (Application Programming Interfaces) are the unsung heroes of technology, connecting the dots between…
Survivorship Bias in Entrepreneurship: The Hidden Pitfall of Social Media
https://medium.com/@damien.pierlot/survivorship-bias-in-entrepreneurship-the-hidden-pitfall-of-social-media-e5d176e9b928
https://medium.com/@damien.pierlot/survivorship-bias-in-entrepreneurship-the-hidden-pitfall-of-social-media-e5d176e9b928
Medium
Survivorship Bias in Entrepreneurship: The Hidden Pitfall of Social Media
Introduction
6) Learning python, PyInstaller: A Powerful Tool for Python Developers
https://medium.com/@rahbarysina/6-learning-python-pyinstaller-a-powerful-tool-for-python-developers-2b8444f82619
https://medium.com/@rahbarysina/6-learning-python-pyinstaller-a-powerful-tool-for-python-developers-2b8444f82619
Medium
6) Learning python, PyInstaller: A Powerful Tool for Python Developers
Python has become a go-to programming language for many developers due to its simplicity and versatility. However, distributing Python…
Chroma and OpenAI weren’t accurate, so i built my own Embeddings Database Mechanism
https://medium.com/@bbarak/chroma-and-openai-werent-accurate-so-i-built-my-own-embeddings-database-mechanism-765f0209632
https://medium.com/@bbarak/chroma-and-openai-werent-accurate-so-i-built-my-own-embeddings-database-mechanism-765f0209632
Medium
Chroma and OpenAI weren’t accurate, so i built my own Embeddings Database Mechanism
I was building my company a chatbot to reply to questions regarding our congresses.
Random Number Generation in Python: A Step-by-Step Tutorial
https://soumenatta.medium.com/random-number-generation-in-python-a-step-by-step-tutorial-d6244bac6b76
https://soumenatta.medium.com/random-number-generation-in-python-a-step-by-step-tutorial-d6244bac6b76
Medium
Random Number Generation in Python: A Step-by-Step Tutorial
Generating random numbers and matrices is a common task in Python, and it can be accomplished using the built-in random module and the…