Python Bootcamp For ML

Written by harunshimanto | Published 2019/02/04
Tech Story Tags: data-science | python | machine-learning | bootcamp | hackernoon-top-story

TLDRvia the TL;DR App

A simple effort from me to make a Python bootcamp 3 Days for beginners who are enthusiastic about Machine Learning.

Introduction:

Few days ago i think that i can make a bootcamp on python which most needed for machine learning enthusiastic or deep learning enthusiastic or data science enthusiastic.Then i was started this bootcamp. I hope that this bootcamp will be helpful for everyone who’s want to work in Data Science field or Machine learning field.

Data Science.AI Community

Let’s start learning with us!!

Photo on Unsplash

Python Basic(Day-01)

Data Science.AI Community

We are going to get familiar with Python. In Day-01 we was covered the basic portion of Python which can be very useful for Machine Learning or Data Science.

What is python?

Python is developed by Guido van Rossum. Guido van Rossum started implementing Python in 1989. Python is a general-purpose, object-oriented and open source computer programming language, it is a high-level, human-readable and a corresponding set of software tools and libraries.

Interesting fact: Python is named after the comedy television show Monty Python’s Flying Circus. It is not named after the Python snake.

Features of Python programming language:

Data Science.AI Community

  1. Readable: Python is a very readable language.

2. Easy to Learn: Learning python is easy as this is a expressive and high level programming language, which means it is easy to understand the language and thus easy to learn.3. Cross platform: Python is available and can run on various operating systems such as Mac, Windows, Linux, Unix etc. This makes it a cross platform and portable language.

4. Open Source: Python is a open source programming language.

5. Large standard library: Python comes with a large standard library that has some handy codes and functions which we can use while writing code in Python.

6. Free: Python is free to download and use. This means you can download it for free and use it in your application. See: Open Source Python License

7. Supports exception handling: If you are new, you may wonder what is an exception? An exception is an event that can occur during program exception and can disrupt the normal flow of program. Python supports exception handling which means we can write less error prone code and can test various scenarios that can cause an exception later on.

8. Advanced features: Supports generators and list comprehensions. We will cover these features later.

9. Automatic memory management: Python supports automatic memory management which means the memory is cleared and freed automatically. You do not have to bother clearing the memory.

How to Install Python:

You can install Python on any operating system such as Windows, Mac OS X, Linux/Unix and others.

To install the Python on your operating system, go to this link. You will see a screen like this.

python.org

This is the official Python website and it will detect the operating system and based on that it would recommend you to download Python. Here I am using Windows so it gave me the download options for Python 2 and Python 3 for Windows. I would recommend you to download the latest version of Python 3 (Python 3.7.2 in the screenshot).

Installation steps are pretty simple. You just have to accept the agreement and finish the installation.

Python basic topics:

We was covered the basic portion of Python.Basic parts below here-

  1. Variables and Maths Operations
  2. Type Casting
  3. String
  4. List
  5. Tuples
  6. Sets
  7. Dictionaries
  8. User input

Everyone can learn this from our notebook.Notebook below here —

Python Bootcamp Part-1 | Kaggle_Edit description_goo.gl

Python Intermediate(Day-02)

Data Science.AI Community

We are going to get familiar with Python. In Day-02 We will focus on 9 python functions commonly used for machine learning.which can be very useful for Machine Learning or Data Science.

Python Intermediate topics:

We will focus on 9 python functions commonly used for machine learning.Intermediate parts below here —

  1. if-Elif-Else
  2. For Loop
  3. While Loop
  4. Functions
  5. Lambda expressions
  6. List Comprehensions
  7. Errors and Exceptions Handling
  8. Math module
  9. Map

Everyone can learn this from our notebook.Notebook below here —

Python Bootcamp Part-2 | Kaggle_Edit description_goo.gl

ML or Data Science Basic Packages(Day-03)

Data Science.AI Community

We are going to get familiar with Python. In Day-03 we will focus on ML or Data Science basic packages of Python which can be very useful for Machine Learning or Data Science.

ML or Data Science Packages topics:

we will focus on ML or Data Science basic packages of Python.ML or Data Science packages parts below here —

  1. Numpy
  2. Pandas
  3. Matplotlib
  4. Seaborn
  5. Scikit-learn

Everyone can learn this topics with us.Just need wait and everyone will be get this topics in Github. Github repository link below —

harunshimanto/Python-Bootcamp-with-ML_A simple effort from me to make a Python bootcamp 3 Days for beginners who are enthusiastic about Machine Learning. …_goo.gl

Conclusion

Thanks for reading this article. If you have any suggestion feel free to reach me in the comment or sent mail or connect on LinkedIn. Stay in touch for more update. Thank you. 😎

My working partner Richa Yadav. She is awesome friend of me. If you have any suggestion feel free to reach her in the comment or connect on LinkedIn.

“Finished Bootcamp!! Let’s start making project!”

Photo on Unsplash


Published by HackerNoon on 2019/02/04