Confessions of a C++ Snob Who Fell Hard for Python
https://medium.com/@dmc3/confessions-of-a-c-snob-who-fell-hard-for-python-115edf7fc14f
https://medium.com/@dmc3/confessions-of-a-c-snob-who-fell-hard-for-python-115edf7fc14f
Medium
Confessions of a C++ Snob Who Fell Hard for Python
I’ll be the first to admit — I used to be one of those insufferable C++ snobs, convinced scripting languages like Python were toys for…
Blue Teaming with Machine Learning — THM’s Advent of Cyber Day Fifteen Write-Up
https://medium.com/@jhollandcyber/blue-teaming-with-machine-learning-thms-advent-of-cyber-day-fifteen-write-up-f35cef5245cc
https://medium.com/@jhollandcyber/blue-teaming-with-machine-learning-thms-advent-of-cyber-day-fifteen-write-up-f35cef5245cc
Medium
Blue Teaming with Machine Learning — THM’s Advent of Cyber Day Fifteen Write-Up
Today we continue the machine learning with a blue-teamed theme task. The learning objectives for this task are:
Create Resume API using AWS Lambda, Terraform & Github Actions
https://lasanthasilva.medium.com/create-resume-api-using-aws-lambda-terraform-github-actions-dce5bf6f6a8f
https://lasanthasilva.medium.com/create-resume-api-using-aws-lambda-terraform-github-actions-dce5bf6f6a8f
Medium
Create Resume API using AWS Lambda, Terraform & Github Actions
The above shows the Architectural Diagram.
Chatbot using Streamlit using Google Deepmind’s Gemini and Microsoft Phi-2
https://aamir07.medium.com/chatbot-using-streamlit-using-google-deepminds-gemini-and-microsoft-phi-2-faedbe4a6e4e
https://aamir07.medium.com/chatbot-using-streamlit-using-google-deepminds-gemini-and-microsoft-phi-2-faedbe4a6e4e
Medium
Chatbot using Streamlit using Google Deepmind’s Gemini and Microsoft Phi-2
Introduction
A “one fits all” solution to Docker-Python setups (Numpy, Pandas, etc.)
https://medium.com/@franzjandominik/a-one-fits-all-solution-to-docker-python-setups-numpy-pandas-etc-9db8377b78b0
https://medium.com/@franzjandominik/a-one-fits-all-solution-to-docker-python-setups-numpy-pandas-etc-9db8377b78b0
Medium
A “one fits all” solution to Docker-Python setups (Numpy, Pandas, etc.)
The goal of this article is to propose a universally applicable minimal solution for running various types of Python frameworks inside…
FoxWallet: Navigating the Crypto World with Seamless Ease
https://medium.com/@JamesSQ/foxwallet-navigating-the-crypto-world-with-seamless-ease-91b77d0d6b5b
https://medium.com/@JamesSQ/foxwallet-navigating-the-crypto-world-with-seamless-ease-91b77d0d6b5b
Medium
FoxWallet: Navigating the Crypto World with Seamless Ease
In the vast and sometimes intricate landscape of cryptocurrency, FoxWallet emerges as a user-friendly oasis, inviting both newcomers and seasoned enthusiasts to embark on a journey of financial…
“Pythonic Dispatch: Mastering Email Automation with Python”
https://medium.com/@pankajyadav841684/pythonic-dispatch-mastering-email-automation-with-python-5bfd19a983e8
https://medium.com/@pankajyadav841684/pythonic-dispatch-mastering-email-automation-with-python-5bfd19a983e8
Medium
“Pythonic Dispatch: Mastering Email Automation with Python”
I have presented these two types of email sending…….
Mastering Python’s Lists: A Comprehensive Guide for Beginners
https://medium.com/@veeramr0/mastering-pythons-lists-a-comprehensive-guide-for-beginners-69290fb2da72
https://medium.com/@veeramr0/mastering-pythons-lists-a-comprehensive-guide-for-beginners-69290fb2da72
Medium
Mastering Python’s Lists: A Comprehensive Guide for Beginners
Introduction:
Best way to export everything from Notion to Apple Notes?
https://medium.com/@goodfunlover/best-way-to-export-everything-from-notion-to-apple-notes-48460c03a102
https://medium.com/@goodfunlover/best-way-to-export-everything-from-notion-to-apple-notes-48460c03a102
Medium
Best way to export everything from Notion to Apple Notes?
I have been using notions for over a year. I have only been using the basic functions of notions. With recent updates from Apple Notes, I…
Mastering Pandas 2.0: A Deep Dive into its Latest Features with Practical Examples
https://medium.com/@yuxuzi/mastering-pandas-2-0-a-deep-dive-into-its-latest-features-with-practical-examples-7638d990d8d3
https://medium.com/@yuxuzi/mastering-pandas-2-0-a-deep-dive-into-its-latest-features-with-practical-examples-7638d990d8d3
Medium
Mastering Pandas 2.0: A Deep Dive into its Latest Features with Practical Examples
In the ever-evolving world of data analysis, Pandas stands as a titan among libraries, offering unparalleled ease and efficiency in…
Unlocking Topological Sorting in Python: A Quick Guide
https://kannappanchidambaram.medium.com/unlocking-topological-sorting-in-python-a-quick-guide-bf939e30e24d
https://kannappanchidambaram.medium.com/unlocking-topological-sorting-in-python-a-quick-guide-bf939e30e24d
Medium
Unlocking Topological Sorting in Python: A Quick Guide
Topological sorting plays an important role in the context of directed acyclic graphs (DAGs), assisting in the identification and execution…
Test running the “coffee and croissant” trading algorithm, end of year update!
https://medium.com/@corinneroosen/test-running-the-coffee-and-croissant-trading-algorithm-end-of-year-update-fc20191e82a1
https://medium.com/@corinneroosen/test-running-the-coffee-and-croissant-trading-algorithm-end-of-year-update-fc20191e82a1
Medium
Test running the “coffee and croissant” trading algorithm, end of year update!
The second test run has been in progress for the last two weeks. I have updated to code with the learnings from the previous test run.
Essential Python Hacks to Supercharge your Data Science Projects — Part 2
https://medium.com/@qemtek/essential-python-hacks-to-supercharge-your-data-science-projects-part-2-6a7069cb6701
https://medium.com/@qemtek/essential-python-hacks-to-supercharge-your-data-science-projects-part-2-6a7069cb6701
Medium
Essential Python Hacks to Supercharge your Data Science Projects — Part 2
In the last article we looked into the common causes for slow python code and created the following statements about the properties of…