Courses - Demo Main https://eduma.thimpress.com/demo-1 Education WordPress Theme Tue, 28 Jul 2020 03:19:05 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.3 https://eduma.thimpress.com/demo-1/wp-content/uploads/sites/89/2015/10/favicon-32x32.png Courses - Demo Main https://eduma.thimpress.com/demo-1 32 32 Learn Python – Interactive Python https://eduma.thimpress.com/demo-1/courses/python/ Sat, 13 Jun 2015 10:58:57 +0000 http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2461 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

The post Learn Python – Interactive Python appeared first on Demo Main.

]]>
COURSE DESCRIPTION

What is Python?

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

It is used for:

  • web development (server-side),
  • software development,
  • mathematics,
  • system scripting.

What can Python do?

  • Python can be used on a server to create web applications.
  • Python can be used alongside software to create workflows.
  • Python can connect to database systems. It can also read and modify files.
  • Python can be used to handle big data and perform complex mathematics.
  • Python can be used for rapid prototyping, or for production-ready software development.

Why Python?

  • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
  • Python has a simple syntax similar to the English language.
  • Python has syntax that allows developers to write programs with fewer lines than some other programming languages.
  • Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
  • Python can be treated in a procedural way, an object-orientated way or a functional way.

LEARNING OUTCOMES

  • Over 37 lectures and 55.5 hours of content!
  • LIVE PROJECT End to End Software Testing Training Included.
  • Learn Software Testing and Automation basics from a professional trainer from your own desk.
  • Information packed practical training starting from basics to advanced testing techniques.
  • Best suitable for beginners to advanced level users and who learn faster when demonstrated.
  • Course content designed by considering current software testing technology and the job market.
  • Practical assignments at the end of every session.
  • Practical learning experience with live project work and examples.

The post Learn Python – Interactive Python appeared first on Demo Main.

]]>
Getting Started with LESS https://eduma.thimpress.com/demo-1/courses/getting-started-with-less-beginner-crash/ Sat, 13 Jun 2015 09:57:39 +0000 http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2410 Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

The post Getting Started with LESS appeared first on Demo Main.

]]>
COURSE DESCRIPTION

LESS is a CSS pre-processor that enables customizable, manageable and reusable style sheet for website. LESS is a dynamic style sheet language that extends the capability of CSS. LESS is also cross browser friendly.

CSS Preprocessor is a scripting language that extends CSS and gets compiled into regular CSS syntax, so that it can be read by your web browser. It provides functionalities like variablesfunctionsmixins and operations that allow you to build dynamic CSS.

Why LESS?

Let us now understand why do we use LESS.

  • LESS supports creating cleaner, cross-browser friendly CSS faster and easier.
  • LESS is designed in JavaScript and also created to be used in live, which compiles faster than other CSS pre-processors.
  • LESS keeps your code in modular way which is really important by making it readable and easily changeable.
  • Faster maintenance can be achieved by the use of LESS variables.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

LEARNING OUTCOMES

  • Over 37 lectures and 55.5 hours of content!
  • LIVE PROJECT End to End Software Testing Training Included.
  • Learn Software Testing and Automation basics from a professional trainer from your own desk.
  • Information packed practical training starting from basics to advanced testing techniques.
  • Best suitable for beginners to advanced level users and who learn faster when demonstrated.
  • Course content designed by considering current software testing technology and the job market.
  • Practical assignments at the end of every session.
  • Practical learning experience with live project work and examples.

The post Getting Started with LESS appeared first on Demo Main.

]]>
Complete Beginner to JavaScript Developer https://eduma.thimpress.com/demo-1/courses/complete-beginner-to-javascript-developer/ Fri, 05 Jun 2015 10:16:38 +0000 http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1528 JavaScript is an object oriented dynamic language with types and operators, standard built-in objects, and methods. Its syntax comes from the Java and C languages, so many structures from those languages apply to JavaScript as well.

The post Complete Beginner to JavaScript Developer appeared first on Demo Main.

]]>
COURSE DESCRIPTION

JavaScript Can Change HTML Content

One of many JavaScript HTML methods is getElementById().

This example uses the method to “find” an HTML element (with id=”demo”) and changes the element content (innerHTML) to “Hello JavaScript”.

JavaScript Can Change HTML Attribute Values

In this example JavaScript changes the value of the src (source) attribute of an <img> tag.

JavaScript Can Change HTML Styles (CSS)

Changing the style of an HTML element, is a variant of changing an HTML attribute

JavaScript Can Hide HTML Elements

Hiding HTML elements can be done by changing the display style.

The post Complete Beginner to JavaScript Developer appeared first on Demo Main.

]]>