Makefiles in Python For Professional Automation

  Рет қаралды 46,623

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 46
@thomasgoodwin2648
@thomasgoodwin2648 2 жыл бұрын
You have a habit of taking degree level material and reducing it to grade school easy. ❤
@lebronkiddz
@lebronkiddz Жыл бұрын
Good to see people use the automation tool that has been around for 30 + years in python
@basil200110
@basil200110 2 жыл бұрын
Never thought that make could be used with any project. I was so blind... Thank you for the video!
@Blonar257
@Blonar257 Жыл бұрын
best Python content for learning by far. Great work!
@koushik7604
@koushik7604 2 жыл бұрын
Superb, this video is a gem
@jairajsahgal7101
@jairajsahgal7101 2 жыл бұрын
Amazing, Concise.
@JosephBolton-b4s
@JosephBolton-b4s Жыл бұрын
Awesome vid. Thank you!
@dguiles1
@dguiles1 2 жыл бұрын
Wow. Amazing job. You gave me all the information i needed and nothing i didnt. If you could please do a video on ALL class decorator functions, thatd be great. If you could explain why and how ordered lists of non-specific type will auto-organizer themselves, thatd be the best thing. lol. thanks again man.
@agastronics
@agastronics 2 жыл бұрын
Love your contents ✅💯👾🥶
@adityagautam4689
@adityagautam4689 2 жыл бұрын
bro you are the best! thank you! (help: can you suggest a python library for system audio detection. I wanted the make an automation whenever the program detects system audio) and your cmd background looks fire 🔥 this was actually really helpful for my school project. thank you!
@passionforsciencel5180
@passionforsciencel5180 2 жыл бұрын
Thanks for your efforts, i hope see a video about asyncio in python general functions (not just for WEB) , 🔥🌹😀
@julianmahler2388
@julianmahler2388 2 жыл бұрын
In case anyone is wondering how to delete the folders on Linux (and probably MacOS?): if [ -e "./build" ]; then rm -rf build; fi All spaces and semicolons need to be exactly like that. /Edit: I probably should have watched the whole video first :(
@iuxdev
@iuxdev 7 ай бұрын
Great content
@ranggatohjaya5471
@ranggatohjaya5471 2 жыл бұрын
Nice and thanks for share. I've used tools similar to "make" called "just".
@nospoko5262
@nospoko5262 2 жыл бұрын
Rust alternatives to libraries are amazing.
@farshidzamanirad9691
@farshidzamanirad9691 Жыл бұрын
Awesome! Thanks!
@coreybrenner
@coreybrenner 4 ай бұрын
Make is Life.
@Abomin81onVlog
@Abomin81onVlog 2 жыл бұрын
That was cool.
@numberformat
@numberformat 6 ай бұрын
Any advantage over just using .bat or .sh scripts? Seems that if you use make you are imposing an additional install requirement on your windows users who may have to install make on a corporate locked down pc.
@rajat6249
@rajat6249 2 жыл бұрын
Please tell us about multiple terminal in your windows system. How is it possible to use the ubuntu terminal in windows and cmd too.
@NeuralNine
@NeuralNine 2 жыл бұрын
I have a video about this on my channel. Just look for "Terminal"
@JustinMacri007
@JustinMacri007 2 жыл бұрын
@@NeuralNinesince your a developer how do you know what codes to use while typing and when you make an app how do you upland it?
@victordvickie
@victordvickie 2 жыл бұрын
@@JustinMacri007 Mostly we need to depend on documentation for whatever we build. example, if you want to build a data related things look for numpy, pandas etc..
@RED75xtx
@RED75xtx Жыл бұрын
Excuse me Mr. NeuralNine what kind of terminal do you use? My terminal unfotunately doesn't support WSL out of box.
@prashlovessamosa
@prashlovessamosa 2 жыл бұрын
Please make playlist of python videos cause it is hard for me to find your old videos.
@apkchinthaka3388
@apkchinthaka3388 2 жыл бұрын
Hi you have very nize video. I like python. i am from sri lankan. please tell me how to use utf-8 charactor. becouse i want to use sinhala charactors.
@venky1922
@venky1922 7 ай бұрын
Why you guys dont give github link for the code you write in videeo
@zheka47
@zheka47 2 жыл бұрын
You can also use cmake...
@abdulahamer6238
@abdulahamer6238 2 жыл бұрын
I still don't get what the main use for a Make file
@melihteke
@melihteke Жыл бұрын
Makefile is kind a shortcut for all set of rules(actions) As in the video if you want to build your package then you need to run some set of commands individually. However oif you use Makefile, you can define these actions and run them in singleshot
@stefanagapie1769
@stefanagapie1769 Жыл бұрын
F for not using a virtual environment. A for the rest of it.
@leftblank5315
@leftblank5315 2 жыл бұрын
Great intro to Makefile but you need .PHONY in front of the commands.
@JonitoFischer
@JonitoFischer 11 ай бұрын
Why suffering with make when you have python? Use Invoke instead and automate your builds using python not make.
@vivekr4690
@vivekr4690 2 жыл бұрын
Can you please share makefile code.?! I am getting error
@LoveisHell85
@LoveisHell85 2 жыл бұрын
Cool video. Still you could have explained where and why to use Makefile
@julianmahler2388
@julianmahler2388 2 жыл бұрын
Makefiles allow you to use shortcuts for sets of commands you're using over and over again. Instead of running "if [ -e "./helloworld.egg-info" ]; then rm -rf helloworld.egg-info; fi", you just write that command in a makefile, label it "clean" and then run "make clean". Saves you a lot of typing
@philipm1896
@philipm1896 2 жыл бұрын
Any chance you could put those adds required by KZbin further on down your video. Thank me later when you have a bigger payout.
@PierreCarette
@PierreCarette Жыл бұрын
I use python invoke instead
@jeffzhu932
@jeffzhu932 2 ай бұрын
Too small too watch on the phone.
@philtoa334
@philtoa334 2 жыл бұрын
Thx_.
@kaysonmusicacademy7234
@kaysonmusicacademy7234 2 жыл бұрын
Bro you look like a villain try to smile sometimes your voice doesn't match your Face
@deei5130
@deei5130 2 жыл бұрын
damn bro wtf
@kaysonmusicacademy7234
@kaysonmusicacademy7234 2 жыл бұрын
@@deei5130 it's just cruise...I like the guy honestly
@ObeloMusic
@ObeloMusic 2 жыл бұрын
@@kaysonmusicacademy7234 nah that's just the look of being exceedingly pleased with one's code.
@meras1549
@meras1549 Жыл бұрын
Can you make some CI/CD examples for begginers (makefile, buildspec.yml, appspec.yml, how to automate wheel build ...) ?
@paulthomas1052
@paulthomas1052 2 жыл бұрын
Another great intro. I'm really enjoying your content - any chance you could put out more AI / Cloud tutorials ? Thanks x Also on the Makefile on Mac - found this worked fine: clean: -rm -r build -rm -r dist -rm -rf myprojectname.egg-info
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 247 М.
Encrypted File Transfer via Sockets in Python
19:54
NeuralNine
Рет қаралды 23 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
SwiftUI Image Playground - AI Images with Apple Intelligence
14:56
Requests Library in Python - Beginner Crash Course
20:32
NeuralNine
Рет қаралды 54 М.
Using Makefile in Python with a Virtual Environment
12:05
Earthly
Рет қаралды 10 М.
Makefiles, but in English
55:45
801Labs
Рет қаралды 32 М.
Containerize Python Applications with Docker
20:51
NeuralNine
Рет қаралды 136 М.
Advanced Exception Handling in Python
12:06
NeuralNine
Рет қаралды 70 М.
Working with YAML Files in Python
16:47
NeuralNine
Рет қаралды 50 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН