AQIB HAFEEZaqibhafeez473.hashnode.dev·Oct 22, 2023Day-2 | Data Types | Strings | String Handling FunctionsWelcome to Day 2 in this article I learned data types and string built-in functions in Python with examples. Data Types in Python Data types are the foundation of every program. They define the kind of data a variable can hold. There are various data...Discusspythonautomation
Kyle LeonardProblacknerd.dev·Jul 11, 2023Practice??? We're Talking About Practice, Man.Intro to the Switch Up Hey folks, been a little over a couple of weeks since I posted but I had a big move out of the city that I finished up last week and we just got done unpacking and setting up most of our home. Lots of went into refurbishing, an...Discuss·1 likepythonautomation
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023File Transfer 🤔Overview File transfer is one of the most common cases you'll require support at many companies (e.g. coping files, deleting old files, archiving files, backup files) you can transform it into a quick-working file clerk who never makes mistakes. Any ...Discuss·9 likes·66 readsPython automationPython
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023AWS Python automation Fetch_EC2Overview AWS introduced a boto library for Python, Which provides powerful automation capabilities. with boto library, you can do lots of things like ec2, VPC creation, etc; however, there are other powerful tools that provide infrastructure as a ser...Discuss·55 readsPython automationPython
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023AWS Python automation Fetch_VPCOverview AWS introduced a boto library for Python, Which provides a powerful automation tool. with boto library, you can do lots of things like ec2, VPC creation, etc; however, there are other powerful tools that provide infrastructure as a service l...Discuss·51 readsPython automationAWS
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023⚡ Python File Transfer 'Project' ⚡Overview This is a task assigned to me, and I want to share it with you. As referenced in the subject above the project is about File Transfer with Python, We were tasked to write a Python script that copies files to/from multiple paths with file ext...Discuss·43 readsPython automationPython
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023Python Excel automationOverview Traditionally, spreadsheets have been the dominant way of managing many business processes, And users can spend hours doing repetitive and boring tasks, Let's help them out. There're loads of Tools out there that can automate your work (e.g....Discuss·58 readsPython automationPython
Rahul Bhattrahulsbhatt.hashnode.dev·Jan 7, 2022Automate Excel to SQL insert query in PythonSeed data from Excel to SQL insert query with minimal effort Photo by Sunder Muthukumaran on Unsplash If you have always tried to manually seed your data from excel to SQL insert query database then you would love this Python script more than anythin...Discuss·29 readsPython