TGTGInsighttelegram intelligenceLIVE / telegram public index
← Mathshub: интенсив по математике и Python (aug '22)

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonmathaug22 · Post #33 · 19 сеп.

❗️ВАЖНО❗️ 🎾Обратная связь по четвертой неделе интенсива Оставить отзыв на занятия прошлой недели 12 и 15 сентября можно по ссылке: https://forms.gle/HCXZb1B8q77FoGDy8 🎾Обновления в домашних заданиях В домашней работе №3: – исправили ответы на вопросы №2 и №7 – добавили дополнительные 2 попытки, чтобы вы могли снова выполнить откорректированный тест (итого 5 разрешенных попыток) – продлили дедлайн до 24 сентября 23:59 (мск) В домашней работе №4: – поправили прием ответа на вопрос №12 (ранее у некоторых студентов возникали трудности) – добавили дополнительные 2 попытки, чтобы вы могли снова выполнить откорректированный тест (итого 5 разрешенных попыток) – дедлайн остается тем же: 30 сентября 23:59 (мск) 🎾 У меня возникают разные вопросы по задачам — к кому обратиться? К хелперам в Discord-комьюнити: мы раздали роль helpers тем, кто готов помогать начинающим с нуля. Хелперы отображаются красным цветом. Создали 10 мини-групп с 2-3 хелперами в каждой. В ближайшее время начнем распределять по мини-группам студентов, которые оставили реакции под постом о наборе в мини-группы начинающих. Этот пост находится в последнем закрепленном сообщении на канале #python-и-математика: реакции все еще можно оставить, если вы хотите в мини-группу. Хорошей недели! Команда Mathshub

Hashtags

Резултати

Пронајдени 1,002 слични објави

Глобално пребарување

#Python 2024版青灯教育 Python全套高薪就业班 ,包括Python全栈开发,爬虫,自动化办公,数据分析,AI人工智能等等~ https://qingdengedu.com/ 会员免费看 支持换课 招收代理 课程咨询客服https://t.me/e9999dd

Hashtags

Am Neumarkt 😱

@amneumarkt · Post #562 · 21.03.2024 г., 19:34

#python I had the wrong idea for a long time that IDEs treat method/function without return type hint as returning None type. I was wrong. In PEP484, it says IDE should treat such a method/function as a type that is as general as possible. Ah that just makes sense. https://peps.python.org/pep-0484/#the-meaning-of-annotations

Hashtags

Am Neumarkt 😱

@amneumarkt · Post #356 · 14.05.2022 г., 11:46

#python This post is a retro on how I learned Python. Disclaimer: I can not claim that I am a master of Python. This post is a retrospective of how I learned Python in different stages. I started using Python back in 2012. Before this, I was mostly a Matlab/C user. Python is easy to get started, yet it is hard to master. People coming from other languages can easily make it work but will write some "disgusting" python code. And this is because Python people talk about "pythonic" all the time. Instead of being an actual style guide, it is rather a philosophy of styles. When we get started, we are most likely not interested in [PEP8](https://peps.python.org/pep-0008/) and [PEP257](https://peps.python.org/pep-0257/). Instead, we focus on making things work. After some lectures from the university (or whatever sources), we started to get some sense of styles. Following these lectures, people will probably write code and use Python in some projects. Then we began to realize that Python is strange, sometimes even doesn't make sense. Then we started leaning about the philosophy behind it. At some point, we will get some peer reviews and probably fight against each other on some philosophies we accumulated throughout the years. The attached drawing (in comments) somehow captures this path that I went through. It is not a monotonic path of any sort. This path is most likely to be permutation invariant and cyclic. But the bottom line is that mastering Python requires a lot of struggle, fights, and relearning. And one of the most effective methods is peer review, just as in any other learning task in our life. Peer review makes us think, and it is very important to find some good reviewers. Don't just stay in a silo and admire our own code. To me, the whole journey helped me building one of the most important philosophies of my life: embrace open source and collaborate.

Hashtags

Am Neumarkt 😱

@amneumarkt · Post #322 · 03.03.2022 г., 07:29

#python I find poetry a great tool to manage Python requirements. I used to manage Python requirements using requirements.txt(environment.yaml) and install them using pip(conda). The thing is, in this stack, we have to pin the version ranges manually. It is quite tedious, and we easily run into version problems for a large project. Poetry is the savior here. When developing a package, we add some initial dependencies to the pyproject.yaml, a PEP standard. Whenever a new package is needed, we run poetry add package-name. Poetry tries to figure out the compatible versions. A lock file for the dependencies with restricted versions will be created or updated. To recreate an identical python environment, we only need to run poetry install. There's one drawback and may be quite painful at some point. Recreating the lock file for dependencies is extremely slow when the complexity grows in the requirements. But this is not a problem if poetry but rather constraints from pypi. One solution to this problem is to use cache. https://python-poetry.org/

Hashtags

Am Neumarkt 😱

@amneumarkt · Post #311 · 17.01.2022 г., 21:15

#python I thought it was a trivial talk in the beginning. But I quickly realized that I may know every each piece of the code mentioned in the video but the philosophy is what makes it exciting. He talked about some fundamental ideas of Python, e.g., protocols. After watching this video, an idea came to me. Pytorch lightning has implanted a lot of hooks in a very pythonic way. This is what makes pytorch lightning easy to use. (So if you do a lot of machine learning experiments, pytorch lightning is worth a try.) https://youtu.be/cKPlPJyQrt4

Hashtags

Датавизнутая

@dataviz_addict · Post #288 · 09.04.2025 г., 06:30

Генерация облака слов☁️ Завершающий пост серии про анализ тг-канала⚡️ После сбора всех данных можно наконец-то приступить к визуализации. В данном случае разбираю создание облака слов с помощью библиотеки wordcloud, т.к. в базовом экселе / гугл-таблицах его не сделаешь😣 Файл ipynb с кодом и примечаниями на github: https://github.com/alsosha/word_cloud_generator/blob/main/word_cloud_generator.ipynb Предыдущие посты: 1. Парсинг тг-чата 2. Анализ текста Примеры проектов с использованием кода из постов: 1. Дата-открытки для коллеги 2. Анализ новогодних открыток 3. Подборка инфографики с анализом текстов 💞 #python

Hashtags

Датавизнутая

@dataviz_addict · Post #280 · 29.03.2025 г., 08:16

Анализ текста Второй пост из серии про анализ тг-чата. В первом показывала, как получить архив чата и вытащить из него сообщения. На этот раз разбираю, как посчитать частотность слов и определить части речи✒️ Файл ipynb с кодом и примечаниями выложила на github: https://github.com/alsosha/text_analysis/blob/main/text_analysis.ipynb Остается пост про генерацию облака слов, постараюсь с ним не затягивать😜 P.S. В карточках упомянула, что кроме pymorphy3 есть и другие подобные библиотеки. Например, spacy, natasha, nltk и т.д. Сравнение результатов лемматизации нашла вот тут, а общее сравнение библиотек тут. Можно попробовать разное и подобрать удобный вариант под себя💞 #python

Hashtags

Датавизнутая

@dataviz_addict · Post #264 · 13.03.2025 г., 06:05

Парсинг тг-чата Показывала тут дата-открытки с облаками слов из всех сообщений коллеги и обещала рассказать о процессе парсинга тг-чата и анализе текста с помощью python. Рассказываю и делюсь кодом👾 Файл ipynb выложила на github. Внутри не только код, но и комментарии с объяснением алгоритма: https://github.com/alsosha/tg_chat_parser/blob/main/tg_chat_parser.ipynb Для наглядности также сделала карточки — изучайте и задавайте вопросы в комментариях, если будут💞 Впереди еще два поста: про анализ текста и генерацию облака слов в svg бесплатно и без регистрации😄 P.S. Еще недавно выложила код для анализа видео и рассказала про алгоритм в карточках. #python

Hashtags

Датавизнутая

@dataviz_addict · Post #252 · 12.02.2025 г., 09:31

Закинула на github файл с кодом (python) для анализа цвета видео👾 https://github.com/alsosha/video_color_analysis/blob/main/video_analysis.ipynb В прошлом году постила алгоритм и его описание тремя отдельными частями: 1. Подготовка данных 2. Анализ данных 3. Визуализация данных Пример применения кода — мой небольшой проект про цвета трилогии "Матрица". #python

Hashtags

12•••5•••10•••1213141516•••20•••25•••30•••35•••40•••45•••50•••55•••60•••65•••70•••75•••80•••8384
ПретходнаСтраница 14 од 84Следна