Tom Smykowski·14 hours agoMember-only🐈 Daniel Rosenwasser Announced TypeScript 5.0 BetaTypeScript 5.0 Beta finally makes decorators a standard feature! Daniel Rosenwasser just announced TypeScript 5.0 beta. I will walk you through the most important features added in this version. Let’s start: Decorators Decorators in EcmaScript were proposed four years ago, and while some transpilers offered them, they didn’t land so far in the EcmaScript standard. They are now on stage…Data Science3 min readData Science3 min read
The PyCoachinArtificial Corner·1 day agoMember-only10X Your Productivity in Excel with ChatGPTYou no longer have to be an Excel wizard to become super productive. — As a casual Excel user, I sometimes struggle to recall the name of formulas and how they work, so I end up wasting time trying to figure it out and searching on Google. Fortunately, ChatGPT can now save time not only for casual Excel users like me but also for…Data Science5 min readData Science5 min read
Thanakorn PanyapianginTowards Data Science·1 day agoHow I Set Up Data Science Projects (with VS Code and DVC)An inspiration from software development — Introduction Setting up a development environment is usually the first step people do when starting any coding project. An effective development environment can be a huge productivity boost that helps us to produce high-quality work. This process in data science, however, is very ambiguous compared to other fields like software development…Data Science6 min readData Science6 min read
The PyCoachinArtificial Corner·10 hours agoMember-onlyHow I’d Learn to Code If I Could Start Over (ft. ChatGPT)Here’s how I’d learn to code in 2023. — 2023 is a good year to learn to code. Why? Well, now you don’t need to waste time searching for coding answers on Google or wait days to get your question answered on StackOverflow. Now you can simply ask ChatGPT any coding question 24/7 and get answers quickly. This AI…Data Science7 min readData Science7 min read
NYU Center for Data Science·6 hours agoIncredible Alumni: CDS capstone project by Harlan Hutton, Jenna Eubank, and Harshitha Palegar accepted to NeurIPS 2022The project applies machine learning to astronomical image coaddition Harlan Hutton, Jenna Eubank, and Harshitha Palegar have taken data science to the stars with their paper “Astronomical Image Coaddition with Bundle-Adjusting Radiance Fields”, which was accepted to the NeurIPS 2022 Machine Learning and the Physical Sciences workshop held in New…Data Science4 min readData Science4 min read
ChristianlauerinCodeX·11 hours agoMember-onlyThe New Buzzword in Data Engineering: Zero ETLWhat is Zero ETL — Definition, Benefits & Challenges — In the field of Data Engineering, we often hear about the so-called zero ETL approach, but what exactly is this? Definition The Zero ETL approach is a method for building data pipelines that aims to eliminate the need for traditional extraction, transformation, and loading (ETL) processes and the tools used to…Data Science3 min readData Science3 min read
Sachin kumar·12 hours agoAlgorithmic Trading using PythonAlgorithmic Trading means using algorithms in buying and selling decisions in the financial market. In an algorithmic trading strategy, a set of predefined rules are used to determine when to buy a financial instrument and when to sell it. import pandas as pd import plotly.graph_objs as go from plotly.subplots import make_subplots import plotly.express…Data Science2 min readData Science2 min read
ChristianlauerinCodeX·17 hours agoMember-onlyMicrosoft launches Multi Languages Reports for Power BIHow to use USERCULTURE DAX in Power BI — Companies today are very internationally oriented. They are often spread over different regions and have foreign employees in mixed teams. …Data Science2 min readData Science2 min read
Harshmeet Singh Chandhok·20 hours agoBuilding A Recommendation Engine Using Graph Machine Learning (GML)“Recommender systems are the ultimate personalized marketing, a way to connect people with the products they are most likely to want, and to do it better than anyone else.” — John Riedl , professor of computer science at the University of Minnesota and known as the “Father of Recommender Systems”. …Data Science6 min readData Science6 min read
Tom Smykowski·1 day agoMember-only♦️ Study Coding With The Code Of These 5 Angular AppsLearn Angular from five end-user apps and see how professionals deliver a frontend with the big A framework. Open Source projects are great. You can check my previous articles, for example a list of 5 interesting CSS libraries. However, sometimes I miss real-life open source end user apps that I could browse to see how professionals use Angular in their products. That is why from time to time…Data Science5 min readData Science5 min read