What programming language should i learn? An hacker perspective
https://medium.com/@jalal92/what-programming-language-should-i-learn-an-hacker-perspective-b5fd56837b95
https://medium.com/@jalal92/what-programming-language-should-i-learn-an-hacker-perspective-b5fd56837b95
Medium
What programming language should i learn? An hacker perspective
Hackers know better than your 299$ bootcamp tutor
Unveiling Python’s Simplicity: A Dive into Dictionary Manipulation with a Basic Example
https://medium.com/@ben.kemp.alida/unveiling-pythons-simplicity-a-dive-into-dictionary-manipulation-with-a-basic-example-bda061c1fbab
https://medium.com/@ben.kemp.alida/unveiling-pythons-simplicity-a-dive-into-dictionary-manipulation-with-a-basic-example-bda061c1fbab
Medium
Unveiling Python’s Simplicity: A Dive into Dictionary Manipulation with a Basic Example
Python, renowned for its readability and simplicity, empowers programmers with a wide array of data structures and tools. One such…
Building Intuition on the Concepts behind LLMs like ChatGPT — Part 1
https://medium.com/@stephen.bonifacio/building-intuition-on-the-concepts-behind-llms-like-chatgpt-part-1-4cb6654ab67
https://medium.com/@stephen.bonifacio/building-intuition-on-the-concepts-behind-llms-like-chatgpt-part-1-4cb6654ab67
Medium
Building Intuition on the Concepts behind LLMs like ChatGPT — Part 1
A gentle introduction to Neural Networks, Transformers, Pretraining and Finetuning
Python Project: Creating a Rock, Paper, Scissors Game Using If-Else
https://medium.com/@muhamadafrizal5/python-project-creating-a-rock-paper-scissors-game-using-if-else-eba4a1bec786
https://medium.com/@muhamadafrizal5/python-project-creating-a-rock-paper-scissors-game-using-if-else-eba4a1bec786
Medium
Python Project: Creating a Rock, Paper, Scissors Game Using If-Else
The Rock, Paper, Scissors game is a classic and simple yet enjoyable game to play. In this article, we will create this game using the…
Python access to Azure OpenAI when using RBAC role
https://medium.com/@maciej.skorupka/python-access-to-azure-openai-when-using-rbac-role-563956b7a717
https://medium.com/@maciej.skorupka/python-access-to-azure-openai-when-using-rbac-role-563956b7a717
Medium
Python access to Azure OpenAI when using RBAC role
Granting access to Azure OpenAI
A Streamlit Project for Visualizing Air Quality in India
https://hsheikh7.medium.com/a-streamlit-project-for-visualizing-air-quality-in-india-476387308af0
https://hsheikh7.medium.com/a-streamlit-project-for-visualizing-air-quality-in-india-476387308af0
Medium
A Streamlit Project for Visualizing Air Quality in India
My goal was to help the environment and nature. So, I decided to work on a Python project. I made a tool that shows how clean the air is in…
Unleashing potential : The Dynamic Duo of Python and Excel
https://medium.com/@trijotsingh/unleashing-potential-the-dynamic-duo-of-python-and-excel-809c0f07c283
https://medium.com/@trijotsingh/unleashing-potential-the-dynamic-duo-of-python-and-excel-809c0f07c283
Medium
Unleashing potential : The Dynamic Duo of Python and Excel
Microsoft’s recent announcement about introducing Python into Microsoft Excel has the potential to revolutionize Data Manipulation and…
Understanding ACID Transactions in DB Operations with Python
https://medium.com/@ebojacky/understanding-acid-transactions-in-db-operations-with-python-36e8cbcec169
https://medium.com/@ebojacky/understanding-acid-transactions-in-db-operations-with-python-36e8cbcec169
Medium
Understanding ACID Transactions in DB Operations with Python
ACID transactions are an essential concept in database management systems (DBMS) that ensure the correctness, consistency, and reliability…
__all__ in Python and What It Does
https://zlliu.medium.com/all-in-python-and-what-it-does-fb08a9f0a884
https://zlliu.medium.com/all-in-python-and-what-it-does-fb08a9f0a884
Medium
__all__ in Python and What It Does
# How to restrict imports
Mastering PySpark: From Configuration to Advanced Data Operations for Data Engineers
https://blog.devgenius.io/mastering-pyspark-from-configuration-to-advanced-data-operations-for-data-engineers-cdd7b7c43455
https://blog.devgenius.io/mastering-pyspark-from-configuration-to-advanced-data-operations-for-data-engineers-cdd7b7c43455
Medium
Mastering PySpark: From Configuration to Advanced Data Operations for Data Engineers
Why PySpark?
Python’s And/Or Operators for Beginners
https://medium.com/@ericabrookssf/pythons-and-or-operators-for-beginners-9d52d8b854ab
https://medium.com/@ericabrookssf/pythons-and-or-operators-for-beginners-9d52d8b854ab
Medium
Python’s And/Or Operators for Beginners
Python, known for its simplicity and readability, offers many features that make it a fantastic choice for new and experienced programmers.
End-To-End ML Deployment (Beginners)
https://medium.com/@anandrahul044/end-to-end-ml-deployment-beginners-b0d91fc6a658
https://medium.com/@anandrahul044/end-to-end-ml-deployment-beginners-b0d91fc6a658
Medium
End-To-End ML Deployment (Beginners)
So I have done one of the ML works which was essentially an assignment for one of the foreign companies. As for now, I may not be able to…
Big announcement by Microsoft excel python is now integrated with excel🦾
https://medium.com/@sjpradhan/big-announcement-by-microsoft-excel-python-is-now-integrated-with-excel-44cac4416943
https://medium.com/@sjpradhan/big-announcement-by-microsoft-excel-python-is-now-integrated-with-excel-44cac4416943
Medium
Big announcement by Microsoft excel python is now integrated with excel🦾
If you have beta version of excel you can use this by using this link — https://insider.microsoft365.com/en-us/join/windows
How Popular Are Snowflake’s Python Tools?
https://medium.com/@prestonblckbrn/how-popular-are-snowflakes-python-tools-1de5c3a7c594
https://medium.com/@prestonblckbrn/how-popular-are-snowflakes-python-tools-1de5c3a7c594
Medium
How Popular Are Snowflake’s Python Tools?
With the latest Snowflake summit, we’ve been hearing a lot about new Snowflake tooling and upcoming data science focused products. It…
Mastering Text Analysis: A Guide to Regular Expressions in Python
https://artificialcorner.com/mastering-text-analysis-a-guide-to-regular-expressions-in-python-abe2e371a008
https://artificialcorner.com/mastering-text-analysis-a-guide-to-regular-expressions-in-python-abe2e371a008
Medium
Mastering Text Analysis: A Guide to Regular Expressions in Python
From Zero to Regex Hero: Building a Strong Foundation in Textual Data Analysis
10 things to know before starting to work with Open source LLM — part 1
https://artificialcorner.com/10-things-to-know-before-starting-to-work-with-open-source-llm-part-1-4d9ac8df25bf
https://artificialcorner.com/10-things-to-know-before-starting-to-work-with-open-source-llm-part-1-4d9ac8df25bf
Medium
10 things to know before starting to work with Open source LLM — part 1
Learn the basics to start working with Open Source Large Language Models, and leverage the power of your own private AI
Python’s Walrus Operator: A Quirky Twist to Codecrafting
https://mindfulmodeler.medium.com/pythons-walrus-operator-a-quirky-twist-to-codecrafting-7c32521f8f60
https://mindfulmodeler.medium.com/pythons-walrus-operator-a-quirky-twist-to-codecrafting-7c32521f8f60
Medium
Python’s Walrus Operator: A Quirky Twist to Codecrafting
Introduction
Abstract Factory Essentials in Python: Crafting Software with Patterns
https://iamsaifali.medium.com/abstract-factory-essentials-in-python-crafting-software-with-patterns-ae75a5246098
https://iamsaifali.medium.com/abstract-factory-essentials-in-python-crafting-software-with-patterns-ae75a5246098
Medium
Abstract Factory Essentials in Python: Crafting Software with Patterns
Introduction to Design Patterns
Expansion of the universe in different cosmologies
https://medium.com/@danielyang150/expansion-of-the-universe-in-different-cosmologies-e7c9a02333f1
https://medium.com/@danielyang150/expansion-of-the-universe-in-different-cosmologies-e7c9a02333f1
Medium
Expansion of the universe in different cosmologies
Daniel Yang
Streamlit and MongoDB: Storing Your Data in the Cloud
https://towardsdatascience.com/streamlit-and-mongodb-storing-your-data-in-the-cloud-c28663313ade
https://towardsdatascience.com/streamlit-and-mongodb-storing-your-data-in-the-cloud-c28663313ade
Medium
Streamlit and MongoDB: Storing Your Data in the Cloud
Deploying your Streamlit app to the Cloud means that any data that you create with that app disappears when the app terminates — unless…