Aldwin Dave Conahap
2 min read
Exception-handling in Python
Have you encountered an error in the middle of the program runtime? Is the user input inputted incorrect data type as required? Does this...
ayenadykyaw1
5 min read
Python Concepts for Data Science: List Comprehension
Python List Comprehension Python is popular for its simple, elegant and easy-to-write style of writing and it is as simple as writing a...
Aldwin Dave Conahap
3 min read
Functions in Python
Imagine a refrigerator without compartments. Suppose it’s almost full, unarranged, and foods and beverages are on top of each other....
![Python Concepts for Data Science: Lambda Functions](https://static.wixstatic.com/media/73dae0_71d70f73ab984b37839d85ee3312afef~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/73dae0_71d70f73ab984b37839d85ee3312afef~mv2.webp)
Sujan Karki
3 min read
Python Concepts for Data Science: Lambda Functions
Functions are a handy tool whenever we want to perform a repetitive task. It helps us by preventing to write the same section of codes...
![A Survey of Python Loops](https://static.wixstatic.com/media/ba210d_90ff77393eb949d7b1cf5d9788fb8c47~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/ba210d_90ff77393eb949d7b1cf5d9788fb8c47~mv2.webp)
Ntandoyenkosi Matshisela
3 min read
A Survey of Python Loops
Imagine repeating any task in writing, speaking or calculating over and over again. The task will end up becoming daunting. Think of an...
![](https://static.wixstatic.com/media/9b2dd8_c06916b93a1549bab455efaa630a2e83~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/9b2dd8_c06916b93a1549bab455efaa630a2e83~mv2.webp)
![Best Online Courses for Data Science](https://static.wixstatic.com/media/9b2dd8_c06916b93a1549bab455efaa630a2e83~mv2.jpg/v1/fill/w_313,h_235,fp_0.50_0.50,q_90,enc_auto/9b2dd8_c06916b93a1549bab455efaa630a2e83~mv2.webp)
Data Insight
3 min read
Best Online Courses for Data Science
Best Online Learning Platforms for Data Science. Best Courses, Certifications, Websites and Blogs.
Pyae Phyo Kyaw
4 min read
Python Concepts for Data Science: Positional and Keyword Arguments
When we are talking about functions, there are two parts - Function definition - The definition of a function contains the code that...
![9 Ways to Embed Code Snippets on your Data Science Blog Posts](https://static.wixstatic.com/media/bf66ac_5604c42e55e0446083b3570c2a42850c~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/bf66ac_5604c42e55e0446083b3570c2a42850c~mv2.webp)
Ajibola Salami
4 min read
9 Ways to Embed Code Snippets on your Data Science Blog Posts
This article highlights 9 tools that can be used for sharing code snippets for data science blog posts.
![Check if a String Could Be a Palindrome](https://static.wixstatic.com/media/73e331_d8ed1c3924d74d78881b20c83ee0fd95~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/73e331_d8ed1c3924d74d78881b20c83ee0fd95~mv2.webp)
Heba Elwazzan
2 min read
Check if a String Could Be a Palindrome
The purpose of this blog is not to check for palindromes, but to check whether or not a string, if it were arranged in a certain way, co
![Python Concepts for Data Science: Python Functions](https://static.wixstatic.com/media/79946d_56727c7eaaca49aa8757e140fb5aa840~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/79946d_56727c7eaaca49aa8757e140fb5aa840~mv2.webp)
Tanushree Nepal
3 min read
Python Concepts for Data Science: Python Functions
Function in any programming language is a sequence of statements in a certain order, given a name. When called, those statements are...