Тёмный
Digital Program Life
Digital Program Life
Digital Program Life
Подписаться
This channel is about simple programming, data analytics, and data science.
There are also some small tips for working conveniently with the common tools we use for programming here.
Комментарии
@AD-ng4mz
@AD-ng4mz 3 дня назад
Good tutorial. Thanks.
@digitalProgramLife
@digitalProgramLife 3 дня назад
Thank you for the comment. Glad it was helpful!
@AstartesPrime
@AstartesPrime Месяц назад
this was so helpful. i'm a beginner with docker. great content.
@digitalProgramLife
@digitalProgramLife Месяц назад
Thank you for the comment. I’m glad it helped )
@StanHordon
@StanHordon 2 месяца назад
Thank you. Helpful video. I liked "Привіт Світ")
@digitalProgramLife
@digitalProgramLife 2 месяца назад
Thank you ☺️ for the comment. I’m glad the video was helpful)
@StanHordon
@StanHordon 2 месяца назад
@@digitalProgramLife Чекаємо на нові відео))
@digitalProgramLife
@digitalProgramLife 2 месяца назад
🫶 Дякую. I’m already working on it))
@JudgeFredd
@JudgeFredd 2 месяца назад
Great video and sexy voice
@digitalProgramLife
@digitalProgramLife 2 месяца назад
Thank you! Happy to hear it )
@superdrew907
@superdrew907 2 месяца назад
Thats a AI voice my dude. probably from 11 labs or some such.
@digitalProgramLife
@digitalProgramLife 2 месяца назад
Huh 😂 I don't even know how to react. Maybe I should have gone into television or radio. This is my voice. AI will not take my voice.
@AsBi1
@AsBi1 2 месяца назад
audio is not good
@digitalProgramLife
@digitalProgramLife 2 месяца назад
Yes, I’m working on improving. Thank you for feedback
@takeordermarket
@takeordermarket 3 месяца назад
your voice is very soothing!
@digitalProgramLife
@digitalProgramLife 3 месяца назад
Seems so ) When I don't speak too fast and explain something
@JoanApita
@JoanApita 2 месяца назад
i know right hope she's not an AI. btw thank you for the video big helps.
@digitalProgramLife
@digitalProgramLife 2 месяца назад
Happy to help ) I’m not an AI 😄. Thank you for the comment
@Puzzle__Planet
@Puzzle__Planet 3 месяца назад
nice explanation, check microphone position, voice is odd
@digitalProgramLife
@digitalProgramLife 3 месяца назад
Thank you! Yes, I agree, I'm still figuring out the microphone. I will keep improving
@Puzzle__Planet
@Puzzle__Planet 3 месяца назад
@@digitalProgramLife 😁
@forexshinobi
@forexshinobi 3 месяца назад
This is lovely
@digitalProgramLife
@digitalProgramLife 3 месяца назад
Thank you for the comment ❤️
@shivamtomar8984
@shivamtomar8984 3 месяца назад
tf i am not here for the asmr
@digitalProgramLife
@digitalProgramLife 3 месяца назад
But it’s just my voice ) when I speak a little slower to explain smth. It’s not my fault )
@juanhernandez-lq4po
@juanhernandez-lq4po 3 месяца назад
very nice class, greetings from chile! subbed
@digitalProgramLife
@digitalProgramLife 3 месяца назад
Thank you for the comment and support )
@darkseid856
@darkseid856 3 месяца назад
Nice video
@digitalProgramLife
@digitalProgramLife 3 месяца назад
Thank you ☺️ glad to hear it
@Charles-m7j
@Charles-m7j 4 месяца назад
Pandas is a disaster. Use polars.
@digitalProgramLife
@digitalProgramLife 4 месяца назад
Thank you for comment. Agree that polars is good even better .Maybe I should make a video. But pandas is not such a disaster)
@Charles-m7j
@Charles-m7j 4 месяца назад
@@digitalProgramLife really? I experience about a 10x to 20x performance bump. Beyond performance, pandas is challenged by a decade of accrued technical debt. Lastly, I find the syntax of polars to be far more pleasant and intuitive. All that to say, yeah, pandas is a disaster. It is foolish to start a new project in pandas.
@Charles-m7j
@Charles-m7j 4 месяца назад
Also it is very, very bad practice to use sqlalchemy with pandas. I’ve experienced 100x performance lifts by just running SQL to copy queried data files from a database / warehouse to local disk (as, say, parquet files) and then read / scan them from disk into memory with polars. Sqlalchemy + pandas results in horrendous bottlenecks that can absolutely ruin basic workflows even with tiny ~10M record tables because of memory issues.
@digitalProgramLife
@digitalProgramLife 4 месяца назад
@@Charles-m7j I see your point, however, I still can't say that "pandas is a disaster". In many cases, the performance differences may not be as drastic, and the trade-offs between performance and ecosystem support, familiarity, and ease of use may favor pandas. Regarding performance, while you've experienced significant improvements with Polars, the performance differences can vary depending on the specific use case, dataset characteristics, and the operations being performed. In handling time series data, missing data, working with hierarchical and multi-indexed data structures, pandas is more mature and feature-rich. Besides we should consider compatibility with legacy code. If you have existing codebases or workflows built around pandas, switching to a different library like Polars may require substantial refactoring and can potentially introduce compatibility issues with other libraries that depend on pandas. I agree Polars may offer advantages in certain scenarios, but it is an oversimplification to label pandas as a "disaster" )
@Charles-m7j
@Charles-m7j 4 месяца назад
@@digitalProgramLife I disagree. Polars has excellent support for complex data. The Pandas “index” is a nightmare. I have been using Polars for arbitrarily nested hierarchical, sparse time series for nearly two years now and I would never go back to Pandas. The performance gains I am talking about vary, obviously, but they vary between 10X to 100X speed ups… I agree that Pandas is “more mature” but that is not a good thing - it makes it harder to modernize its decade of accrued technical debt. It is not more “feature complete”, however. Sure, it has more “integrations” than Polars (IE matplotlib, xgboost) but this is relatively trivial to solve by casting a polars dataframe to and arrow dataframe before passing that to any other module. Polars -> Arrow is a zero cost copy so very memory efficient and fast… Lastly, compatibility is the _only_ reason Pandas should be in a modern codebase. Hence, why I said I would not use Pandas for any new project. Frankly, it sounds like you have never tried to use Polars for any real project. Perhaps you should consider doing more research before creating more educational material.
@ArunKadhri-wh9sb
@ArunKadhri-wh9sb 4 месяца назад
Very informative.
@digitalProgramLife
@digitalProgramLife 4 месяца назад
Glad it was helpful! Thank you for the comment
@latent-broadcasting
@latent-broadcasting 4 месяца назад
Thanks so much! This really helped me setting up Python on Linux. I have to work with many environments and I didn't know what to do
@digitalProgramLife
@digitalProgramLife 4 месяца назад
Glad it helped! Thank you for your comment 🙂
@alexanderleschanz9991
@alexanderleschanz9991 6 месяцев назад
Good summary ❤
@digitalProgramLife
@digitalProgramLife 6 месяцев назад
Thank you ☺️
@sridharaps
@sridharaps 7 месяцев назад
Hey, I got to know more about the config command. Thanks.
@baxiry.
@baxiry. Год назад
thanks
@digitalProgramLife
@digitalProgramLife Год назад
You're welcome :)
@wendellgrant2051
@wendellgrant2051 Год назад
🎶 Promo*SM