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

Learn Python Django from Scratch (Stone River eLearning)

24/11/2017 Learning for Life Leave a Comment

Learn Python Django from Scratch (Stone River eLearning)
English | Size: 3.60 GB
Category: CBTs


Course Introduction
Overview of the Final Project
Introduction to Django
Section Introduction
Django Installation and Configuration
MVC Applied to Django and Git
Basic Views, Templates and URLs
Models, Databases, Migrations and the Django Admin
Section Recap
Section 2 Quiz [Read more…]

Internet & Networking Django, Learn, Python, Scratch, Stone River

[pluralsight.com] Python Fundamentals

21/11/2017 Learning for Life Leave a Comment

[pluralsight.com] Python Fundamentals
English | Size: 642.47 MB
Category: CBTs


Python Fundamentals gets you started with Python, a dynamic language popular for web development, big data, science, and scripting. What’s so great about Python? Python is powerful. The Python language is expressive and productive, it comes with a great standard library, and it’s the center of a huge universe of wonderful third-party libraries. With Python you can build everything from simple scripts to complex applications, you can do it quickly, and you can do it with fewer lines of code than you might think possible. But for many people those reasons take back-seat to something more important: Python is fun! Python’s readable style, quick edit-and-run development cycle, and “batteries included” philosophy mean that you can sit down and enjoy writing code rather than fighting compilers and thorny syntax. As your experiments become prototypes and your prototypes become products, Python makes the experience of writing software not just easier but truly enjoyable. In the words of Randall Munroe, “Come join us! Programming is fun again!” [Read more…]

Programming Fundamentals, Pluralsight.com, Python

[pluralsight.com] Advanced Python

21/11/2017 Learning for Life Leave a Comment

[pluralsight.com] Advanced Python
English | Size: 598.72 MB
Category: CBTs


Over time, Python has exploded in popularity, from being an obscure scripting language to becoming one of the most popular, and widely used languages in the world. In this course, Advanced Python, you’ll learn advanced topics, a knowledge of which will set you apart from the greater number of Python developers. First, you’ll explore how to gain fine-grained control over attribute access. Next, you’ll discover how to intercept class-object construction. Finally, you’ll learn the subtle, but powerful, controls Python gives you over class relationships. By the end of this course, you’ll know enough Python to understand the advanced techniques used to implement sophisticated frameworks and much more.

Buy Long-term Premium Accounts To Support Me & Max Speed

DOWNLOAD:


http://rapidgator.net/file/8ccd0cef944e046bb469e9a68c628e1e/%5Bpluralsight.com]_Advanced_Python.rar.html


http://nitroflare.com/view/10E9305E31A23CD/_pluralsight.com__Advanced_Python.rar

If any links die or problem unrar, send request to http://goo.gl/aUHSZc

Programming Advanced, Pluralsight.com, Python

Packt Publishing – Python GUI Programming Recipes using PyQt5

13/11/2017 Learning for Life Leave a Comment

Packt Publishing – Python GUI Programming Recipes using PyQt5
English | Size: 848.11 MB
Category: CBTs


The video course focuses on developing fully functional Python GUIs using the PyQt5 framework. We start simple and move ahead with more complex GUIs, adding widgets and making them functional. The course then uses Qt Designer, which is a fantastic tool for quickly creating professional-looking GUIs written in Python. We decouple the UI code from the Python business logic code, using a Best Practices approach. [Read more…]

Programming GUI, Packt Publishing, Programming, Python, Recipes

Packt Publishing – Data Analysis with Pandas and Python

12/11/2017 Learning for Life Leave a Comment

Packt Publishing – Data Analysis with Pandas and Python
English | Size: 2.03 GB
Category: CBTs


Analyze data quickly and easily with Python’s powerful panda library! All datasets included — beginners welcome!

An excellent choice for both beginners and experts looking to expand their knowledge on one of the most popular Python libraries in the world!. Data Analysis with Pandas and Python offers 19+ hours of in-depth video tutorials on the most powerful data analysis toolkit available today. [Read more…]

Database & SQL Data Analysis, Packt Publishing, Pandas, Python

LiveLessons – Refactoring in Python – Improving Your Code (Video Training)

10/11/2017 Learning for Life Leave a Comment

