Learning Python by building a Simple Guessing Game
https://medium.com/@kylejones_47003/learning-python-by-building-a-simple-guessing-game-86d4f41fc2b8
https://medium.com/@kylejones_47003/learning-python-by-building-a-simple-guessing-game-86d4f41fc2b8
Medium
Learning Python by building a Simple Guessing Game
This is a simple project to show how you can input data and compare it against the value of a variable.
What are the essential SQL commands for creating a new database and tables in Python?
https://medium.com/@brechtcorbeel/what-are-the-essential-sql-commands-for-creating-a-new-database-and-tables-in-python-44403c3a3f48
https://medium.com/@brechtcorbeel/what-are-the-essential-sql-commands-for-creating-a-new-database-and-tables-in-python-44403c3a3f48
Medium
What are the essential SQL commands for creating a new database and tables in Python?
SQL Syntax Fundamentals in Python Integration
Boost Your Slack Productivity: Python Script for Broadcasting Messages
https://medium.com/@tihomir.manushev/boost-your-slack-productivity-python-script-for-broadcasting-messages-b7d59b481577
https://medium.com/@tihomir.manushev/boost-your-slack-productivity-python-script-for-broadcasting-messages-b7d59b481577
Medium
Introduction:
Introduction:
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