Pranav
@pranavM2711
Followers
305
Following
178K
Media
395
Statuses
6K
Data ๐ | Python ๐ป๐ | Tech Enthusiast ๐ | Farmer's Son ๐จโ๐พโค๏ธ๐พ | Teaโ เคธเฅเคตเคพเคคเฅเคฎเคจเคฟ เคธเฅเคจเฅเคนเฅเคฏเคค เคเคฆเฅ
India ๐ฎ๐ณ
Joined April 2019
A supreme power I believe in "Hanuman ji" ๐. He will take care of everything........
1
0
1
I am leaving everything and taking nothing with me... nothing good is happening in life.......
1
0
2
Day 12 of my #100DaysOfPython journey! Today, I did a deep dive into Abstract Base Classes in Python โ understanding abstraction and structure in OOP โ and practiced with hands-on code. Also continued practicing Linux commands for DevOps learning. ๐ง #Python #Linux #DevOps
Day 11 of my #100DaysOfPython journey! Today, I explored Inheritance in depth and learned about Method Resolution Order (MRO) in Python โ practicing each concept with code. ๐ Also continued practicing essential Linux commands for DevOps. ๐ #Python #Linux
0
0
0
Day 2 of my #Linux21Days journey for DevOps! Today I explored file and directory management commands โ the real power of the Linux terminal.
0
0
0
That's warp up! If you found this useful then: Like โค and repost Follow @pranavM2711 for more such more content.... #Day3 #LinuxForDevOps #21DaysOfLinux #DevOpsTools
1
0
0
๐ก ๐ง๐ถ๐ฝ: Use ๐ฐ๐ฎ๐ > ๐ป๐ฒ๐๐ณ๐ถ๐น๐ฒ.๐๐
๐ to quickly create a file and start typing content Press ๐๐๐ฟ๐น + ๐ ๐๐ผ ๐๐ฎ๐๐ฒ!
1
0
0
โ๏ธ ๐๐ฑ๐ถ๐๐ถ๐ป๐ด ๐๐ถ๐น๐ฒ๐ (๐๐๐ถ๐ป๐ด ๐ป๐ฎ๐ป๐ผ & ๐๐ถ๐บ): ๐ป๐ฎ๐ป๐ผ ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Open file in Nano editor (simple to use) ๐๐ถ๐บ ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Open file in Vim editor (powerful for DevOps users)
1
0
0
๐ ๐๐ถ๐น๐ฒ ๐ฉ๐ถ๐ฒ๐๐ถ๐ป๐ด ๐๐ผ๐บ๐บ๐ฎ๐ป๐ฑ๐: ๐ฐ๐ฎ๐ ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Display full content of a file ๐ต๐ฒ๐ฎ๐ฑ ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Show first 10 lines ๐๐ฎ๐ถ๐น ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Show last 10 lines ๐น๐ฒ๐๐ ๐ณ๐ถ๐น๐ฒ.๐๐
๐ โ Scroll through file content easily
1
0
0
๐ป ๐๐ฎ๐ 3 of my #Linux21Days journey for DevOps! Todayโs focus โ ๐ฉ๐ถ๐ฒ๐๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐๐ฑ๐ถ๐๐ถ๐ป๐ด ๐๐ถ๐น๐ฒ๐ ๐ถ๐ป ๐๐ถ๐ป๐๐
๐ ๐๐ฒ๐ฟ๐ฒโ๐ ๐๐ต๐ฎ๐ ๐ ๐ฒ๐
๐ฝ๐น๐ผ๐ฟ๐ฒ๐ฑ ๐
1
0
0
Day 11 of my #100DaysOfPython journey! Today, I explored Inheritance in depth and learned about Method Resolution Order (MRO) in Python โ practicing each concept with code. ๐ Also continued practicing essential Linux commands for DevOps. ๐ #Python #Linux
Day 10 of my #100DaysOfPython journey! Today, I did a deep dive into Magic Methods in Python- understanding how they power object behavior and practiced each with code examples. Also explored some core DevOps concepts to strengthen my foundation. #Python #DevOps #100DaysOfCode
0
0
2
Is there anyone working in Cult Fit? Need Referral..... Help me
๐Cult Fit is hiring!!! Role: Data Analyst- Freshers Experience: 0 - 1 year's Expected Salary: 7 - 19.5 LPA Apply Now: https://t.co/luXDhcfWOS
0
0
1
I never attended my convocation โ life had other plans. While others tossed caps, I was chasing goals and facing challenges. No regrets โ the degree was a milestone, but the journey became my true celebration. ๐๐ซ #LifeJourney #Convocation #NeverGiveUp
My convocation story was that I was in my hometown Bikaner and couldnโt find this white saree and had to catch the train in the evening! I and my friend searched almost 20-25 shops for 2-3 hoursโฆ ๐ช๐ข๐ At last, one shopkeeper told me that he has one, not sure, but itโs in his
1
0
1
Day 1 of my #21DaysOfLinux journey! I started learning Linux from yesterday and decided to share my daily learnings here. Excited to explore commands, shell scripting, and system basics step by step. Stay tuned โ learning never stops! ๐ #Linux #DevOps #LearningJourney
0
0
1
Tip: Combine commands like mkdir test && cd test to create and enter a folder in one line! That's warp up! If you found this useful then: Like and repost โค Follow @pranavM2711 for more such more content.... #Day2 #LinuxForDevOps #21DaysOfLinux #DevOpsTools
1
0
0
๐ File Operations: touch file.txt โ Create a new file cat file.txt โ Display file content cp file.txt backup.txt โ Copy file mv file.txt newfile.txt โ Rename or move file rm file.txt โ Delete file
1
0
0
Hereโs what I practiced ๐ ๐ Directory Handling: mkdir project โ Create a new directory rmdir project โ Remove an empty directory cd project โ Move inside a directory cd .. โ Go one level up
1
0
0
Day 2 of my #Linux21Days journey for DevOps! Today I explored file and directory management commands โ the real power of the Linux terminal.
1
0
1
Day 10 of my #100DaysOfPython journey! Today, I did a deep dive into Magic Methods in Python- understanding how they power object behavior and practiced each with code examples. Also explored some core DevOps concepts to strengthen my foundation. #Python #DevOps #100DaysOfCode
Day 9 of my #100DaysOfPython journey! Today, I learned in-depth about the __init__ method, Variables in Python โ Class & Instance Variables โ and different types of Methods, practicing all with code. ๐ Also continued practicing Linux commands for DevOps. ๐ #Python #Linux
0
0
2
That's warp up for today: If you found this useful then: Like and repost โค Follow @pranavM2711 for more such #Day1 #LinuxForDevOps #21DaysOfLinux
0
0
0