TGTGInsightаналитика telegramLIVE / telegram public index
← DevOps

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @DevOPSitsec · Post #2113 · 1 апр.

💻 Какой язык программирования лучше для обучения? Многие школы используют Java, C#, C или C++, но всё больше образовательных программ переходят на Python. У Python есть очевидный плюс — на нём легче начать. Это помогает студентам быстрее увидеть результат и сохранять мотивацию. Но есть и минус. Python сильно абстрагирует низкоуровневые детали, поэтому студентам сложнее понять, как работают структуры данных, память и другие фундаментальные вещи. Лично я считаю, что программисты должны становиться polyglots — людьми, которые знают несколько языков. Фокусироваться на одном языке — стратегическая ошибка. Но влияет ли язык на результаты обучения? Исследование John R. Hott (ACM ICER 2025) показывает: почти никак. Студенты, которые выполняли задания: - только на Python - только на Java - на смеси языков показали статистически одинаковые результаты. Не было значимых различий: - в оценках за программирование - в письменных заданиях - в тестах и квизах - в уровне сложности, который испытывали студенты Вывод исследования простой: 👉 выбор языка программирования почти не влияет на результаты обучения. То есть преподавателям не стоит слишком переживать о том, какой язык выбрать для курса. Гораздо важнее другое. Вместо бесконечных споров *Python vs Java vs C++* стоит учить студентов: - как создавать продукты - как запускать проекты - как строить бизнес - как быть независимыми от технологических трендов Как пишет Zed Shaw в эссе “AI Didn't Kill Programming, You Did”: проблема не в AI и не в языках программирования — проблема в том, как люди учатся программированию. Главная мысль: 🚀 программирование можно выучить на любом языке. Начните с Logo. Попробуйте Ada. Изучите Python, Go, Rust или C. А ещё лучше — попробуйте придумать свой язык программирования. Именно так и начинается настоящее понимание компьютеров. Исследование https://engineering.virginia.edu/faculty/john-r-hott Эссе https://learncodethehardway.com/blog/39-ai-didnt-kill-programming-you-did/ #programming#education#python#java

Результаты

Найдено 1 похожих постов

Поиск: #statistical

当前筛选 #statistical清除筛选
Data Analytics

@sqlspecialist · Post #1644 · 23.05.2025, 18:46

✨The STAR method is a powerful technique used to answer behavioral interview questions effectively. It helps structure responses by focusing on Situation, Task, Action, and Result. For analytics professionals, using the STAR method ensures that you demonstrate your problem-solving abilities, technical skills, and business acumen in a clear and concise way. Here’s how the STAR method works, tailored for an analytics interview: 📍 1. Situation Describe the context or challenge you faced. For analysts, this might be related to data challenges, business processes, or system inefficiencies. Be specific about the setting, whether it was a project, a recurring task, or a special initiative. Example: “At my previous role as a data analyst at XYZ Company, we were experiencing a high churn rate among our subscription customers. This was a critical issue because it directly impacted revenue.”* 📍 2. Task Explain the responsibilities you had or the goals you needed to achieve in that situation. In analytics, this usually revolves around diagnosing the problem, designing experiments, or conducting data analysis. Example: “I was tasked with identifying the factors contributing to customer churn and providing actionable insights to the marketing team to help them improve retention.”* 📍 3. Action Detail the specific actions you took to address the problem. Be sure to mention any tools, software, or methodologies you used (e.g., SQL, Python, data #visualization tools, #statistical#models). This is your opportunity to showcase your technical expertise and approach to problem-solving. Example: “I collected and analyzed customer data using #SQL to extract key trends. I then used #Python for data cleaning and statistical analysis, focusing on engagement metrics, product usage patterns, and customer feedback. I also collaborated with the marketing and product teams to understand business priorities.”* 📍 4. Result Highlight the outcome of your actions, especially any measurable impact. Quantify your results if possible, as this demonstrates your effectiveness as an analyst. Show how your analysis directly influenced business decisions or outcomes. Example: “As a result of my analysis, we discovered that customers were disengaging due to a lack of certain product features. My insights led to a targeted marketing campaign and product improvements, reducing churn by 15% over the next quarter.”* Example STAR Answer for an Analytics Interview Question: Question: *"Tell me about a time you used data to solve a business problem."* Answer (STAR format): 🔻*S*: “At my previous company, our sales team was struggling with inconsistent performance, and management wasn’t sure which factors were driving the variance.” 🔻*T*: “I was assigned the task of conducting a detailed analysis to identify key drivers of sales performance and propose data-driven recommendations.” 🔻*A*: “I began by collecting sales data over the past year and segmented it by region, product line, and sales representative. I then used Python for #statistical#analysis and developed a regression model to determine the key factors influencing sales outcomes. I also visualized the data using #Tableau to present the findings to non-technical stakeholders.” 🔻*R*: “The analysis revealed that product mix and regional seasonality were significant contributors to the variability. Based on my findings, the company adjusted their sales strategy, leading to a 20% increase in sales efficiency in the next quarter.” Hope this helps you 😊