LiveLessons – Refactoring in Python – Improving Your Code (Video Training)
English | Size: 7.28 GB
Category: CBTs


4+ Hours of Video Instruction

With more than 4 hours of video instruction, learn how to refactor effectively in the Python programming language, gain all the basics to begin improving and simplifying your software designs, and refactor mercilessly.

In Refactoring in Python LiveLessons, Bryan Beecham shows developers how to recognize problems in their code, how to make needed changes to create high-quality software that can be rapidly developed, and how to refactor effectively in the Python programming language.
[Read more…]

Programming Improving, LiveLessons, Python, Refactoring, Your Code

Pluralsight – Python for Maya Fundamentals

31/10/2017 Learning for Life Leave a Comment

Pluralsight – Python for Maya Fundamentals
English | Size: 465.0MB
Category: CBTs


Do you ever feel like you could work better and faster in Maya if you didn’t have to do so many repetitive tasks? In this course, Python for Maya Fundamentals, you’ll learn the skills to make your own tools that automate those actions away. First, you’ll discover how to use functions. Next, you’ll explore more about classes. Finally, you’ll learn other programming concepts to make artist friendly user interfaces. When you’re done with this course, you’ll be able to write software for yourself, your team, or even your studio, making you the fastest artist around and invaluable to your employers. Software required: Maya. [Read more…]

Programming Fundamentals, Maya, Pluralsight, Python

Pluralsight – Getting Started with Python Concurrency

30/10/2017 Learning for Life Leave a Comment

Pluralsight – Getting Started with Python Concurrency
English | Size: 312.21 MB
Category: CBTs


Until recently, you could speed up your programs by simply running them on newer, faster hardware. Now, instead of making CPU’s faster, hardware makers are adding more CPU cores to your computing devices. To make programs run faster today, employing concurrency techniques to get your programs running on multiple cores simultaneously is paramount. In this course, Getting Started with Python Concurrency, you’ll learn how to make your Python programs more efficient, responsive, and faster using Python’s concurrency packages. [Read more…]

Programming Concurrency, Getting Started, Pluralsight, Python

Packt Publishing – Step-by-Step Machine Learning with Python

29/10/2017 Learning for Life Leave a Comment

Packt Publishing – Step-by-Step Machine Learning with Python
English | Size:
Category: CBTs


Put your Python skills to the test and enter the big world of data science to learn the most effective machine learning tools and techniques with this interesting guide.
This course is an enticing journey that starts from the very basics and gradually picks up pace as the story unfolds. Each concept is first succinctly defined in the larger context of things, followed by a detailed explanation of their application. Every concept is explained with the help of a project that solves a real-world problem and involves hands-on work, giving you a deep insight into the world of machine learning. With this simple yet rich language-Python-you will understand and be able to implement the examples with ease.
Data science and machine learning are some of the top buzzwords in the technical world today. The resurging interest in machine learning is due to the same factors that have made data mining and Bayesian analysis more popular than ever. [Read more…]

Programming Learning, Machine, Packt Publishing, Python, Step-by-Step

Pluralsight – Python for Maya Fundamentals

18/10/2017 Learning for Life Leave a Comment

Pluralsight – Python for Maya Fundamentals
English | Size: 465.0MB
Category: Tutorial


Do you ever feel like you could work better and faster in Maya if you didn’t have to do so many repetitive tasks? In this course, Python for Maya Fundamentals, you’ll learn the skills to make your own tools that automate those actions away. First, you’ll discover how to use functions. Next, you’ll explore more about classes. Finally, you’ll learn other programming concepts to make artist friendly user interfaces. When you’re done with this course, you’ll be able to write software for yourself, your team, or even your studio, making you the fastest artist around and invaluable to your employers. Software required: Maya. [Read more…]

3D Fundamentals, Maya, Pluralsight, Python

  • « Previous Page
  • 1
  • …
  • 291
  • 292
  • 293
  • 294
  • 295
  • …
  • 313
  • Next Page »
  • Funnel Gorgeous – Launch Gorgeous Subscription Edition
  • RektProof Price Action
  • Udemy – DNS On Windows Server 2025 Inside Out 100% Labs
  • Udemy – Embedded Systems State Machines & Data Structures (Updated)
  • Channel 4 – Trump’s New World: What It Means to You (2025)

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