Goto

Collaborating Authors

 Instructional Material


Master Ruby, Python and Java Udemy

@machinelearnbot

Course updated 12/20/2017 - Fully up-to-date for all sections! Projects in Programming Languages with Ruby, Java and Python is an in-depth and comprehensive introduction to project based programming using 3 of the most popular and financially rewarding programming languages out there - Ruby, Java and Python. Some of the most popular web app frameworks in the world today like Ruby on Rails, Django, Flask are based on these languages. This is the course you have been waiting for, a one-stop-shop for everything programming that makes it easy to get started and keeps your attention while you work your way through fun and interesting projects based on real-life problems including Object Oriented Programming! You'll find learning both quick and fun and if you are not satisfied - I offer a full money back guarantee, as long as you make your request within 30 days of your purchase of the course.


Linked List Data Structure using Python Udemy

@machinelearnbot

Get your team access to Udemy's top 2,500 courses anytime, anywhere. If you have started using Python, by now you must have come to know the simplicity of the language. This course is designed to help you get more comfortable with programming in Python. It covers completely, the concept of linked list using Python as the primary language. You need to be equipped with the basics of Python such as variables, lists, dictionary and so on.


CATIA Part Design Workbench : deep learning from A to Z

@machinelearnbot

It addresses all manufacturing organizations, from OEMs through their supply chains, to small independent producers. It is mostly focused on, but not limited to, creating mechanical parts. It is intricately linked with the Sketcher Workbench.


Python 3.x for Computer Vision Udemy

@machinelearnbot

This video course is a practical guide for developers who want to get started with building computer vision applications using Python 3. The video is divided into six sections: Throughout this video course, three image processing libraries: Pillow, Scikit-Image, and OpenCV are used to implement different computer vision algorithms. The course will help you build Computer Vision applications that are capable of working in real-world scenarios effectively. Some of the applications that we look at in the course are Optical Character Recognition, Object Tracking and building a Computer Vision as a Service platform that works over the internet. Saurabh Kapur is a computer science student at Indraprastha Institute of Information Technology, Delhi. His interests are in computer vision, numerical analysis, and algorithm design.


Python Beyond the Basics - Object-Oriented Programming

@machinelearnbot

In this Python Beyond the Basics - Object-Oriented Programming training course, expert author David Blaikie will teach you how to design Python classes, and how to implement object-oriented programming concepts in Python. This course is designed for users that already have a basic working knowledge of Python. You will start by learning about classes, including defining a class, class attributes, and working with class and instance data. From there, David will teach you about inheritance and polymorphism. This video tutorial also covers advanced features, such as implementing core syntax, subclassing built-ins, and new style classes.


Learning Python Data Analysis Udemy

@machinelearnbot

Python features numerous numerical and mathematical toolkits such as: Numpy, Scipy, Scikit learn and SciKit, all used for data analysis and machine learning. With the aid of all of these, Python has become the language of choice for data scientists for data analysis, visualization, and machine learning. This video aims to teach Python developers how to perform data analysis with the language by taking advantage of the core data science libraries in the Python ecosystem. The learning objective for viewers is to understand how to locate, manipulate, and analyse data with Python, with the ability to analyse large and small sets of data using libraries such as Numpy, pandas, IPython and SciPy. This is a two part series.


System Administration and IT Infrastructure Services Coursera

@machinelearnbot

Systems administration is the field of IT that's responsible for maintaining reliable computers systems in a multi-user environment. In this course, you'll learn about the infrastructure services that keep all organizations, big and small, up and running. You'll learn how to manage and configure servers, how to use industry tools to manage computers, user information, and user productivity. Finally, you'll learn how to recover your organization's IT infrastructure in the event of a disaster. By the end of this course you'll be able to: - utilize best practices for choosing hardware, vendors, and services for your organization.


Algorithms and Data Structures in Python Udemy

#artificialintelligence

This course is about data structures and algorithms. We are going to implement the problems in Python, but I try to do it as generic as possible: so the core of the algorithms can be used in C or Java. I highly recommend typing out these data structures and algorithms several times on your own in order to get a good grasp of it. In the first part of the course we are going to learn about basic data structures such as linked lists, stacks, queues, binary search trees, heaps and some advanced ones such as AVL trees and red-black trees.. The second part will be about graph algorithms such as spanning trees, shortest path algorithms and graph traversing.



Scala for the Impatient LiveLessons (Video Training)

@machinelearnbot

In Scala for the Impatient LiveLessons, best-selling author and professor Cay S. Horstmann builds upon your knowledge of Java and introduces Scala as a "better Java." You will see how Scala blends object-oriented and functional programming and gives you the choice of when and how to use each paradigm. Scala is a modern programming language for the Java Virtual Machine (JVM) and combines the best features of object-oriented and functional programming. Scala has quickly risen in popularity because it allows developers to write programs more concisely than in Java, as well as to leverage the full power of concurrency. Since Scala runs on the JVM, it can access any Java library and is interoperable with Java frameworks.