#tutorial #makefile
A very simple explanation of how to work with Makefile on the example of a pie recipe
https://github.com/kyclark/make-tutorial
A very simple explanation of how to work with Makefile on the example of a pie recipe
https://github.com/kyclark/make-tutorial
GitHub
GitHub - kyclark/make-tutorial: Tutorial on using Makefiles
Tutorial on using Makefiles. Contribute to kyclark/make-tutorial development by creating an account on GitHub.
#docker #networks #tutorial #security
Если у вас маленький проект, то управлять сетями через Докеры очень и очень просто. Написал очень простую статейку-туториал на Medium как это делать
https://medium.com/@yeldos/docker-network-example-7aa47ac52285
Если у вас маленький проект, то управлять сетями через Докеры очень и очень просто. Написал очень простую статейку-туториал на Medium как это делать
https://medium.com/@yeldos/docker-network-example-7aa47ac52285
Medium
Docker: Network example
Creating public and private networks with dockers
#python #basics #tutorial #chatgpt
I always wanted to write my programming course — very simple and clear and gradual introduction to each topic and simple explanation answering question “Why”. With the release of ChatGPT-3 and the ability to generate the content, the geek living inside me couldn’t resist catching on. I decided to write a course co-authored with AI and understand what kind of animal this is.
Although, I will expose my experience of establishing relationships and communication with ChatGPT-3 separately, here is my first hands-on impression. Software developers do not need to worry about their jobs (yet) — working with AI demands for lots of human interventions to ensure the quality of the content.
Anyways, find the first lessons for “Intro to Programming” below:
- Intro to Programming: Variables: https://medium.com/@yeldos/basics-of-python-syntax-variables-c9bceb48c7b4
- Intro to Programming: Why we need variables: https://medium.com/@yeldos/basics-of-python-syntax-why-we-need-variables-6b8029d938aa
- Intro to Programming: Naming Variables: https://medium.com/@yeldos/basics-of-python-syntax-naming-variables-afa9ba79f071
Share it with your little brothers and sisters who want to learn more about coding.
I will keep the list updated and will gradually finish the course. It does take lots of time yet...
And remember, I am always open for a feedback! So, drop your questions, corrections, and any other thoughts in the comments below.
I always wanted to write my programming course — very simple and clear and gradual introduction to each topic and simple explanation answering question “Why”. With the release of ChatGPT-3 and the ability to generate the content, the geek living inside me couldn’t resist catching on. I decided to write a course co-authored with AI and understand what kind of animal this is.
Although, I will expose my experience of establishing relationships and communication with ChatGPT-3 separately, here is my first hands-on impression. Software developers do not need to worry about their jobs (yet) — working with AI demands for lots of human interventions to ensure the quality of the content.
Anyways, find the first lessons for “Intro to Programming” below:
- Intro to Programming: Variables: https://medium.com/@yeldos/basics-of-python-syntax-variables-c9bceb48c7b4
- Intro to Programming: Why we need variables: https://medium.com/@yeldos/basics-of-python-syntax-why-we-need-variables-6b8029d938aa
- Intro to Programming: Naming Variables: https://medium.com/@yeldos/basics-of-python-syntax-naming-variables-afa9ba79f071
Share it with your little brothers and sisters who want to learn more about coding.
I will keep the list updated and will gradually finish the course. It does take lots of time yet...
And remember, I am always open for a feedback! So, drop your questions, corrections, and any other thoughts in the comments below.
Medium
Basics of Python Syntax: Variables
In this lesson, you will learn about the basic syntax of Python, with a focus on variables.
🔥7❤1👍1
#python #basics #tutorial #chatgpt
At the end of last year, I began working on creating a tutorial called
"Intro to Programming," with the help of ChatGPT3. I have been gradually
adding more topics to the content, so I just improved the previous ones
based on feedback from the first students and added two new topics:
lists and loops.
- Lists: https://medium.com/@yeldos/intro-to-programming-lists-b5999ad00fc
- Loops: https://medium.com/@yeldos/intro-to-programming-loops-565995032bdd
- Overview of the whole course: https://medium.com/@yeldos/intro-to-programming-9536d8614a02
So check them out and keep sharing your feedback with me 😍 I am happy to make the content more student-friendly 🫡
Also, share with your little brothers and sisters!
At the end of last year, I began working on creating a tutorial called
"Intro to Programming," with the help of ChatGPT3. I have been gradually
adding more topics to the content, so I just improved the previous ones
based on feedback from the first students and added two new topics:
lists and loops.
- Lists: https://medium.com/@yeldos/intro-to-programming-lists-b5999ad00fc
- Loops: https://medium.com/@yeldos/intro-to-programming-loops-565995032bdd
- Overview of the whole course: https://medium.com/@yeldos/intro-to-programming-9536d8614a02
So check them out and keep sharing your feedback with me 😍 I am happy to make the content more student-friendly 🫡
Also, share with your little brothers and sisters!
Medium
Intro to Programming: Lists
Basics of Python Syntax / Intro to Programming
🔥6