2 Use Cases of Python Pre-commit Hooks to Tidy Up Your Git Repositories
https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up-your-git-repositories-8d86c9c4f06b
https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up-your-git-repositories-8d86c9c4f06b
Medium
2 Use Cases of Python Pre-commit Hooks to Tidy Up Your Git Repositories
Strategies to have a better-organized codebase
How to Find and Replace with Python and Pandas
https://deallen7.medium.com/how-to-find-and-replace-with-python-and-pandas-340deb161b43
https://deallen7.medium.com/how-to-find-and-replace-with-python-and-pandas-340deb161b43
Medium
How to Find and Replace with Python and Pandas
Documentation for finding and replacing strings and multiple strings at once with Python and Pandas in a Jupyter notebook
DIY goal light using a Raspberry Pi
https://medium.com/@braden_hayes/diy-goal-light-using-a-raspberry-pi-7a166475b1f9
https://medium.com/@braden_hayes/diy-goal-light-using-a-raspberry-pi-7a166475b1f9
Medium
DIY goal light using a Raspberry Pi
I love to watch hockey and I always want to know when my favourite team scores. However, I did not want to spend 200$ on the Budweiser red…
How to create Web-friendly Charts with Apache ECharts and Python?
https://towardsdatascience.com/how-to-create-web-friendly-charts-with-apache-echarts-and-python-402fa7f79791
https://towardsdatascience.com/how-to-create-web-friendly-charts-with-apache-echarts-and-python-402fa7f79791
Medium
How to create Web-friendly Charts with Apache ECharts and Python?
A Step-by-Step Tutorial on how to use PYECHARTS to create Apache ECharts with Python and JavaScript
The Ultimate Guide to Getting Started with Data Science
https://medium.com/@borbrenda/the-ultimate-guide-to-getting-started-with-data-science-4953ab000201
https://medium.com/@borbrenda/the-ultimate-guide-to-getting-started-with-data-science-4953ab000201
Medium
The Ultimate Guide to Getting Started with Data Science
“Hello, World!!” When learning to code, this is most likely the first program that every tech newbie writes.
Deploy Your Django Apps in AWS With CDK (v2)
https://betterprogramming.pub/deploy-your-django-apps-in-aws-with-cdk-v2-997731a4aa50
https://betterprogramming.pub/deploy-your-django-apps-in-aws-with-cdk-v2-997731a4aa50
Medium
Deploy Your Django Apps in AWS With CDK (v2)
Managing your infrastructure as code
Should I Learn Python If I Want to Be a Data Scientist?
https://medium.com/@samersallam92/should-i-learn-python-if-i-want-to-be-a-data-scientist-10223ce8ed79
https://medium.com/@samersallam92/should-i-learn-python-if-i-want-to-be-a-data-scientist-10223ce8ed79
Medium
Should I Learn Python If I Want to Be a Data Scientist?
Yes and No :)
4 TOOLS FOR AUTOMATIC EXPLORATORY DATA ANALYSIS (EDA) IN PYTHON.
https://medium.com/machine-learning-mastery/4-tools-for-automatic-exploratory-data-analysis-eda-in-python-4d62e87898c5
https://medium.com/machine-learning-mastery/4-tools-for-automatic-exploratory-data-analysis-eda-in-python-4d62e87898c5
Medium
4 TOOLS FOR AUTOMATIC EXPLORATORY DATA ANALYSIS (EDA) IN PYTHON.
EDA — The heart of any successful machine learning model.
Using the New Lambda Function URLs Instead of API Gateway
https://zaireali649.medium.com/using-the-new-lambda-function-urls-instead-of-api-gateway-13ae26a54281
https://zaireali649.medium.com/using-the-new-lambda-function-urls-instead-of-api-gateway-13ae26a54281
Medium
Using the New Lambda Function URLs Instead of API Gateway
Setting up Lambda Function URLs from the console, CLI, and boto3.
5 Tips to Take Your Python Coding to Advanced Level
https://medium.com/@alains/5-tips-to-take-your-python-coding-to-advanced-level-a9fd2d752d3e
https://medium.com/@alains/5-tips-to-take-your-python-coding-to-advanced-level-a9fd2d752d3e
Medium
5 Tips to Take Your Python Coding to Advanced Level
Are you looking to take your Python coding to the next level? Check out these five tips to get started:
Creating my first Lambda Function with Python in AWS
https://medium.com/@rgmllc/creating-my-first-lambda-function-with-python-in-aws-2f04bb895ac3
https://medium.com/@rgmllc/creating-my-first-lambda-function-with-python-in-aws-2f04bb895ac3
Medium
Creating my first Lambda Function with Python in AWS
What is Lambda? It’s a serverless compute service that lets you run code without managing servers. Allows one to manage code and not worry…
Build and Distribute a Python Package Using venv and PyPI
https://medium.com/@askline1/how-to-build-and-distribute-a-python-package-using-venv-and-pypi-d17dade7f8c2
https://medium.com/@askline1/how-to-build-and-distribute-a-python-package-using-venv-and-pypi-d17dade7f8c2
Medium
Build and Distribute a Python Package Using venv and PyPI
Python is an open source platform and is built on the backs of countless paid and freelance developers. Its flexibility and reusable code…
10 Incredible AI Tools for Education You May Not Know About
https://medium.com/@alains/10-incredible-ai-tools-for-education-you-may-not-know-about-7b352315bb9d
https://medium.com/@alains/10-incredible-ai-tools-for-education-you-may-not-know-about-7b352315bb9d
Medium
10 Incredible AI Tools for Education You May Not Know About
If you’re looking for some incredible AI tools for education, then you’ve come to the right place. We’ll be discussing 10 AI tools that you…
Hacking websites: session hijacking with XSS (and how to protect your Django website)
https://codereviewdoctor.medium.com/hacking-websites-session-hijacking-with-xss-and-how-to-protect-your-django-website-5c1c788b5f48
https://codereviewdoctor.medium.com/hacking-websites-session-hijacking-with-xss-and-how-to-protect-your-django-website-5c1c788b5f48
Medium
Hacking websites: session hijacking with XSS (and how to protect your Django website)
One vulnerability builds on top of another: a bad actor can perform a series of attacks on your website that starts as a simple XSS attack…
The Best Graphing Packages For Python
https://preettheman.medium.com/the-best-graphing-packages-for-python-842f5a148306
https://preettheman.medium.com/the-best-graphing-packages-for-python-842f5a148306
Medium
The Best Graphing Packages For Python
Welcome back! Python is an amazing programming language that is perfect for data science, if you’re new to Python, check out the link below…
Python Libraries for Machine Learning & AI: The Top Ten
https://medium.com/@alains/python-libraries-for-machine-learning-ai-the-top-ten-b0e17bb37874
https://medium.com/@alains/python-libraries-for-machine-learning-ai-the-top-ten-b0e17bb37874
Medium
Python Libraries for Machine Learning & AI: The Top Ten
If you’re interested in machine learning and AI, then you need to check out these top 10 Python libraries.