Automation in Python.
Something you need to be aware of if you’re a Python developer, at least the basics.
Wanted to share this video with you, it might be helpful to practice with 7 different projects automating boring repetitive tasks with Python.
Related Posts
What is Semantic Versioning and why you should use it for your software ?
Introduction Have you ever wonder why software have those strange numbers attached to them like 1.0.0 ? Well,…
Automated Backup System: Dropbox to Google Drive Using n8n
Introduction: Why Automated Cloud Backups Matter Picture this: It’s Friday afternoon, and you’re just about ready to call…
Leetcode 217. Contains Duplicate. DSA – #4
Question Link Python || C++ || TypeScript Brute Force Approach This approach is very simple, so I am…