How to use the iotop command
1:23
How to use the w diff command
1:10
How to use the sdiff command
1:09
How to use the diff3 command
1:32
How to use the colordiff command
1:22
How to use the CMP command
1:34
3 ай бұрын
How to use the grep command
2:04
4 ай бұрын
The power of Python enums
4:10
4 ай бұрын
How to use Operators
1:58
4 ай бұрын
How to use the watch command
1:39
How to use the pv command
1:32
6 ай бұрын
Пікірлер
@roygatz
@roygatz 15 сағат бұрын
Thanks! Trying to wrap my head around how the hell people did that. Now it's all clear. Really appreciate your clear explanations.
@goncalocastro3412
@goncalocastro3412 2 күн бұрын
thank you, this video has amazing and valuable information
@fontanot
@fontanot 4 күн бұрын
Great video. Thank you for all the insights
@RomanH91
@RomanH91 6 күн бұрын
If the `pyproject.toml` contains: [project], [project.optional-dependencies], [build-system], [tool.setuptools]. Should I rename them for the poetry? Thanks for the answer!
@lujoconnor
@lujoconnor 7 күн бұрын
Would love a follow up to this. Been struggling with the excessive overhead of Python multiprocessing
@Andriale
@Andriale 8 күн бұрын
I'm sorry, I'm fairly amateurish to dev stuff. I'm looking for ways to stream copies of my physical media (music etc) from my computer as the server to my phone, etc. Would this feature be useful to increase the speed of accessing those files/how risky would that be? Thanks!
@prashanthb6521
@prashanthb6521 8 күн бұрын
You didnt tell about the cons. Especially about the concurrency during writes.
@Thepantino
@Thepantino 11 күн бұрын
Thanks a lot, it solves my problem!
@chiasmsandmorealpersohn5258
@chiasmsandmorealpersohn5258 17 күн бұрын
Thanks for that, you have a good presentation style
@HamzagicElvedin
@HamzagicElvedin 19 күн бұрын
This is a tutorial for someone who used to run a restaurant and now he wants to do software development.
@chobblegobbler6671
@chobblegobbler6671 20 күн бұрын
Leonerd post big bang theory retirement😂😂
@timmy111
@timmy111 21 күн бұрын
Hey! Good video! Thanks!
@UTube_userRM
@UTube_userRM 25 күн бұрын
A copy of those scripts would be useful for those who want to try them on their hardware and data files. Thanks.
@arkin0x
@arkin0x Ай бұрын
winget install Microsoft.VisualStudio.2022.BuildTools --force --override "--passive --wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
@sirg1764
@sirg1764 Ай бұрын
winget install Microsoft.VisualStudio.2022.BuildTools --force --override "--passive --wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
@tcoderex
@tcoderex Ай бұрын
u miss a part of testing benchmark the drives
@tcoderex
@tcoderex Ай бұрын
i tried and it refuse to copy node modules then i have some modules.js files i worked on so i got to coded them again manually
@interweb3401
@interweb3401 Ай бұрын
Dude you so look like Leonard in Big Bang Theory
@chobblegobbler6671
@chobblegobbler6671 20 күн бұрын
😂😂
@frankcasanova2132
@frankcasanova2132 Ай бұрын
There are something like that but to turn the python code into an optimal Cython types?
@xob0t806
@xob0t806 Ай бұрын
Thanks, great explanation!
@rAIGMIBU
@rAIGMIBU Ай бұрын
Thank you so much!! I've been trying to find a way to do this for about ~1 hour, and this was the first thing that I found that was helpful to me
@ParthShukla-o3t
@ParthShukla-o3t Ай бұрын
Hi do you guys need an video editor ? We are a team of content creators in software development niche.
@James-l5s7k
@James-l5s7k Ай бұрын
Thanks. This is overlooked by many a good python dev. Having all your ducks in a row helps to invoke your program properly.
@behrampatel4872
@behrampatel4872 Ай бұрын
better than most explanations out there. Thanks
@aswerty911
@aswerty911 Ай бұрын
SO in other words, a team gets assigned a job. Workers break into group to finish their individual tasks that come together when they're all done?
@alex-costantino
@alex-costantino Ай бұрын
I'd like to know what happens when we use python types, for example: number:int=42 Does cython recognize these types?
@sylviedc889
@sylviedc889 Ай бұрын
Many thanks I have taken notes. I hope you will also explain how to setup the github actions to distribute the package to pypi if I understand well ? Moreover from your previous videos on Cython, I was able to generate my project based on Cython. But for the moment I don't know how to put it on pypi. I hope I will learn how to distribute it through pip.
@sylviedc889
@sylviedc889 Ай бұрын
Many thanks, I am expecting your next video on that subject. I am not only interested in pypi packages but also conda packages. What should be specified in the pyproject.toml ? what types of commands are needed.
@pp8193
@pp8193 Ай бұрын
winget install Microsoft.VisualStudio.2022.BuildTools --force --override "--passive --wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
@VandykFernandes
@VandykFernandes Ай бұрын
One thing I notice, it includes .py, .c and .pyd files all in the wheel. Shouldn’t the wheel just contain the.pyd files? Incase you want to obfuscate your code for example.
@VandykFernandes
@VandykFernandes Ай бұрын
I forgot we had the Manifest 😢. That should do the trick to exclude files during packaging. Thanks for this tutorial
@ST-ff1zd
@ST-ff1zd Ай бұрын
The lowly end user, working production on the front line, is driven absolutely nuts, runs screaming into the night. Agile, how I learned to hate the word.
@JonitoFischer
@JonitoFischer 2 ай бұрын
From the output on the console, it seems that you're using sin() from the cmath python module for complex mathematical functions instead of sin() from libc. Be careful when naming your pxd files!
@davidjulitz7446
@davidjulitz7446 2 ай бұрын
Why do you think developing Software is similar to cooking in a restaurant. That's the first mistake and renders the methods presented in the video questionable. Software development is one of the most complex tasks people are doing, it's mostly not just following a receipt, often you have to do novel things. This is about the business idea of agile but not agile.
@IanMarcinkowski-xw7se
@IanMarcinkowski-xw7se 2 ай бұрын
Thanks! I was looking for something a bit more complex, but this was a good quick video. There were a couple of small details in here that helped me conceptualize the progress bars.
@sylviedc889
@sylviedc889 2 ай бұрын
I hope you will adress the fixtures : Iam trying to access to an input file to test the reading of some file. That is not easy because pytest run inside another folder as the tests folder. Many thanks.
@socopepper
@socopepper 2 ай бұрын
Why do US English speakers pronounce the word "agile" in the UK manner? It seems to be limited to "Agile Methodology". The word "agile" in US English is pronounced "ajil".
@KabalegaMugasa
@KabalegaMugasa 2 ай бұрын
It good but I really wanted a hole review coz am still a learner
@sylviedc889
@sylviedc889 2 ай бұрын
From now on I will use it in all my packages. Many thanks
@sylviedc889
@sylviedc889 2 ай бұрын
I could not believe it : your demo works on my MAC M2 at my first try. many thanks !
@jetmirthompsonn8143
@jetmirthompsonn8143 2 ай бұрын
hello, thank you for these tips. i have a question about it however. when i use the dir /s command it shows me all of the directories, sub directories inside of those folders, and also the word/notepad files within all of the directories. when i use the tree command it seems to only be showing me the directories and not the word/notepad files. so i guess my question is, does the tree command only show the directories and not the files? and is there a way to be able to show the files as well because i feel the tree command is much easier to follow than the dir command and would prefer to utilize that instead. ty for your time.
@nafistanbin4493
@nafistanbin4493 2 ай бұрын
Here's the command - winget install Microsoft.VisualStudio.2022.BuildTools --force --override "--passive --wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
@cathysorbello8421
@cathysorbello8421 2 ай бұрын
Who can I go to get help with this?
@cathysorbello8421
@cathysorbello8421 2 ай бұрын
I did!
@cathysorbello8421
@cathysorbello8421 2 ай бұрын
Where do I go to get help,I’m not well and my head is spinning from it all
@cathysorbello8421
@cathysorbello8421 2 ай бұрын
This is the same bull sh-t over and over again how do I get rid of all the BS. Emails sent to me on my Google account?
@freeideas
@freeideas 2 ай бұрын
i have written a super simple rust app that serves static html/js/css files that are bundled with it. it binds to a port in a way that allows only localhost-to-localhost, so it does not get the attention of windows firewall. i can make another exe that binds the same way and serves a rest api that does whatever it wants, and the static html pages can use that api. the HUGE advantage is that my static html/js/css pages work exactly the same way as they do on a real website. so i can just bundle my frontend with my backend with webview into a binary executable, WITH LITTLE OR NO CHANGE to the web app that runs on the internet. with tauri, i pretty much have to write the UI from scratch to use the tauri function calls instead of a rest api. with my dumb solution, i can use the same rest api that my web app uses. Now here is my question: why would i prefer tauri over this? I am not being flippant here; there is probably a good answer.
@NaJoeLibre
@NaJoeLibre 2 ай бұрын
Exactly what I was looking for, thank you!
@mertushka
@mertushka 2 ай бұрын
Teşekkürler Serdar.
@AlexV6
@AlexV6 2 ай бұрын
1:30 - Until this issue exists, it won't get any adoption...
@KevinGarcia-f6n
@KevinGarcia-f6n 2 ай бұрын
Meagan Key