Тёмный

How I use Python as DevOps Engineer | Python for Devops 

Cloud Champ
Подписаться 123 тыс.
Просмотров 58 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 237   
@cloudchamp
@cloudchamp Год назад
LINUX for DevOps: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-lCq4mYQL0WY.html ❤
@hashstarplayskannada
@hashstarplayskannada Год назад
Came to your channel from today's Python Masterclass of Shubham sir.
@cloudchamp
@cloudchamp Год назад
Welcome ❤️ Next video is a project completely on python 🐍
@hashstarplayskannada
@hashstarplayskannada Год назад
@@cloudchamp Woah! Super excited!
@leesachaubey8949
@leesachaubey8949 Год назад
Crucial information for people like me who are working to build a career in DevOps. A request, if you can upload some Level 1 projects of devOps which we can build/practice on our own and can be added to my portfolio/CV
@cloudchamp
@cloudchamp Год назад
Hey Leeds I added few projects at the end of the video try doing that and let me know if you need help 👍🏻 You can do it ☺️
@leesachaubey8949
@leesachaubey8949 Год назад
​@@cloudchamp Thanks
@aryaveerbishnoi4017
@aryaveerbishnoi4017 Год назад
For creation of ec2 you can use the config from a config file rather than hardcoding those values in the code so that the code looks cleaner
@cloudchamp
@cloudchamp Год назад
Yes that’s correct, I could have done that but this was just to help you know how Python can be used to create resources in the cloud 👍🏻
@redgamershezz4546
@redgamershezz4546 Год назад
11.5k subscribers 🎉🎉 congrats cloud champ 🤩
@cloudchamp
@cloudchamp Год назад
Shukriya Arbin ☺️
@blazedquote5829
@blazedquote5829 Год назад
You explain things in very simple manner! ❤️
@cloudchamp
@cloudchamp Год назад
I try 🙂
@santhoshkb0
@santhoshkb0 3 месяца назад
Some alternatives: To create an ec2 instance we could use Terraform or cloudFormation instead of boto3 To collect metrics such as cpu, memory we could use prometheus To rotate passwords, we usually use aws secret manager to store passwords which provides inbuilt secret rotation feature To create deployments and pods, we can write k8s manifests files in YAML which is easy, instead of python Any thoughts?
@MohsinKhan-wn9do
@MohsinKhan-wn9do Год назад
great work bro..... kindly create an entire video on third project...
@cloudchamp
@cloudchamp Год назад
Yes Mohsin Bhai 👍🏻
@hemanthvenugopal6650
@hemanthvenugopal6650 Год назад
Great video... Need more videos on python projects for Devops!
@cloudchamp
@cloudchamp Год назад
More to come!
@kunalmasle5421
@kunalmasle5421 8 месяцев назад
hey brother please make the series on full python for devops❤❤it will help us a lot and you are doing a great job ❤keep doing it always 🙂
@nileshghode7071
@nileshghode7071 Год назад
amazing ,,,,, please create a dedicated video on this
@rachz27
@rachz27 Год назад
Amazing explanation of real time projects using Python. Thank you 😊
@cloudchamp
@cloudchamp Год назад
You are welcome Rachit ☺️
@souravsharma4401
@souravsharma4401 Год назад
Brother its a humble request please make a series python for DevOps from zero to hero. You explain concepts amazingly.
@cloudchamp
@cloudchamp Год назад
sure bro
@kalabanki4865
@kalabanki4865 Год назад
You are so cool when you explain the video💜
@cloudchamp
@cloudchamp Год назад
Hey Thank You 💜🫰🏻
@jefferyasamani4685
@jefferyasamani4685 6 месяцев назад
wow... I really enjoyed and learnt a lot from this video. Please create python automation projects that makes devops simpler.
@cloudchamp
@cloudchamp 6 месяцев назад
Noted
@nokzeo2777
@nokzeo2777 9 месяцев назад
this is a great content python for devops bro, please make a complete video on covering whole project ecr, eks and flask app deployment to eks cluster.
@ganeshsamudrala7822
@ganeshsamudrala7822 Год назад
Can you please do more videos on this topics( like python coding for devops
@cloudchamp
@cloudchamp Год назад
Next video is what you are talking about? 👀 We have project on Python 🐍 coming soon.
@raashidhussain5559
@raashidhussain5559 3 месяца назад
You have only started the instance from the stopped state. How can we launch the EC2 instance.
@rahulpimpalkar3557
@rahulpimpalkar3557 Год назад
Please create a detailed tutorial using different projects ❤❤❤
@cloudchamp
@cloudchamp Год назад
I did check the latest video
@kamalCode
@kamalCode Год назад
Your developers journey, tranning institute name, works and experience video upload
@ruchishakya300
@ruchishakya300 Год назад
Thanks cloudchamp.. please come up with more end to end projects using python for automation
@cloudchamp
@cloudchamp Год назад
You are welcome 🙏 I did create a project did you checked?
@ruchishakya300
@ruchishakya300 Год назад
@@cloudchamp yes yes i am onto that thank you😊
@rohankupate5917
@rohankupate5917 Год назад
hey please make complete video about creating full app with flask and deploy this with devops tools . this video will be very very helpful as only java content avaliable in the market. humble request
@cash80flow
@cash80flow Год назад
Please create video tutorials on Python for devops. Your explanations are great.
@cloudchamp
@cloudchamp Год назад
Thanks man! Will create more
@manojkumar-jt3fw
@manojkumar-jt3fw Год назад
I learnt basic Python from 'Eric Matthes' which has these topics : Variables, Lists, Directories, Conditional statements , Loops, Functions & classes. But python scripting for DevOps requires additional topics. Can u tell us those ? If possible , can u suggest me a source to learn python scripting for DevOps ?
@cloudchamp
@cloudchamp Год назад
Scripting is done using all the topics you learned already. More Detailed: 👇 some topics you should learn to do scripting in Python: > Python syntax and data types: Learn the basic syntax of Python and the different data types, such as numbers, strings, lists, and dictionaries. > Control structures: Learn how to use control structures such as if-else statements, loops, and functions to control the flow of your program. Input and output: Learn how to read input from the user or a file and how to write output to the screen or a file. > Libraries: Learn how to use Python libraries such as NumPy, Boto3, Flask, Pandas, and Matplotlib to perform advanced data analysis and visualization. > File handling: Learn how to open, read, and write files using Python. > Regular expressions or regenerate: Learn how to use regular expressions to search for and manipulate text. > Error handling: Learn how to handle errors and exceptions in your Python code. There are many online resources and tutorials available to learn Python scripting. You can start with the official Python documentation or online courses like Codecademy, Coursera, and Udemy. All the best Manoj 👍🏻
@manojkumar-jt3fw
@manojkumar-jt3fw Год назад
@@cloudchamp can u suggest udemy courses for Python scripting where all the remaining topics r covered ??
@awesomesuprise9141
@awesomesuprise9141 Год назад
@@manojkumar-jt3fw I'm working as DevOps already and I have to say that if you are not able to search for information like this one and have to ask others for it you will fail in this area ;(
@manojkumar-jt3fw
@manojkumar-jt3fw Год назад
@@awesomesuprise9141 U use Python for automate tasks ?
@awesomesuprise9141
@awesomesuprise9141 Год назад
@@manojkumar-jt3fw not so often, mostly I’m using Go/bash/powershell.
@jackweaver5840
@jackweaver5840 8 месяцев назад
Everyone throws python out there all the time, yet i have not seen an example of python automation devops tasks except for boto3 lambda and test automation, can you please provide a link to a source to view how to automate devops tasks with code examples?
@sangativamsikrishna1691
@sangativamsikrishna1691 Год назад
Thanks Nasi, for this one and please do more videos on python topics and also please create the project video for this continuous video on python. Thank you
@cloudchamp
@cloudchamp Год назад
You are welcome Sangati 😀 Sure python project coming up 🤝
@gamingchamp2834
@gamingchamp2834 Год назад
Thank you for the Projects, I will practice them today 😀
@cloudchamp
@cloudchamp Год назад
You are welcome!
@galibkiyaadein4627
@galibkiyaadein4627 Год назад
But how to came to direct program...i mean from where beginners should learn? ...
@sriramR-xb3hq
@sriramR-xb3hq 4 месяца назад
Does the script really validate the existing pass or it takes any string as existing pass and proceeds ?
@maxfrischdev
@maxfrischdev Год назад
Nice practical examples, thanks bro! 🤘🏻
@cloudchamp
@cloudchamp Год назад
Happy to help max 😁
@nithinprabhakar6583
@nithinprabhakar6583 5 месяцев назад
where is the associated git repo
@WorkUplift
@WorkUplift Год назад
Please make a full video for last project you've shown, thanks
@cloudchamp
@cloudchamp Год назад
Sure will record and upload soon. 👍🏻
@gauravsinghjethuri5405
@gauravsinghjethuri5405 Год назад
Can you create python playlist on these useful use cases because this will help a lot of folks like me.
@cloudchamp
@cloudchamp Год назад
Sure I’ll do it!
@gauravsinghjethuri5405
@gauravsinghjethuri5405 Год назад
@@cloudchamp can you soon do it ?
@V_G_I
@V_G_I Год назад
Nice Amazing... I want to how to create pipeline script in Python...
@cloudchamp
@cloudchamp Год назад
Yes very common and powerful use case of python in devops
@As-eh7bi
@As-eh7bi Год назад
@cloud champ , amazing content, helpfull, can you please make a seperate playlist of python for Devops
@cloudchamp
@cloudchamp Год назад
Sure ☺️
@blazedquote5829
@blazedquote5829 Год назад
This is so informative man!
@cloudchamp
@cloudchamp Год назад
Glad you think so!
@VaniC-d4c
@VaniC-d4c 8 месяцев назад
Amazing video. Thanks alot
@cloudchamp
@cloudchamp 8 месяцев назад
Your are welcome 🤗
@pujasharma6805
@pujasharma6805 11 месяцев назад
subscribed🎉🎉..helpful videos
@cloudchamp
@cloudchamp 11 месяцев назад
Thanks for the sub!
@vinaykumar-ok9pu
@vinaykumar-ok9pu Год назад
What do u suggest for learning based on demand ...Django/flask/fastapis for web automation
@jeetsuchak6377
@jeetsuchak6377 Год назад
.I'm interested in Azure...should I go for the fundamentals exam!??
@cloudchamp
@cloudchamp Год назад
Yes 💯 Good decision
@akshaypanigrahi166
@akshaypanigrahi166 Год назад
can we set the cron-jobs using python files for scheduling task ??
@cloudchamp
@cloudchamp Год назад
Yes obviously. You can create cron jobs and schedule them through 🐍
@harshavardhanbhupathi484
@harshavardhanbhupathi484 Год назад
why dont you share these codes? a github link atleast??
@hamzashaukat5799
@hamzashaukat5799 Год назад
you are sharing Good info as people confusion⭐...
@cloudchamp
@cloudchamp Год назад
Glad it was helpful! Hamza Bhai 🤝
@hamzashaukat5799
@hamzashaukat5799 Год назад
@@cloudchamp you are my mentor you are honestly sharing Golden info I hope your channel in Millions of viewes I m Currently Student of DevOps.....keep Connected
@sadiqalikhan6218
@sadiqalikhan6218 Год назад
It would be great if you would have provide code repo link. But your videos are awesome.
@urdarkside1
@urdarkside1 Год назад
Hi cloud champ, I have 2 questions; 1. what distro of linux are you using? 2. can you recommend a resource to setup a python environment for a fresh install of vscode please
@cloudchamp
@cloudchamp Год назад
I use Ubuntu And you can refer a blog but it’s not that hard just install python in your machine and extension in vocode to get started
@manunm1405
@manunm1405 Год назад
Hey bro can do that video on the monitoring
@cloudchamp
@cloudchamp Год назад
Sure bro 👍🏻🤝
@PHOENIX-he9fl
@PHOENIX-he9fl Год назад
and i have one doubt using of creating the ec2 instance we can create using terraform why we need to suggest the boto3 its there any specific reason while deploy??/
@cloudchamp
@cloudchamp Год назад
No specific reason you can the do the same thing in many ways cli, python, cdk, management console, cloudformation, terraform. It just depends on the project you are working on.
@RANJITHKUMAR-hm4be
@RANJITHKUMAR-hm4be Год назад
I want to learn python from beginning could you pls guide me
@blueoceansf
@blueoceansf Год назад
what's the git repo for this code
@karachigayathri
@karachigayathri Год назад
Can u do more real time project scenarios in python..😢please
@cloudchamp
@cloudchamp Год назад
I did created a Devops project video using python, kubernetes and aws do check out
@karachigayathri
@karachigayathri Год назад
@@cloudchamp sir i got job as fresher in python.what would be better with python?after this. Like python with sql,python with devops?there are so many what to learn sir!
@TahirAli_21
@TahirAli_21 Год назад
Sir, how can I contact you personally ? I am Nashik city right now for few days.
@subhajitmishra1148
@subhajitmishra1148 Год назад
Very informative video. But i do have some queries since I am new to all this. I completed python fundamentals and Some devops tools like docker, k8s and ansible. But may I ask how am i going to automate all this using python? Like which api framework should i learn for all of this python scripting? Please help. I would really appreciate it.
@cloudchamp
@cloudchamp Год назад
For libraries you can learn flask, django, boto3 etc
@adityakushwaha9498
@adityakushwaha9498 Год назад
Create project videos ASAP plzz
@cloudchamp
@cloudchamp Год назад
Yes brother very soon
@Bitofmeforyou
@Bitofmeforyou Год назад
Which camera and mic you use?
@cloudchamp
@cloudchamp Год назад
iPhone 12
@Bitofmeforyou
@Bitofmeforyou Год назад
@@cloudchamp damn! Didn't feel it was any less then camera, good work :))
@srinivasm7102
@srinivasm7102 Год назад
I will learn python who am i approach? pls guide to me..
@cloudchamp
@cloudchamp Год назад
Learn Basics, data types , loops and then functions
@Tahirmaqsood.
@Tahirmaqsood. Год назад
Bhi I do cloud computing course from navtac
@dean007007
@dean007007 Год назад
Please create a detailed free/paid youtube playlist of all python coding required as an aws devops
@cloudchamp
@cloudchamp Год назад
Sure
@bharatahire2966
@bharatahire2966 Год назад
Thank you Nasi for this video and projects for Python. Could you please advise resources / any Udemy course to learn Python & Go lang...It will be a great help for all learners....thank you in advance.
@cloudchamp
@cloudchamp Год назад
Udemy course by Angela Yu is best to learn Python from scratch
@sureshaningi9326
@sureshaningi9326 Год назад
Can we use python for infrastructure as a code instead of Terraform?
@cloudchamp
@cloudchamp Год назад
Yes, as shown in the video. Python boto3 is used for creating infrastructure on aws. 👍🏻
@ThraxMir4
@ThraxMir4 Год назад
man! thank you.
@cloudchamp
@cloudchamp Год назад
You're welcome!
@mohanprasathv839
@mohanprasathv839 Год назад
Interesting man. Thanks you.. could you please suggest me to learn devops from scratch?
@cloudchamp
@cloudchamp Год назад
Yes. I would suggest checking out the previous video where i discussed how I would learn devops with complete roadmap. Let me know if you have any questions. Happy to help 🤝
@mohanprasathv839
@mohanprasathv839 Год назад
@@cloudchamp I'll look on it buddy. Thanks for replying
@vikramh8373
@vikramh8373 Год назад
Thanks for sharing
@cloudchamp
@cloudchamp Год назад
You are welcome 🤗
@ponnuponnu731
@ponnuponnu731 Год назад
do we need knowledge of database (mysql) to survive in devops ? i would like to know as a beginner with medium skills , how long do most people take to get familiar with python , since i am new to python. hope you will answer my new question , is there any good tutorial available for python paid also no issues?
@cloudchamp
@cloudchamp Год назад
Yes you need mysql. Python can take 6 months to 1 year You can use udemy courses they are pretty good 👍🏻
@ponnuponnu731
@ponnuponnu731 Год назад
@@cloudchamp MySQL python integration program needed i gues i mean database connectivity to understand entire backend
@ponnuponnu731
@ponnuponnu731 Год назад
When to learn api such as rest, postman ? Can u suggest the order? I mean python after that SQL then api?
@mallikarjunkonemane6908
@mallikarjunkonemane6908 Год назад
Bro can you share the Github repo of the code!! Nasi bhaiya Please do the Project on this!!🙏🏼
@cloudchamp
@cloudchamp Год назад
Bro this video has no repo
@mallikarjunkonemane6908
@mallikarjunkonemane6908 Год назад
@@cloudchamp Bhaiyaa Please make a Project on this!! Really helpfull vedio!!
@biswajitmohapatra2172
@biswajitmohapatra2172 Год назад
Plz start a python series...
@cloudchamp
@cloudchamp Год назад
Sure Biswajit 👍🏻☺️
@airwalker6000
@airwalker6000 Год назад
Brother can i Become Devops after BCA? Please tell me
@cloudchamp
@cloudchamp Год назад
Obviously degree does not matter you can become devops engineer even without any degree but you need to have skills 😊
@shubhammukepatil
@shubhammukepatil Год назад
Bando yar video aur uska git repo bhi add kr dena 😅
@cloudchamp
@cloudchamp Год назад
Tumne bola hai toh banana padega!
@kglife-bk4gq
@kglife-bk4gq Год назад
Brother cloud engineer ban ne ke liye coding ana necessary hai kya
@cloudchamp
@cloudchamp Год назад
Shuruaat m nhi hai par baadme zarurat padegi 👍🏻
@prasadpusadkar8401
@prasadpusadkar8401 Год назад
we need video
@cloudchamp
@cloudchamp Год назад
Recording it very soon 👍🏻
@_man.on.strings__
@_man.on.strings__ Год назад
share this in your github brother plz
@cloudchamp
@cloudchamp Год назад
Sure bro 👍🏻
@natannegara
@natannegara Год назад
Hello, i have a real quick question. Why we prefer to use python for automation instead of Ansible ? Can you elaborate more when u have to use python ?
@cloudchamp
@cloudchamp Год назад
When ansible is not able to provide the functionality. And python can be integrated with any technology so you can code anything that you have in your mind
@RahulYadav-nk6wp
@RahulYadav-nk6wp Год назад
Here's another use case: Ansible + Python Ansible roles which require dynamic inventories to access 100s of nodes in cloud such as aws, these dynamic inventories are created using python and boto3.
@cloudchamp
@cloudchamp Год назад
Yes! ✅ Very nice and real world example. Thanks for sharing this with the community Rahul 👏
@inthecloud1043
@inthecloud1043 Год назад
🙏🙏🙏🙏🙏🙏🙏🙏🙏👍👍
@cloudchamp
@cloudchamp Год назад
Thanks
@srk9511
@srk9511 Год назад
how. can. i contact you plz
@cloudchamp
@cloudchamp Год назад
LinkedIn brother
@Tahirmaqsood.
@Tahirmaqsood. Год назад
Wasi bhi Watsap number send me
@charansaibabblu2890
@charansaibabblu2890 Год назад
Please create a detailed video on this entire project using kubernetes,docker etc., It would help us a lot..Thanks in advance Champ!!
@cloudchamp
@cloudchamp Год назад
Sure I will! 🐍🐳🏴‍☠️⚓️🚀
@DevOps691
@DevOps691 5 месяцев назад
Yes, but no make sense to use Python to create infrastructure when you have Terraform, to follow best security practice you have to configure AWS Secret Manager and don't use python for this on your laptop, for cpu, memory threshold alerting we have AWS CloudWatch, examples just for examples and for noobs not for real work case scenario.
@kelvinsallah7157
@kelvinsallah7157 Год назад
we need more videos like this python is a deep language and we need to know cloud specific code. there's not many cloud specific code out there you can separate yourself from the pack
@cloudchamp
@cloudchamp Год назад
Yes Kelvin! More videos coming up ☺️
@faizanvanekar7882
@faizanvanekar7882 Год назад
Amazing Video ! I don’t see anyone has done this using python. Can u create more such projects using python or may be create a playlist of Python topics enough to know specifically for Devops and that would be great !!
@manojkumar-jt3fw
@manojkumar-jt3fw Год назад
Thanks!
@cloudchamp
@cloudchamp Год назад
You are amazing Manoj. Thank you for the support ☺️
@itstechshow7747
@itstechshow7747 3 месяца назад
could you make a complete playlist using python for beginner to advance ?
@Shanmathi-o8r
@Shanmathi-o8r 6 месяцев назад
Can u create more such projects using python or may be create a playlist of Python topics enough to know specifically for Devops
@dhanujsirohi5517
@dhanujsirohi5517 2 месяца назад
Could you please provide the github repo for the python codebase you explained .
@kingalex1045
@kingalex1045 Год назад
Thanks for this video champ 🙏 Being a beginner I launched my EC2 instance using boto3 python following your video. ❤️ You are doing amazing work waiting for next project ☺️
@cloudchamp
@cloudchamp Год назад
Great to hear! 😊 Keep it up 👍🏻
@rohankupate5917
@rohankupate5917 Год назад
linkden profile please
@RakeshBitling
@RakeshBitling Год назад
Excellent again.. can you please create a playlist/series around python with devops...
@cloudchamp
@cloudchamp Год назад
Sure Rakesh soon 👍🏻
@dasaridundinagasuresh1620
@dasaridundinagasuresh1620 Год назад
When we can expect a series on the concepts explained in the above, more exclusively about Python.
@malli7213
@malli7213 Год назад
Thanks for the real info. Kindly upload complete projects with details to improve more knowledge.💜
@cloudchamp
@cloudchamp Год назад
Sure next video will be a complete project on python 🐍 💯
@BrunO-dy9ro
@BrunO-dy9ro Год назад
@@cloudchamp Thank you so much mate you're a hero
@cloudchamp
@cloudchamp Год назад
@@BrunO-dy9ro You are welcome. Cheers!
@jayanandini5418
@jayanandini5418 Год назад
​@@cloudchamp waiting....
@motorolaonepower5562
@motorolaonepower5562 Год назад
Thank you. Can you also introduce about Devsecops and how one can start a career into Devsecops?
@cloudchamp
@cloudchamp Год назад
Sure I posting very soon 👍🏻
@adarshkamble5740
@adarshkamble5740 Месяц назад
bro Linux scripts used in DevOps.
@pjj7466
@pjj7466 9 месяцев назад
Share the source code please
@Pranavdazzler
@Pranavdazzler Год назад
where i can get this code
@shubhamshahu6164
@shubhamshahu6164 Год назад
What an informative lecture. Brother can you help me in learning python for DevOps? I am working as a DevOps engineer but what to learn it with Python. Can you help and show me road for it? I am ready to pay you. Please also tell me how can I reach you.
@cloudchamp
@cloudchamp Год назад
So glad you liked it. 😊 I do provide training please book a topmate call to discuss 🤝
@shubhamshahu6164
@shubhamshahu6164 Год назад
@@cloudchamp Please let me know about topmate call, where to book?
@Sherazisnazeer
@Sherazisnazeer Год назад
nasi We want a video on the above topic python pratical use in DevOps plzz
@cloudchamp
@cloudchamp 11 месяцев назад
Sure
@pzg2008
@pzg2008 Год назад
eer, How I use python as Devops engineer and various python modules that can be used for DevOps along with Projects and scripts demonstrating the use of Python in Devops. Following are the topics discussed in this session: 0:00 Intro 01:09 Why you should Learn Python to become DevOps Engineer? 01:35 Python Use Case - Scripting and Automation 02:25 Python Use Case - Customization and Enhance DevOps Workflows 03:18 Python Use Case - Cloud Computing
@Tahirmaqsood.
@Tahirmaqsood. Год назад
Aoa
@seetheious9879
@seetheious9879 10 месяцев назад
I'm not a fan of python, I'd rather have a more strict language, python reminds me of javascript. Strict types, namespaces and contexts are just a good idea.
@vijaymestry4236
@vijaymestry4236 Год назад
sir kindly create python videos for devops
@cloudchamp
@cloudchamp Год назад
Sure
@junaidahmeds8726
@junaidahmeds8726 Год назад
We would like to know how to study python for devops
@cloudchamp
@cloudchamp Год назад
Python studying is the same only application is different
@satyabratanath7850
@satyabratanath7850 Год назад
Please make a Playlist on python in devops.
@cloudchamp
@cloudchamp Год назад
Sure
@laughWithO
@laughWithO Год назад
Create Video
@cloudchamp
@cloudchamp Год назад
Regarding?
Далее
CORTE DE CABELO RADICAL
00:59
Просмотров 1,8 млн
Important AWS services for DevOps you need to know!
13:01
Become A Software Engineer For Free (Class 01) - 100Devs
3:23:06
Day-1 | Python Intro | Python For DevOps
23:22
Просмотров 9 тыс.