DEV Community

Cover image for 1st week with Devops learning
Aditya
Aditya

Posted on

1st week with Devops learning

Introduction
Since I already had some knowledge about AWS and python, I was very interested in taking my journey forward in the field of DevOps. So, as a result last Sunday I decided to do so in a structured manner. I used VSCode as a platform for coding.

Golang
Firstly I have decided to learn Golang for that, last week I started doing so and learnt about fmt module ,Simple variables, constants, loops, arrays, if-else statements, switch case, slices, map and a bit about range as well in Golang. I used YouTube as well as Perplexity Ai for learning.

GitHub repository link for golang - https://github.com/Aditya5441/Golang-by-Aditya

Python
At the same to continue python I wrote two codes this week. One for renaming all files in a file in an arranged manner using OS module and file handling as well as I wrote a code for merging 2 PDFs using PyPDF2 library. For assistance for these two codes I used the official python documentation for these modules and libraries. I got the idea for these codes from YouTube.

GitHub repository link for python - https://github.com/Aditya5441/Python-Codes

Top comments (0)