AI-powered search & chat for Data / Computer Science Students

Expand Your Data Science Toolkit with Our Latest Math and Stats Must-Reads

 Towards Data Science

Feeling inspired to write your first TDS post? We’re always open to contributions from new authors. The fundamental principles of math that data scientists use in their day-to-day work may have been ...

Read more at Towards Data Science

Edge 390: Diving Into Databricks' DBRX: One of the Most Impressive Open Source LLMs Released Recently

 TheSequence

The model uses an MoE architecture which exhibits remarkable perfromance on a relatively small budget.

Read more at TheSequence

My client said ‘No’ to Django Admin… until I showed them this.

 Python in Plain English

Freelancing is a wild ride. One day, you’re building the perfect website for a client who loves your every suggestion; the next, you’re deep in discussions about the philosophical merits of a particul...

Read more at Python in Plain English

Python Tutorial 44 — Python Data Analysis: Pandas, NumPy Libraries

 Python in Plain English

Table of Contents 1. Introduction 2. What is Data Analysis? 3. Why Python for Data Analysis? 4. Getting Started with Pandas 5. Data Manipulation with Pandas 6. Data Visualization with Pandas 7. Gettin...

Read more at Python in Plain English

Data Science Project Management

 Towards Data Science

A 5-step Project Management Framework for Data Science This article is part of a larger series on Full Stack Data Science. In the previous post, I introduced the idea of a full-stack data scientist a...

Read more at Towards Data Science

The Hidden Power of Python Iterators and Generators

 Python in Plain English

Unlock efficient looping with these built-in Python objects Continue reading on Python in Plain English

Read more at Python in Plain English

To Know Is Also to Remember

 Towards Data Science

A man and a woman talk inside a quiet room in a clinical research center. The woman asks questions and then waits for the man to answer while taking some notes. It might seem like a normal conversatio...

Read more at Towards Data Science

How to Keep on Developing as a Data Scientist

 Towards Data Science

A few practical tips on how to keep on learning during your daily job Continue reading on Towards Data Science

Read more at Towards Data Science

One of The Best Ways To Improve Your Python Code

 Python in Plain English

There comes a time when you feel that you need to push forward, that your code can be improved, and that there is room (lots of it) for you to improve your skills. At least that’s how it goes for me. ...

Read more at Python in Plain English

You Are Doing While Loops Wrong in Python

 Python in Plain English

Forget everything that you have been learn about while loops. Continue reading on Python in Plain English

Read more at Python in Plain English

101 Python Automation Scripts: Streamlining Tasks and Boosting Productivity

 Python in Plain English

1 of 101-Awesome Python Guides by Tushar Aggarwal Image by generated Author(tushar-aggarwal.com) Automation has become a crucial aspect of enhancing productivity and efficiency across various industr...

Read more at Python in Plain English

How to use Recursive Functions in Python?

 Python in Plain English

In Python, recursion provides a clean and elegant approach to writing code for complex algorithms such as sorting, searching, and traversing data structures. Understanding how to effectively implement...

Read more at Python in Plain English

Guide: Creating and Computing Vectors Using Python

 Python in Plain English

A quick guide on implementing vector operations in Python Photo by おにぎり on Unsplash Introduction Vectors are mathematical tools used to capture size and direction. In machine learning, vectors are le...

Read more at Python in Plain English

Using Taggit for Tag management in Django

 Python in Plain English

Install packages Create project Register the app (settings.py) First, we need to register the app and taggit package. Model The model is simple — just a label, but what’s more important we need to att...

Read more at Python in Plain English

Mastering Data Visualization in Machine Learning

 Python in Plain English

Why do we do Data Visualization? Is numeric data not enough? If you want to know the why’s and how’s of Data Visualization, stay tuned for a minute. You won’t regret it. Let’s get to the point. What i...

Read more at Python in Plain English

Master Python Programming: Key Concepts Every Developer Must Know

 Python in Plain English

Python, one of the most versatile and widely-used programming languages today, is a critical tool for developers looking to enhance their skills in the digital age. Whether you’re a beginner aiming to...

Read more at Python in Plain English

Monitoring and Troubleshooting Tools in the JDK

 Inside Java

Presented during “Oracle Developer Live - Java Innovations” (March 2021)

Read more at Inside Java

Java Language Futures: Spring 2021

 Inside Java

Presented during “Oracle Developer Live - Java Innovations” (March 2021)

Read more at Inside Java

Java 16 - Consistency and Innovation

 Inside Java

Presented during “Oracle Developer Live - Java Innovations” (March 2021)

Read more at Inside Java

Inside Java Newscast #2

 Inside Java

Make sure to check the show-notes !

Read more at Inside Java

The Vector API: SIMD Programming in Java

 Inside Java

Co-presented with Sandhya Viswanathan (Principal Software Engineer, Intel) during “Oracle Developer Live - Java Innovations” (March 2021)

Read more at Inside Java

Java into Containers, A Match Made in Heaven?

 Inside Java

An Oracle Developer Live - Java Innovation Session

Read more at Inside Java

JavaDoc Code Snippet API - Sip of Java

 Inside Java

Added in JDK 18, with JEP 413, the new Code Snippets in Java API Documentation , improves on the experience of embedding code examples in JavaDoc. JavaDoc Code Examples Pre-JDK 18 Prior to JDK 18, ad...

Read more at Inside Java

Project Panama: Say Goodbye to JNI

 Inside Java

An Oracle Developer Live - Java Innovation Session

Read more at Inside Java