LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Udemy – Python Object Oriented Programming (OOPS) Bootcamp

19/08/2020 Learning for Life Leave a Comment

Udemy – Python Object Oriented Programming (OOPS) Bootcamp
English | Size: 552.71 MB
Category: Tutorial

What you’ll learn
Fundamentals of Object Oriented Programming in Python
How to define Classes and Create Objects
Writing Class Constructors and Destructors
Using self Parameter for Instance Methods
Need of Getter & Setter Methods [Read more…]

Programming Object, Oriented, Programming, Python, Udemy

WintellectNOW – Object Oriented Programming in Scala-CONSORTiUM

07/08/2020 Learning for Life Leave a Comment

WintellectNOW – Object Oriented Programming in Scala-CONSORTiUM
English | Size: 224.25 MB
Category: Programming

Scala supports object-oriented programming by allowing you to define classes that contain both data and methods as members. But due to Scala’s compact syntax, defining classes in Scala is typically more terse than in almost any other language. The syntax also tends to blur the distinction between data and methods, allowing greater abstraction and flexibility. Learn how to write object-oriented code the Scala way. [Read more…]

Programming Object, Oriented, Programming, Scala, WintellectNow

PluralSight – Core Python Classes and Object orientation

06/08/2020 Learning for Life Leave a Comment

PluralSight – Core Python Classes and Object orientation-BOOKWARE-KNiSO
English | Size: 394.86 MB
Category: Python

Classes are crucial tool in Python for organizing data and behavior. In this course, Core Python: Classes and object-orientation, you ll learn how to apply fundamental principles of Object-Oriented Programming (OOP) in Python. First you ll learn how to distinguish between classes and instances, and define attributes on both. Next, you ll explore properties using them to encapsulate state. Finally, you ll discover how to combine classes using inheritance and multiple inheritance, and have these classes collaborate in ways which are distinctive to the Python language. When you re finished with this course the will have the skills and knowledge of the core Python language needed to develop larger and robust software systems [Read more…]

Programming Classes, Core, Object, Pluralsight, Python

ITProTV – Object Oriented Python

26/07/2020 Learning for Life Leave a Comment

ITProTV – Object Oriented Python
English | Size: 1.10 GB
Category: TUtorial

In this series, Vonne and Justin explore the intricate world of Object-Oriented Programming(OOP), particularly in the context of the Python programming language. Starting with the basics of OOP, Justin demonstrates the creation of classes and associated objects from those classes. Moreover, Justin demonstrates the use of Inheritance of classes to reduce code repetitiveness in an effort to adhere to the Don’t Repeat Yourself (DRY) principle. Lastly, Justin builds a simple OOP centric text-based adventure. If you are ready to get into Object-Oriented Python, then join us! [Read more…]

Programming ITProTV, Object, Oriented, Python

Addison Wesley Professional Object Oriented Programming with Java

12/07/2020 Learning for Life Leave a Comment

Addison Wesley Professional Object Oriented Programming with Java-RiDWARE
English | Size: 7.13 GB
Category: Tutorial

Java was introduced to the open-source community more than 20 years ago, and it remains popular among developers. However, we now live in a world dominated by the cloud, mobile IoT, and open source, where containers, Kubernetes, microservices, reactive, and cloud native application development can deliver higher levels of productivity and efficiency That’s where OOP concepts take center stage, and what Caleb concentrates on in this LiveLessons [Read more…]

Internet & Networking Addison Wesley, Object, Oriented, Professional, Programming

Udemy – Master Object Oriented PHP by Building a Web Application

25/05/2020 Learning for Life Leave a Comment

Udemy – Master Object Oriented PHP by Building a Web Application BOOKWARE-SOFTiMAGE
English | Size: 1.37 GB
Category: Tutorial

Requirements
There is no basic requirements for this course, but having a basic understanding of PHP will do
You must have a computer
A local server like: XAMPP or MAMP or whatever server you use to run PHP and MYSQL [Read more…]

WEB/HTML/CSS/AJAX Master, Object, Oriented, PHP, Udemy

Packt – Object Oriented Programming in C Plus Plus

24/03/2020 Learning for Life Leave a Comment

Packt – Object Oriented Programming in C Plus Plus-XQZT
English | Size: 3.53 GB
Category: Tutorial


In today’s scenario, it is almost impossible for a budding programmer/developer to survive in the market without a solid foundation of OOPs concepts and C++ is one of the best languages to start the journey. The initial lectures of the course explain the pillars of OOPs with the help of real-life examples. As you move further, you will explore a range of topics including input/output streams, namespaces, classes and objects, constructors, and function overloading & overriding. Once you finish the basics, you will dive deep into the advanced concepts of inheritance, polymorphism, templates exception handling, and file handling. By the end of this course, you ll be proficient in implementing the concepts of object-oriented programming to drastically enhance the performance of your code. [Read more…]

Programming C Plus Plus, Object, Oriented, Packt, Programming, XQZT

Code With Mosh – Object Oriented Programming in JavaScript

24/09/2019 Learning for Life Leave a Comment

Code With Mosh – Object Oriented Programming in JavaScript
English | Size: 4.65 GB
Category: Developer


Solidify your understanding of JavaScript and prepare for technical interviews

Instructor
Hi! My name is Mosh Hamedani. My life’s mission is to help novice and professional software engineers increase their skills, make more money and ultimately change their lives for the better. [Read more…]

Programming Code With Mosh, JavaScript, Object, Oriented, Programming

Pluralsight – Making Your Java Code More Object oriented

13/09/2019 Learning for Life Leave a Comment

Pluralsight – Making Your Java Code More Object oriented-BOOKWARE-KNiSO
English | Size: 247.83 MB
Category: Tutorial


Release Notes: Procedural code can be replaced with objects to increase correctness, flexibility, and maintainability. In this course, Making Your Java Code More Object-oriented, you ll learn how to design truly object-oriented classes in the Java programming language. First, you ll learn how to represent a discrete object state and behavior to avoid imperative branching constructs. Next, you ll discover that null references are a needless pain. Finally, you’ll explore
alternatives to null – substitute objects and optional objects. When you’re finished with this course, you ll have the skills and knowledge of designing classes that avoid traditional imperative constructs, with features resulting from orchestrating well-encapsulated objects rich in behavior [Read more…]

.Net & Java BOOKWARE, Code, Java, KNiSO, Making, Object, Oriented, Pluralsight

Packt – Mastering Object Oriented Programming with Python

27/08/2019 Learning for Life Leave a Comment

Packt – Mastering Object Oriented Programming with Python-RiDWARE
English | Size: 958.70 MB
Category: Tutorial


Explore a variety of different design patterns for the __init__() method
Learn to use Flask to build a RESTful web service
Discover SOLID design patterns and principles
Use the features of Python 3’s abstract base
Create classes for your own applications
Design testable code using pytest and fixtures
Understand how to design context managers that leverage the ‘with’ statement
Create a new type of collection using standard library and design techniques
Develop new number types above and beyond the built-in classes of numbers
[Read more…]

Programming Mastering, Object, Oriented, Packt, Programming, Python, RiDWARE

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next Page »
  • JavaScript Data Structures & Algorithms + LEETCODE Exercises | Udemy
  • Microsoft Power BI: PL-300 Certification Prep (Data Analyst) | Udemy
  • Introduction to Networking | ZeroToMastery
  • Udemy – PRTG Network Monitoring Course with LAB
  • FastTrackTutorials – Advanced Stylized Character Art Course

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in