Tic Tac Toe (Difficult Python Practice Question 6)
https://zlliu.medium.com/tic-tac-toe-difficult-python-practice-question-6-e3db62c5290a
https://zlliu.medium.com/tic-tac-toe-difficult-python-practice-question-6-e3db62c5290a
Medium
Tic Tac Toe (Difficult Python Practice Question 6)
# Coding a minigame in Python
Using Quarto to Create Interactive Data Visualizations using Python, R, and Observable
https://medium.com/@dr.junghoonson/using-quarto-to-create-interactive-data-visualizations-using-python-r-and-observable-57971390a9e9
https://medium.com/@dr.junghoonson/using-quarto-to-create-interactive-data-visualizations-using-python-r-and-observable-57971390a9e9
Medium
Using Quarto to Create Interactive Data Visualizations using Python, R, and Observable
Quarto’s Markdown-based system. Python’s data processing prowess. R’s data presentation libraries. Observable’s dynamic widgets. The…
Weekly Investor Log — 2024 Feb Week 4
https://imudatascience.medium.com/weekly-investor-log-2024-feb-week-4-dfcafc1a68b4
https://imudatascience.medium.com/weekly-investor-log-2024-feb-week-4-dfcafc1a68b4
Medium
Weekly Investor Log — 2024 Feb Week 4
2024 Feb Week1 / Week 3
The Power of Functions in Python: Your Guide to Efficient Code
https://mysteryweevil.medium.com/the-power-of-functions-in-python-your-guide-to-efficient-code-94dab9312f50
https://mysteryweevil.medium.com/the-power-of-functions-in-python-your-guide-to-efficient-code-94dab9312f50
Medium
The Power of Functions in Python: Your Guide to Efficient Code
Demystifying Functions — The Building Blocks of Python Programming for Beginners
Mastering Loops in Python: A Practical Guide for Beginners
https://mysteryweevil.medium.com/mastering-loops-in-python-a-practical-guide-for-beginners-7867779e11c0
https://mysteryweevil.medium.com/mastering-loops-in-python-a-practical-guide-for-beginners-7867779e11c0
Medium
Mastering Loops in Python: A Practical Guide for Beginners
Unraveling the Power of ‘for’ and ‘while’ Loops to Supercharge Your Python Skills
❄️Snowpark Secrets : Taming tangled file dependencies inside snowflake🪢️
https://medium.com/@maseedilyas9848/%EF%B8%8Fsnowpark-secrets-taming-tangled-file-dependencies-inside-snowflake-%EF%B8%8F-ab9bf3ad51f1
https://medium.com/@maseedilyas9848/%EF%B8%8Fsnowpark-secrets-taming-tangled-file-dependencies-inside-snowflake-%EF%B8%8F-ab9bf3ad51f1
Medium
❄️Snowpark Secrets : Taming tangled file dependencies inside snowflake🪢️
Hey, data wizards! Remember when we geeked out over Snowpark in our last chat? Well, guess what — we’re back for round two, and this time…
Python Design Patterns Introduction
https://tonylixu.medium.com/python-design-patterns-introduction-e504200e66a6
https://tonylixu.medium.com/python-design-patterns-introduction-e504200e66a6
Medium
Python Design Patterns Introduction
Python design patterns are reusable solutions to common problems encountered in software design. They help developers create efficient, maintainable, and scalable code by providing proven approaches…
Empowering Kubernetes Operator Development with Kopf: Getting Started with writing Operator…
https://sayed-imran.medium.com/empowering-kubernetes-operator-development-with-kopf-getting-started-with-writing-operator-f66864374852
https://sayed-imran.medium.com/empowering-kubernetes-operator-development-with-kopf-getting-started-with-writing-operator-f66864374852
Medium
Empowering Kubernetes Operator Development with Kopf: Getting Started with writing Operator…
In my previous article, Introduction to Operators (Part-1) I briefed about the various aspects of a Kubernetes Operator. This part of the…
10 Python Code Snippets That Solve Tasks Efficiently
https://medium.com/@LearnPythonProgramming/10-python-code-snippets-that-solve-tasks-efficiently-b1d2ae82449c
https://medium.com/@LearnPythonProgramming/10-python-code-snippets-that-solve-tasks-efficiently-b1d2ae82449c
Medium
10 Python Code Snippets That Solve Tasks Efficiently
Pandas for Data Manipulation
Playwright vs. Selenium: Useful Starter and Which is Better?
https://medium.com/@shlomi.al90/playwright-vs-selenium-useful-starter-and-which-is-better-eb20e5e8d9bd
https://medium.com/@shlomi.al90/playwright-vs-selenium-useful-starter-and-which-is-better-eb20e5e8d9bd
Medium
Playwright vs. Selenium: Useful Starter and Which is Better?
February 23, 2024
Build secure FTP server using python
https://medium.com/@guemandeuhassler96/build-secure-ftp-server-using-python-aaf774657c3f
https://medium.com/@guemandeuhassler96/build-secure-ftp-server-using-python-aaf774657c3f
Medium
Build secure FTP server using python
In today’s world, sharing files or documents is of paramount importance and needs to be done securely. The main protocol used for file…