#weirdocoder
Explore tagged Tumblr posts
weirdocoder-blog · 7 years ago
Link
In the previous post, I shared some very great courses on Machine learning. Some of them were paid and some weren't. Today, I will be sharing the best Top 5 Data Science Books available on the internet to learn Data Science. I will point out the book
0 notes
weirdocoder-blog · 7 years ago
Text
Top 5 Data Science Books | 2018
Top 5 Data Science Books | 2018
In the previous post, I shared some very great courses on Machine learning. Some of them were paid and some weren’t. Today, I will be sharing the best Top 5 Data Science Books available on the internet to learn Data Science.
I will point out the books that are aimed at beginners level to Master level. They are the books you should read it to get started with Data Science if you want to become a…
View On WordPress
0 notes
weirdocoder-blog · 7 years ago
Text
Python Functions Tutorial | Learn Python
Python Functions Tutorial | Learn Python
Python Functions Tutorial:
Functions are defined as blocks of code to do a specific task.
When you want to perform a specific task over and over in your program. You don’t have to write code again and again. You defined a function and then you call the name of the function. Functions make your program easier to write, read, test, and fix.
 In this article, you are going to learn, how to write…
View On WordPress
0 notes
weirdocoder-blog · 7 years ago
Link
In this article, you are going to learn to take User Input in Python 3. Almost every program are built to solve user's problem. Let's say we want to create a simple arithmetic calculator. That will do simple mathematical operations like division, multiplication, addition How to take User Input in Python 3?
0 notes
weirdocoder-blog · 7 years ago
Link
Top 10 Machine Learning Courses for 2018: Here is the list of Top 10 Machine Learning Courses for 2018. Introduction to Machine Learning  Machine Learning Python for Data Science and Machine Learning Bootcamp Machine Learning A-Z™: Hands-On Python & R In Data Science  Data Science, Deep Learning, & Machine Learning
0 notes
weirdocoder-blog · 7 years ago
Link
Python Dictionaries Tutorial: In this post, you are going to learn about Python Dictionaries.  A dictionary in Python is a collection of unordered values accessed by key rather than by index. The keys have to be hashable: integers, floating point numbers, strings, tuples, and frozensets are hashable
0 notes
weirdocoder-blog · 7 years ago
Link
Python Dictionaries Tutorial: In this post, you are going to learn about Python Dictionaries.  A dictionary in Python is a collection of unordered values accessed by key rather than by index. The keys have to be hashable: integers, floating point numbers, strings, tuples, and frozensets are hashable
0 notes
weirdocoder-blog · 7 years ago
Link
Python Functions Tutorial: Functions are defined as blocks of code to do a specific task. When you want to perform a specific task over and over in your program. You don't have to write code again and again. You defined a function and then you call the name of the function.
0 notes