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

Packt Publishing – Modern Python Solutions – Part 1

03/04/2017 Learning for Life Leave a Comment

Packt Publishing – Modern Python Solutions – Part 1
English | Size: 772.90 MB
Category: Tutorial


Python is the preferred choice of developers, engineers, data scientists, and hobbyists everywhere. It is a great scripting language that can power your applications and provide great speed, safety, and scalability. By exposing Python as a series of simple recipes, you can gain insight into specific language features in a particular context. Having a tangible context helps make the language or standard library feature easier to understand.This video comes with over 100 recipes on the latest version of Python. The recipes will benefit everyone ranging from beginner to an expert. The video is broken down into 13 sections that build from simple language concepts to more complex applications of the language.The recipes will touch upon all the necessary Python concepts related to data structures, OOP, functional programming, as well as statistical programming. You will get acquainted with the nuances of Python syntax and how to effectively use the advantages that it offers. You will end the book equipped with the knowledge of testing, web services, and configuration and application integration tips and tricks.The recipes take a problem-solution approach to resolve issues commonly faced by Python programmers across the globe. You will be armed with the knowledge of creating applications with flexible logging, powerful configuration, and command-line options, automated unit tests, and good documentation.
[Read more…]

Programming Modern, Packt Publishing, Part 1, Python, Solutions

Modern Python Solutions (Steven F Lott, 2017, Packt)

02/04/2017 Learning for Life Leave a Comment

Modern Python Solutions (Steven F Lott, 2017, Packt)
English | Size: 3.06 GB
Category: Tutorial


Python is the preferred choice of developers, engineers, data scientists, and hobbyists everywhere. It is a great scripting language that can power your applications and provide great speed, safety, and scalability. By exposing Python as a series of simple recipes, you can gain insight into specific language features in a particular context. This video will arm you with the knowledge of creating applications with flexible logging, powerful configuration, and command-line options, automated unit tests, and good documentation. You will learn to use the Flask framework for Restful APIs. You will end the course equipped with the knowledge of testing, web services, and configuration and application integration tips and tricks. [Read more…]

Programming 2017, Modern, Python, Solutions, Steven F Lott

Lynda – Windows Server 2016 – Remote Access Solutions

02/04/2017 Learning for Life Leave a Comment

Lynda – Windows Server 2016 – Remote Access Solutions
English | Size: 303.23 MB
Category: Tutorial


System admins, whether experienced with or new to Windows Server 2016, can learn how to install and configure remote access services in this course. Scott Burrell covers setting up private intranets on public extranets, implementing virtual private networks, RADIUS installation, working with a network policy server, and configuration of DirectAccess. He also covers network address translation, remote authentication services, and more. [Read more…]

OS & Server Access, Lynda, Remote, Solutions, Windows Server 2016

Packt Publishing – Visual Studio 2015 Solutions – Part 2

18/03/2017 Learning for Life Leave a Comment

Packt Publishing – Visual Studio 2015 Solutions – Part 2
English | Size: 1.21 GB
Category: CBTs


We will start with Asynchrony in .NET, which deals with the use of asynchronous code to provide more responsive applications and discusses how it may benefit your applications. Next we will look at Unwrapping C++ Development, which tackles the elder statesman of languages served by VISUAL STUDIO 2015. Later will see Working with Team Foundation Server 2015, which describes how Team Foundation Server can benefit your productivity. After that will See Languages, it takes a moment to look at some languages other than .NET and C++, which include Type Script and Python. Python has a long and successful history, and it is now a first-class citizen of Visual Studio. Finally we will see Final Polish, we will cover some ways to extend Visual Studio’s abilities, and we will get your app ready for consumption by end users. [Read more…]

WEB/HTML/CSS/AJAX Packt Publishing, Part 2, Solutions, Visual Studio 2015

Packt Publishing – Visual Studio 2015 Solutions – Part 1

18/03/2017 Learning for Life Leave a Comment

Packt Publishing – Visual Studio 2015 Solutions – Part 1
English | Size: 1.02 GB
Category: Tutorial


