Тёмный

Nerd Rant: Python 

Entagma
Подписаться 82 тыс.
Просмотров 4,7 тыс.
50% 1

Support us on Patreon: www.patreon.com/entagma
Get MLOPs: www.bismuth.at/mlops

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

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@Polly592
@Polly592 Год назад
Hey! I loved listening to this podcast on Spotify. Why did you stop uploading them there? I hope it's coming back 😊
@chr1st0pher
@chr1st0pher Год назад
the thing with vex is that its so fun and its quickly rewarding and easy to find things to use it for. python feels so much more abstract, and i feel like the times i need it are pretty rare edge cases in my work. ive tried to learn it before but its so hard and i feel like i really need a goal, and none of the goals that i can think of are things that seem very fun. i wish there was a good way for me to figure out how to learn it in ways that are practical and applicable to common uses I might have as a cg person mostly working in houdini
@eusebijucgla
@eusebijucgla Год назад
I can recommend Touchdesigner to get into python in a playful way. But I guess that is not really falling into the CG world as much. Beyond that, I think making a custom HDA is a good way to go :) But I agree, vex is much more rewarding than python.
@lennartbreede
@lennartbreede Год назад
Shelf tools; that’s what made it stick for me. Think about anything you do more than once and try to automate it via shelf tools. It’s a great way to learn, the API documentation is solid (not as good as VEX but solid) and it’s fun!
@jop4831
@jop4831 Год назад
I see that this math learning issue is not only related to french school. I now have so much regrets that I haven't paid more attention to it... And to english too 😅
@qyoinqyuri
@qyoinqyuri 9 месяцев назад
We miss Nerd Rant :(
@mark-horgan
@mark-horgan Год назад
Vex is quite quirky compared to more mainstream languages. For example built-in functions are overloaded based on the type of variable the return value gets assigned to. I've never seen that in another language. On the other hand it is a simple language.
@jbach
@jbach 8 месяцев назад
Great rant as always. Coming from Unity I would strongly suggest beginning programmers consider C#. Especially as an alternative to C++.
@behrampatel4872
@behrampatel4872 Год назад
I am relieved to hear I am not the only one feeling like this. I didn't know how to express the feeling of helplessness with the language . Every time i'd take a break from python I came back forgetting how to be Pythonic. It's such a needy needy language that requires you to stick with it or it will punish you. I can come back back to C or C++ after years and still have no problem adapting. Similar to UE blueprints vs Unity C#. If you're not in constant touch with UE blueprints you're going to get punished.
@rbettsx
@rbettsx Год назад
11:20 I'm so grateful that I first learned to code in plain, early C. (For imperative programming, at least.) Kernighan and Ritchie is so short, so concise, such clean thinking. Sure you might need your hand holding, but that's the right time, while you're being taught. What it means, is that in all other, higher-level or scripting languages, I can tell myself .. 'Ahh, OK, that's what this language / bit of syntax is doing for me ..that's what's going on, under the bonnet.' It has made learning all other languages easier.
@baldpolnareff7224
@baldpolnareff7224 Год назад
K&R is just beautiful, and I only studied a bit of it, at university. It really helped me nail my C exam, whereas all the material given by professors was hot garbage in comparison. Now that I'm more experienced, I want to study it all. I also liked SICP, I admittedly only did the first 3 chapters, but they taught me a lot.
@josebelmar5951
@josebelmar5951 3 месяца назад
exactly what i was thinking. i'm coming from a C and Octave background and I found numpy to be irritating. ran into this video after a rant break.
@isstuff
@isstuff Год назад
It was explained to me that vex is actually working on processing whole arrays like numpy, that is where vex’s speed comes from. The difference is that most of the time you can get away with thinking of it happening as a one point at a time loop. That is part of the power of vex! Hiding the truth from you so you can think of it the intuitive way. Where this shows you what is really happening is if you ever wanted to… when processing point 5 ask the point 4 what happened to it when it went through this vex code. The way I untangle this is picture your points and most points you process with vex as decks of cards. Sure you can get a lot done thinking that it is taking the first card of the deck on input 1 and subtracting the value of the first card of the deck of input 2 then looping. But it is really feeding through the whole deck of input one and in one operation. If the point count is big enough it will split those up and then get multiple processes on the task too but always doing the work on decent sized chunks of points per processor.
@baldpolnareff7224
@baldpolnareff7224 Год назад
I graduated in Aerospace Engineering and they tortured us with MATLAB. I hated MATLAB, but getting familiar with numpy, scipy, Tensorflow, sklearn and similar libraries was very fast, as a consequence. I think doing some C as my very first approach to programming was extremely helpful, I really see the point when you say that python lures you into thinking you don't need to know a lot of stuff. I would also add that if you are introduced to programming with python only, you might not even be aware of certain concepts you should know, because the syntax and all the libraries abstract a lot of stuff from the user. I recently started using JavaScript, typescript and vue.js, together with python frameworks like Django and I love how you get exposed to very important concepts in software development, which have significant overlap elsewhere
@dannys_85
@dannys_85 Год назад
i love vex, many people says that python is more easy but for me python is more complicated than vex i am curious what other tech artist think?
@isstuff
@isstuff Год назад
I have a young child… when he comes home from maths class confused I am going to bust out houdini to teach him with visual feedback how to use that maths. In school, I didn’t HATE maths but I don’t like it, thanks to using it in houdini I don’t mind it.
@alexpatrax
@alexpatrax Год назад
Hey guys, thanks a lot for all your great content! Can you advise a full course for Houdini for one transitioning from Cinema4d. It would be great if you can share a series based not broken tutorials, in order to get started. Thanks again
@Suudeenim
@Suudeenim Год назад
Great chat guys! On the topic of maths, it unfortunately never really clicked with me at school either. I don't suppose you have any good go-to online resources that you usually point people to?
@baldpolnareff7224
@baldpolnareff7224 Год назад
MIT's RU-vid channel has all the Calculus and Linear Algebra courses for free
@Suudeenim
@Suudeenim Год назад
@@baldpolnareff7224 great, thank you!
@TreyWojo
@TreyWojo Год назад
They have a great Nerd Rant called “Math and Papers”, where they talk about exactly that. Khan is a great resource they mention, adding with a few others.
@AdamEarleArtist
@AdamEarleArtist Год назад
Sign me up for python Blender and Krita
@dl569
@dl569 Год назад
hoping pytorch could be flexible to use in houdini in the future
@monocore
@monocore Год назад
I just want vex to support 2d arrays. Lemme convolve as I want.
@0r1onMovies
@0r1onMovies 8 месяцев назад
Please normalize and eq your audio guys, PLEASE
@PowerLlama
@PowerLlama Год назад
I think Processing is a fun programming language to get the visual kickstart
@PowerLlama
@PowerLlama Год назад
Oh goodness… P5.js is the JavaScript version of processing isn’t it
@reasonsreasonably
@reasonsreasonably 10 месяцев назад
Why this either/or sort of thinking? The conclusion seems to be that python + something like C++ or similar is what we all should do, so what's the problem? Python isn't going away, and it's very useful, so just learn it too. Done. No rant needed.
@TRUEbASNER
@TRUEbASNER Год назад
This may be the wrong place to ask this but since we're on the topic of python, I have a huge dataset in a csv file that I'm reading into houdini, I want to go through the data and find specific cells and assign those values (from the csv) to points with specific attribute values from the geo. Does anybody know a good approach for such a task? I've been trying out a few ideas but I still haven't found a working solution
@baldpolnareff7224
@baldpolnareff7224 Год назад
A good approach would be using the pandas library, which is built on top of numpy
@TRUEbASNER
@TRUEbASNER Год назад
@@baldpolnareff7224 thanks!
@sams_3d_stuff
@sams_3d_stuff Год назад
Comment gang!
Далее
Nerd Rant: Houdini 19 Is Here
26:21
Просмотров 9 тыс.
Nerd Rant: MLOPs - Machine Learning In Houdini
30:52
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57
#uv IS the Future of #Python Packaging 🐍📦
25:16
Being Competent With Coding Is More Fun
11:13
Просмотров 87 тыс.
Nerd Rant: Photogrammetry
29:59
Просмотров 8 тыс.
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 80 тыс.
C++ vs Rust: which is faster?
21:15
Просмотров 396 тыс.
Coding Adventure: Simulating Fluids
47:52
Просмотров 1,8 млн
Nerd Rant: THE BESTEST 3D App
35:05
Просмотров 12 тыс.
The Value of Source Code
17:46
Просмотров 54 тыс.
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57