Category: Python Programming training Korea

  • Workshop: Writing AST Based Plugins for Pylint Training Course

    Overview Abstract syntax tree based plugins are the most popular type of plugins in pylint. They are used over 90% of the time. Requirements Course Outline

    Read More

  • F#: Introduction to Functional Programming Training Course

    Overview F# is a functional-first programming language. It is a strongly typed language that supports different styles of programming, including functional, imperative, object-oriented, and reactive. F# is fully supported in Visual Studio and Xamarin Studio. In this instructor-led, live training, participants will learn functional programming as they step through the creation of a series of […]

    Read More

  • Unit Testing with F# Training Course

    Overview This course introduces the tools and techniques needed to write F# based unit tests. A special emphasis is placed on test driven development (TDD). Functional TDD is a testing approach that uses functional programming to unit test an application before developing it. Functional programming (as opposed to imperative, state-transition-style programming) in a language such […]

    Read More

  • Property Based Testing with F# Training Course

    Overview Property Based Testing is an automated testing technique that allows you to zero in on the expected behavior of a system by describing its properties, then using randomly generated test data to execute tests. “Describe the arguments, describe the result, have the computer try to prove your code wrong!” Some of the topics covered […]

    Read More

  • F# for Data Science Training Course

    Overview Data science is the application of statistical analysis, machine learning, data visualization and programming for the purpose of understanding and interpreting real-world data. F# is a well suited programming language for data science as it combines efficient execution, REPL-scripting, powerful libraries and scalable data integration. In this instructor-led, live training, participants will learn how […]

    Read More

  • Clojure: A Practical Introduction to Functional Programming Training Course

    Overview Clojure is a predominantly a functional, JVM-based programming language that combines interactiveness of scripting with the efficiency and robustness of multi-threaded programming. It is used by firms such as Funding Circle and Walmart. In this instructor-led, live training, participants will learn the Clojure programming language as they step through the development of a sample […]

    Read More

  • Haskell Fundamentals Training Course

    Overview This course covers the basics of Haskell programming language. The course introduces the ideas of Functional Programming and teaches the essential concepts of it, and by this introduces the student to the Haskell programming language. The course explores the fundamental differences with imperative programming and teaches the skill of thinking functionally. Students should expect […]

    Read More

  • Unit Testing with Haskell Training Course

    Overview This course introduces the tools and techniques needed to write unit tests using HUnit testing framework. HUnit is a unit testing framework for Haskell, similar to the JUnit tool for Java. In this instructor-led, live training, participants will learn how to use HUnit to write unit tests that are direct and easy to understand. […]

    Read More

  • Rust Language Training Course

    Overview Rust is a systems programming language focused on safety, memory, speed and parallelism. Course Outline # Day 1 – Introduction – Installation   – rustup   – cargo, rustc   – crates.io  – create a first project   – creating a library or executable   – Cargo.toml   – Cargo.lock   – exploring the source […]

    Read More

  • Unit Testing with C Training Course

    Overview Unit testing is a software testing method for checking the validity of individual units of code. Using C, users can write unit tests for existing C code as well as C new code. This instructor-led, live training (online or onsite) is aimed at software testers who wish to use C programming to create unit […]

    Read More