Build practical application and web development projects using .NET
Visual Studio 2015 is the premier tool for developers targeting the Microsoft platform. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. [Read more…]

WEB/HTML/CSS/AJAX Packt Publishing, Part 1, Solutions, Visual Studio 2015

Lynda – Designing Database Solutions for SQL Server 2016

15/03/2017 Learning for Life Leave a Comment

Lynda – Designing Database Solutions for SQL Server 2016
English | Size: 383.89 MB
Category: Tutorial


When you’re working with a team to design a SQL Server 2016 database solution for your organization, there are certain advanced concepts you need to know. In this course, Adam Wilbert introduces you to some of the concepts you’ll need to design elegant database solutions that set up your team for success. He covers how to prepare the server for efficient usage, use backup strategies to minimize the impact of a failure, and follow security concepts to ensure users are granted the appropriate permissions for their roles. Plus, Adam covers some of the optimization strategies you can implement in SQL Server to help the system run smoothly in the future. [Read more…]

Database & SQL Database, Designing, Lynda, Solutions, SQL

VTC – PHP Project Solutions Tutorials

08/03/2017 Learning for Life Leave a Comment

VTC – PHP Project Solutions Tutorials
English | Size: 107 MB
Category: Tutorial


This course will provide in-depth coverage of major PHP syntax, built-in functions of PHP, web application programming techniques and recommended coding solutions based on common PHP requirements. The user will also learn how to create a complete web application using HTML/XHTML/XML, Javascript, Postgres/SQL and then learn to troubleshoot by example. Examples and code for an online card game, shopping cart, email newsletter, content management system and online survey system, are included within the tutorial. [Read more…]

Perl & PHP PHP, Project, Solutions, Tutorials, VTC

Modern Python Solutions – Part 1

03/03/2017 Learning for Life Leave a Comment

Modern Python Solutions – Part 1
English | Size: 742.57 MB
Category: Tutorial


The latest in modern Python recipes for the busy modern programmer covering the essential fundamentals of Python Programming
Develop succinct, expressive programs in Python
Learn the best practices and common idioms through carefully explained and structured recipes
Discover new ways to apply Python for the new age of development
[Read more…]

Programming Modern, Part 1, Python, Solutions

AWS Certified Solutions Architect – Associate 2017

27/01/2017 Learning for Life Leave a Comment

AWS Certified Solutions Architect – Associate 2017
English | Size: 4.65 GB
Category: Cloud-Comp


Amazon Web Services (AWS) Certification is fast becoming the must have certificates for any IT professional working with AWS. This course is designed to help you pass the AWS Certified Solutions Architect (CSA) – Associate Exam. Even if you have never logged in to the AWS platform before, by the end of our AWS training you will be able to take the CSA exam. No programming knowledge needed and no prior AWS experience required. With this AWS certification under your belt (and optionally after completing our AWS Certified Developer 2017 – also available on Udemy), you will be in high demand by many employers and you can command a superior salary. [Read more…]

Internet & Networking Architect, Associate, AWS, Certified, Solutions

Pluralsight – Implementing Windows Server 2016 Storage Solutions

09/01/2017 Learning for Life Leave a Comment

Pluralsight – Implementing Windows Server 2016 Storage Solutions
English | Size: 314.51 MB
Category: Tutorial


In this course, you will learn how to configure disks and volumes, implement server storage, and configure data deduplication within your Windows Server 2016 environment.
[Read more…]

OS & Server Implementing, Pluralsight, Solutions, Storage, Windows Server 2016

  • « Previous Page
  • 1
  • …
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • Next Page »
  • Microsoft Fabric – A Deeper Dive | Udemy
  • Microsoft Fabric: The Ultimate Guide (with Projects) | Udemy
  • Cisco CCIE Security – Umbrella Course | Orhan Ergun
  • Master calculus 2 using Python: integration, intuition, code | Udemy
  • Snowflake Master Class for Data Engineers-AWS-Zero to Expert | Udemy

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