Displaying results 21 - 40 of 10,000 results for "edX introduction to programming with java part 2 writing good code"

Introduction to Python

. Course Length: 0 hours estimated

Get started writing Python with this introductory course. Prerequisites and Requirements

Offered through Udacity | Taught by Charlotte Turner, Philip Mallory


Learning Java (2018)

Cost $29 · . Course Length: 2 hours estimated

Java is one of the top five programming languages, and is used for websites, embedded controllers, and Android app development. This is an introduction to get you started programming with Java 9-and the newly introduced JShell. Instructor Kathryn Hodge covers all...

Offered through LinkedIn Learning | Taught by Kathryn Hodge


Java Fundamentals: Object-oriented Design

Cost $29 · . Course Length: 2 hours estimated

Simply using an OO language like Java does not make your program object oriented. In fact, when used incorrectly, OO-language features can make your program bloated, overly complex, and impossible to maintain. This course, Java Fundamentals

Offered through Pluralsight | Taught by Allen Holub


Introduction to Java Programming

A MicroMasters from edX

Cost $402 · . Contains 3 courses · . Course Total length: 100 hours estimated

Programming knowledge is not only useful for programming today’s devices such as computers and smartphones, it also opens doors to the valuable skill of computational thinking, i.e. the application of computing techniques to every-day processes. In this...

Offered through edX | and created by Universidad Carlos III de Madrid, UC3Mx | Taught by Carlos Delgado Kloos, Carmen Fernández Panadero, Iria Estévez-Ayres and others


Kotlin for Android: Best Practices

Cost $29 · . Course Length: 1 hours estimated

Kotlin is a popular programming language, and for good reason; it’s pragmatic, fun, and officially supported by Google as an Android development language. In this course, discover how to leverage the power of Kotlin when developing Android mobile apps. Instructor...

Offered through LinkedIn Learning | Taught by Chiu-Ki Chan


Java Essential Training: Objects and APIs

Become a Java Programmer

Cost $29 · . Course Length: 2 hours estimated

If you want to build applications for mobile devices, desktop computers, or the web, you need to know Java—and keep your knowledge up to date as the language evolves. Java 9 is changing quite a few important aspects of the programming workflow, particularly the...

Offered through LinkedIn Learning | Taught by David Gassner



Building R Packages

Mastering Software Development in R

Rated 3.6★ stars based on | 48 ratings · . Cost $49 · . Course Length: 20 hours estimated

Writing good code for data science is only part of the job. In order to maximizing the usefulness and reusability of data science software, code must be organized and distributed in a manner that adheres to community-based standards and provides a good user...

Offered through Coursera | and created by Johns Hopkins University | Taught by Roger D. Peng, PhD, Brooke Anderson


Exception Handling in Java

Cost $9 · . Course Length: 0 hours estimated

By the end of this project, you will have an understanding of error and exception handling in java. Once you have a beginner's knowledge of java programming and start coding you may find that something disrupts the normal flow of the program you have built. You...

Offered through Coursera | and created by Coursera Project Network | Taught by Emma Martin


Learning Java 8

Cost $29 · . Course Length: 3 hours estimated

Java is one of the top-five programming languages, and is used for websites, embedded controllers, and Android app development. This is an introduction to get you started programming with Java. Peggy Fisher introduces the basics: data types, strings, arrays,...

Offered through LinkedIn Learning | Taught by Peggy Fisher


Android Studio Essential Training 2018

Cost $29 · . Course Length: 2 hours estimated

Want to develop Android apps? You need Android Studio—the IDE designed by Google specifically for Android app development. This course is fully revised for 2018, covering all the essential features in the latest stable iteration of Android Studio (v3.1) and...

Offered through LinkedIn Learning | Taught by David Gassner


Writing Java Application Code

Java as a Second Language

Cost $49 · . Course Length: 0 hours estimated

This is the third course in a Specialization titled Java as a Second Language. This course presents instruction to IT professionals for developing Java applications. The material targets professional that are familiar with application programming, but do not have...

Offered through Coursera | and created by LearnQuest | Taught by Jim Sullivan


Selenium WebDriver and Java - Learn Automation with Selenium

Cost $14 · . Course Length: 39 hours estimated

Zero Java Programming Experience? No Problem.        Zero Automation Experience? No Problem. Do you want to become a Great Programmer with Java? Do you want to become a Great Automation Tester with Selenium? Do you want to learn to setup New Automation Test...

Offered through Udemy | Taught by in28Minutes Official


Getting Started with Go

Programming with Google Go

Rated 4.2★ stars based on | 156 ratings · . Cost $49 · . Course Length: 15 hours estimated

Learn the basics of Go, an open source programming language originally developed by a team at Google and enhanced by many contributors from the open source community. This course is designed for individuals with previous programming experience using such languages...

Offered through Coursera | and created by University of California, Irvine | Taught by Ian Harris


Learn Cucumber BDD with Java -MasterClass Selenium Framework

Rated 4.3★ stars based on | 287 ratings · . Cost $13 · . Course Length: 13 hours estimated

Course last Updated on Jan 27th with Latest Cucumber Version 7 Framework Videos.Say Good bye in writing  hell lot of the code to develop  Automation Frameworks and welcome Cucumber BDD. "Cucumber- A life saver tool for QA Industry in developing Test Frameworks...

Offered through Udemy | Taught by Rahul Shetty


Java Design Patterns: Structural

Cost $29 · . Course Length: 1 hours estimated

Design patterns provide a kind of template for writing quality code. Knowing which design pattern to use in which scenario can be challenging, but will make you a better Java programmer. This course takes a deep dive into structural patterns, which can help you...

Offered through LinkedIn Learning | Taught by Bethan Palmer


Learn to Program in Java

Rated 5.0★ stars based on | 3 ratings · . Cost $99 · . Course Length: 32 hours estimated

Ready to start your programming journey? Being a software engineer is much more than simply writing code--it requires a strong conceptual understanding of computer science. In this course, which was developed through a combination of academic and industry...

Offered through edX | and created by Microsoft | Taught by Kasey Champion


Writing Functional JavaScript Using Ramda

Cost $29 · . Course Length: 2 hours estimated

Writing good, clean, and maintainable JavaScript is a hard task. In this course, Writing Functional JavaScript Using Ramda, you will learn the basics of functional programming with the help of the Ramda library, so that you can you use to improve the quality of...

Offered through Pluralsight | Taught by Thiago Temple


Coding for Beginners: An Easy Introduction

Cost $9 · . Course Length: 2 hours estimated

In this guided project you will gain hands-on experience exploring an Integrated Development Environment (IDE), creating a Python program using the IDE, and writing and running code in several languages. You will learn how to display a phrase in multiple...

Offered through Coursera | and created by IBM | Taught by Skills Network


Introduction to Java Programming – Part 2

Cost $99 · . Course Length: 25 hours estimated

Do you want to become a better problem solver? This Java course will provide you with a strong understanding of basic Java programming elements and data abstraction using problem representation and the object-oriented framework. As the saying goes, “A picture is...

Offered through edX | and created by Hong Kong University of Science and Technology, HKUSTx, The Hong Kong University of Science and Technology | Taught by Ting-Chuen Pong, Tony W K Fung, Leo P M Fan


Introduction to Functional Programming

Rated 4.1★ stars based on | 11 ratings · . . Course Length: 24 hours estimated

Broadly speaking, functional programming is a style of programming in which the primary method of computation is the application of functions to arguments. Among other features, functional languages offer a compact notation for writing programs, powerful...

Offered through edX | and created by Delft University of Technology (TU Delft), DelftX, Delft University of Technology | Taught by Erik Meijer

Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any