An Excellent Hands-on Introduction to Machine Learning
https://paulocr2.medium.com/an-excellent-hands-on-introduction-to-machine-learning-5b6cf9ba4081
https://paulocr2.medium.com/an-excellent-hands-on-introduction-to-machine-learning-5b6cf9ba4081
Medium
An Excellent Hands-on Introduction to Machine Learning
"A Hands-On Introduction to Machine Learning" by Chirag Shah is a very good data science textbook, starting from the basics, that covers…
Automating Palo Alto Network’s Firewall Commit Status
https://medium.com/@rachelvfmurphy/automating-palo-alto-networks-firewall-commit-status-c090e15478ec
https://medium.com/@rachelvfmurphy/automating-palo-alto-networks-firewall-commit-status-c090e15478ec
Medium
Automating Palo Alto Network’s Firewall Commit Status
In this article, I’ll discuss automating the task of checking commit statuses on Palo Alto Network’s Firewalls using Python and the PAN-OS…
What are the different Python libraries commonly used for working with SQL databases, and what are…
https://medium.com/@brechtcorbeel/what-are-the-different-python-libraries-commonly-used-for-working-with-sql-databases-and-what-are-1ff60d620254
https://medium.com/@brechtcorbeel/what-are-the-different-python-libraries-commonly-used-for-working-with-sql-databases-and-what-are-1ff60d620254
Medium
What are the different Python libraries commonly used for working with SQL databases, and what are…
Interfacing Structured Data: Python’s Libraries at the Nexus of Database Operations
How I Integrated Pipenv Pylint into my PyCharm workflow in 2023
https://wbrucek.medium.com/how-i-integrated-pipenv-pylint-into-my-pycharm-workflow-in-2023-c1ad7b274301
https://wbrucek.medium.com/how-i-integrated-pipenv-pylint-into-my-pycharm-workflow-in-2023-c1ad7b274301
Medium
How I Integrated Pipenv Pylint into my PyCharm workflow in 2023
I was using the pylint plugin for PyCharm, which I was quite happy with until it stopped using the right version of pylint, and I didn’t…
Python: Automating Guest Wi-Fi Captive Portals with Selenium (Google Chrome)
https://medium.com/@choihalim/python-automating-guest-wi-fi-captive-portals-with-selenium-google-chrome-9d2788d6e785
https://medium.com/@choihalim/python-automating-guest-wi-fi-captive-portals-with-selenium-google-chrome-9d2788d6e785
Medium
Python: Automating Guest Wi-Fi Captive Portals with Selenium (Google Chrome)
*This article is intended for educational purposes only. Use responsibly!*
Intro to Natural Language Processing using NLTK in Python
https://medium.com/@kylejones_47003/intro-to-natural-language-processing-using-nltk-in-python-ddce6a0ff8ac
https://medium.com/@kylejones_47003/intro-to-natural-language-processing-using-nltk-in-python-ddce6a0ff8ac
Medium
Intro to Natural Language Processing using NLTK in Python
This simple project shows how to use natural language processing to look at the most common terms in a text.
How to code your own stock backtester [PART 3: Backtesting your strategy]
https://medium.com/lucas-moyer/how-to-code-your-own-stock-backtester-part-3-backtesting-your-strategy-7382b18c2831
https://medium.com/lucas-moyer/how-to-code-your-own-stock-backtester-part-3-backtesting-your-strategy-7382b18c2831
Medium
How to code your own stock backtester [PART 3: Backtesting your strategy]
How much money does this strategy make based on historical data?
The Lazy Genius’s Guide to Faux-ductivity: Mastering the Art of Looking Busy with Automation…
https://connectwithutkarshsingh.medium.com/the-lazy-geniuss-guide-to-faux-ductivity-mastering-the-art-of-looking-busy-with-automation-fd75b7c3824b
https://connectwithutkarshsingh.medium.com/the-lazy-geniuss-guide-to-faux-ductivity-mastering-the-art-of-looking-busy-with-automation-fd75b7c3824b
Medium
The Lazy Genius’s Guide to Faux-ductivity: Mastering the Art of Looking Busy with Automation…
Welcome to the zany, ever-spinning world of tech, where the word ‘automation’ isn’t just tech-jargon — it’s your ticket to lazy-town…
How can you retrieve data from an SQL database table using Python, and how do you filter and sort…
https://medium.com/@brechtcorbeel/how-can-you-retrieve-data-from-an-sql-database-table-using-python-and-how-do-you-filter-and-sort-8145740f2f97
https://medium.com/@brechtcorbeel/how-can-you-retrieve-data-from-an-sql-database-table-using-python-and-how-do-you-filter-and-sort-8145740f2f97
Medium
How can you retrieve data from an SQL database table using Python, and how do you filter and sort…
Interfacing Python with SQL: Data Retrieval Mechanisms
How do you insert data into an SQL database table using Python, and what are the various methods…
https://medium.com/@brechtcorbeel/how-do-you-insert-data-into-an-sql-database-table-using-python-and-what-are-the-various-methods-e9a7ea6abcb3
https://medium.com/@brechtcorbeel/how-do-you-insert-data-into-an-sql-database-table-using-python-and-what-are-the-various-methods-e9a7ea6abcb3
Medium
How do you insert data into an SQL database table using Python, and what are the various methods…
Data Integration into SQL Schemas: A Pythonic Approach
5 Minute Python Discord Bot with DiscordBotTemplate
https://medium.com/@boothjulius/5-minute-python-discord-bot-with-discordbottemplate-e58fef5bd846
https://medium.com/@boothjulius/5-minute-python-discord-bot-with-discordbottemplate-e58fef5bd846
Medium
5 Minute Python Discord Bot with DiscordBotTemplate
Start Implementing Application Logic in <5 Minutes
Managing Database Schema changes in Python Applications
https://medium.com/@deepaksingh04/managing-database-schema-changes-in-python-applications-e864928bec53
https://medium.com/@deepaksingh04/managing-database-schema-changes-in-python-applications-e864928bec53
Medium
Managing Database Schema changes in Python Applications
Hello Readers, The article will help you to use database migration tool to manage database changes, maintain revisions, rollbacks etc.
How do you update and delete records in an SQL database table using Python?
https://medium.com/@brechtcorbeel/how-do-you-update-and-delete-records-in-an-sql-database-table-using-python-6b9462ebafc6
https://medium.com/@brechtcorbeel/how-do-you-update-and-delete-records-in-an-sql-database-table-using-python-6b9462ebafc6
Medium
How do you update and delete records in an SQL database table using Python?
Manipulating SQL Databases with Python: An Operational Synopsis