Old Search System: programming logo




  • Lynda - Advanced Java Programming

    Lynda - Advanced Java Programming Want to get more out of the Java language and...


    Table of ContentsIntroduction1. Getting Started2. Generics in Java3. Advanced Data Structures4. Functional Programming in Java5. Modular Programming in Java6. Multithreading in Java7. Input and Output (I/O)8. Working with Files and DirectoriesConclusion


  • Oreilly - JavaScript Programming

    Oreilly - JavaScript Programming by Craig Buckler | Publisher: Infinite Skills | Release Date: November...


    In this Beginners JavaScript Beginners training course, expert author Craig Buckler teaches you the basics of programming with JavaScript, the worlds most used programming language. The tutorial is designed for the absolute beginner - no prior JavaScript programming experience is required in order to get the most out of this...


  • Oreilly - Programming jQuery

    Oreilly - Programming jQuery by Craig Buckler | Publisher: Infinite Skills | Release Date: November...


    In this Query programming Training Video, expert developer, author and all around web training guru Craig Buckler introduces you to the world of AJAX programming with the popular Javascript library - jQuery. Part of the Web 2.0 revolution - jQuery makes rich web interactions easier to program by providing a...


  • Safe Programming with Kotlin

    Safe Programming with Kotlin by Pierre-Yves SaumontEnglish | 2019 | ISBN: 9781617297199 | 92 Pages...


    With automated cars, medical diagnostic tools, and natural disaster prediction and response, programming errors can cost not only money but lives. Let Kotlin put your mind at ease! This modern, elegant, JVM language was designed for safe programming. With features that improve efficiency and reduce mind-numbing boilerplate code and null...


  • Lynda - Advanced C Programming

    Lynda - Advanced C Programming Once you've mastered the basics of programming in C, you...


    Table of ContentsIntroduction1. C Programming: Weird-Symbol Roundup2. Main Function Arguments3. Beyond Basic Variables4. Arrays and Structures5. Pointer TipsConclusion


  • Learn Python3 Programming (Updated)

    Learn Python3 Programminghttps://www.udemy.com/course/learn-python-programming-python-3/Core Python Programming for Software Testers/Developers/Data Science/Machine Learning


    Python is a general-purpose, versatile and popular programming language. It's great as a first language because it is concise and easy to read, and it is also a good language to have in any programmer's stack as it can be used for everything from web development to software development and...


  • Python Programming in 5 Hours

    Python Programming in 5 Hours English | 04:20:14 | Video 720p | Subtitles The Ultimate...


    What you'll learn Computer programming with Python Fundamentals of how programming works Data Types, Operators and Strings Collection Types: Tuple, List, Dictionary to store data Function and Lambda to reuse code Object Oriented Programming with Classes Modules, namespace and libraries Test Driven Development by Unit Test Understand complex topics like...


  • Linear Programming for Machine Learning

    Linear Programming for Machine Learning Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44.1 KHz,...


    What you\'ll learn
    Formulating linear programs and solving them
    Sensitivity analysis
    Making intelligent decisions
    Foundation of machine learning
    Requirements
    Familiarity with linear algebra and coordinate geometry will be helpful
    Description
    This course aims at making you comfortable with the most important optimization technique - Linear Programming. It starts with the...


  • All of Programming, 2nd edition

    All of Programming, 2nd editionJuly 2, 2019 | English | ISBN:9780996718219 | 765 pages |...


    All of Programming provides a platform for instructors to design courses which properly place their focus on the core fundamentals of programming, or to let a motivated student learn these skills independently. A student who masters the material in this book will not just be a competent C programmer, but...


  • All of Programming

    Andrew Hilton, Anne Bracy, "All of Programming"English | ISBN: 0996718214, 9780996718219 | 2019 | 765...


    All of Programming provides a platform for instructors to design courses which properly place their focus on the core fundamentals of programming, or to let a motivated student learn these skills independently. A student who masters the material in this book will not just be a competent C programmer, but...


  • Python Beginners Programming Guide

    Python Beginners Programming GuideEnglish | 1hr 53m | Video: 720pThis course aims to teach students...


    This course will teach you everything you need to know about it so you can start creating basic programs with ease!
    Concepts Covered
    By the end of the course students should have an understanding of the following concepts:
    Python & Pycharm Installation
    Variables
    Data Types
    Lists, Arrays & Tuples
    Mathematical Operators
    String Formatting
    Condition Statements
    String Operations
    Loops
    Functions
    Classes
    Dictionaries
    More info -



  • Python Programming for Beginners

    Python Programming for BeginnersEnglish | 1hr 53m | Video: 720p If you want to learn...


    Python is a powerful, modern programming language that has the capabilities required for experienced programmers, while being easy enough for beginners to learn. Python is a well-developed, stable, and fun programming language that is suitable for complex and simple development projects. Programmers love Python because of how simple and easy...


  • Learn Algorithm Programming

    Learn Algorithm Programming English | 01:44:05 | Video 720p | Subtitles Learn the basic concepts...


    What you'll learn Learn about Algorithm Programming Learn about measuring algorithm performance Learn about data structures such as arrays, stacks, and queues Sorting data and searching data Learn about looping and recursion Filtering and value counting with hash tables Requirements Basic understanding of programming Description To make a computer do...


  • Python Programming Guide For Beginners: A Simple Introduction to Python Programming

    Python Programming Guide For Beginners: A Simple Introduction to Python Programming English | 2019 |...





  • Basic C Programming: for Beginners

    Basic C Programming: for Beginners by Kumar JangluEnglish | 2019 | ISBN: 169803881X | 109...


    This is a Basic C Programming language book designed for beginners with exciting content. This book has been designed keeping in view various aspects like simple language for better understanding, using different colors of text for headings, subheadings, codes, etc. colorful diagrams and flowcharts wherever necessary and appendix at the...


  • Functional Programming in C#

    Functional Programming in C#English | 4hr 6m | Video: 720pLearn how to write C# code...


    Learn Functional Programming in the context of clean coding and building types of high quality.
    Get Deep Understanding of what is Functional Programming
    Learn how to design Immutable types in C#
    Apply new C# 6 and C# 7 features to write better code in a functional style
    Learn how to Extend and Compose any...


  • Hyper-disambiguated Excel VBA Programming

    Hyper-disambiguated Excel VBA ProgrammingEnglish | 6 hrs | Video: 720pThe video tutorials in this course...


    This means that when you revisit the code, the meaning of each line is apparent from the syntax, rather than becoming more and more unfamiliar. The course also demonstrates how to get the maximum benefit from IntelliSense, Microsoft\'s code completion feature. Whether you are looking to enhance your career prospects,...


  • Packt - Learning CUDA 10 Programming

    Packt - Learning CUDA 10 Programming English | 2h 27m | Video 1080p Harness the...


    Key Features Learn parallel programming principles, practices, and performance analysis in GPU programming Learn to design and implement optimized parallel algorithms Learn to write programs in the CUDA language with the latest CUDA toolkit What You Will Learn Use CUDA to speed up your applications using machine learning, image processing,...


  • Dynamic Programming - I

    Dynamic Programming - I English | 02:29:49 | Video 720p | Subtitles Mastering the art...


    What you'll learn Be able to visualize and understand most of the Dynamic programming problems. Develop a strong intuition for any kind of Dynamic programming problem when approaching to solve new problems. Understand what kind of questions are asked in Coding Interviews. Gain Confidence for the Coding Interviews. Requirements Basics...


  • Python Programming

    Python Programming: Learn Python like a Professional MP4 | Video: h264, 1280x720 | Audio: AAC,...


    What you\'ll learn
    Describe the basics of the Python programming language
    Install Python and write your first program
    Use variables to store, retrieve and calculate information
    Utilize core programming tools such as functions and loops
    Requirements
    Lack of laziness and continue to learn
    Practical application
    Access to a computer with...