Career Training Program

Products 217-228 of 248
Show
Intro to WordPress Development
Price: $1,595.00
Availability: In Stock
Item #: WE-INWPD-0424 -

WordPress powers over 29% of all the websites on the internet. WordPress powers everything from blogs and company sites to SAAS apps and mobile apps. With WordPress only growing in popularity each year, now is a great time to get started with this CMS and framework!

Learn GitHub Flavored Markdown
Price: $1,595.00
Availability: In Stock
Item #: WE-LGHFM-0424 -

Markdown is a alternative to other markup languages such as HTML. There is a version that is a little more 'fancy' called GitHub Flavored Markdown. In this series, you will find out what GitHub-Flavored Markdown is as well as how to accomplish quick format tasks that simplify creating structure and some styling.

Object Oriented Java
Price: $1,595.00
Availability: In Stock
Item #: WE-OOJ-0424 -

In this series, Mark and Justin walk you through the hoops and hurdles of the Java syntax by providing examples and common mistakes and shortcuts you'll be faced with. By the end you'll have an understanding of all of the syntax as well as common Java tools. You will have built feature-filled programs to simplify your life and wrangle the challenges of junior programming jobs, so if you're ready to learn Java as a first or second programming language then join us!

Object Oriented Python
Price: $1,595.00
Availability: In Stock
Item #: WE-OOP-0424 -

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...

Programming Fundamentals
Price: $1,595.00
Availability: In Stock
Item #: WE-PRGFND-0424 -

Have you wanted to see what this programming thing is all about? Do you have issues figuring out where to start? Well, this course will show you how to get things set up and start with the basics of programming using the Python programming language. If you want to set up your machine, understand the basics of Python, and start understanding the basic tenets of programming, then please join us!

Python Data Model
Price: $1,595.00
Availability: In Stock
Item #: WE-PYDD-0424 -

Python has a set of protocols that the language internally adhere to which provides the functionality for features such as iteration, context manager behavior, string representation of an object, and many other things. When you create custom classes in Python and make use of these protocols then you can create custom behavior in the context of iterations, types, comparison of objects, operator overloading, and much more. Knowing about these will help level up your Python skills. If you are...

Python for Security
Price: $1,595.00
Availability: In Stock
Item #: WE-PYSEC-0424 -

Python is a great language for learning, writing web applications, and manipulating data. However, Python can be used for security testing as well. In this series, we will explore the use of Python in such concepts as brute force password cracking, making SSH connections programmatically, creating socket connections and port scanner a particular host, banner grabbing from open ports, and more. If that sounds interesting to you, then please join us!

Python Programming
Price: $1,595.00
Availability: In Stock
Item #: WE-PYPRG-0424 -

In this series, Daniel and Justin walk you through an in-depth primer on the Python programming language. Whether you have some other programming experience or you are completely new to coding, you will be given the tools necessary to get started writing programs with Python. They cover topics like printing output to the screen, assigning and utilizing variables, getting input from the user, decision making, iteration/loops, creating lists, dictionaries, and tuples, using and creating...

RESTful API with Express
Price: $1,595.00
Availability: In Stock
Item #: WE-RESTAE-0424 -

In this series, we creates a RESTful API using the Express web application framework. Justin review the process of setting up a Node-based project as well as installing the Express Node module. After that, Justin discusses important concepts and processes that are key in developing a RESTful API such as creating routes that correspond to data resources, data modeling of those resources, use of middleware to make the API a little more robust, and adding a persistence layer to the API. RESTful...

Use the Standard Library
Price: $1,595.00
Availability: In Stock
Item #: WE-STNLIB-0424 -

Part of the power of Python is the array of tools that come built into the language, known as the Python Standard Library. In this series, we take a look at the Standard Library, import from the Standard Library, as well as take a view of some of the more common modules, or parts, of the Standard Library. If you want to dive a little deeper, then we will see you there.

Using Community Code
Price: $1,595.00
Availability: In Stock
Item #: WE-UCOMMC-0424 -

In this series, we will explore the use of community code, or code written by others that to solve a particular problem or provide a particular functionality. We will explore how you can obtain these created solutions to increase your problem solving speed. In order to do so, we will explore the use of tools like pip, pipenv, and conda which are solutions to the fetching and managing of outside dependency requirements. If you are looking to solve bigger and bigger problems or just explore...

Weather Application with Angular Express
Price: $1,595.00
Availability: In Stock
Item #: WE-WAAE-0424 -

In this series, Justin is going to combine the powers of the Express web framework with the power of AngularJS on the front end to create a weather forecast web application. Express will be used to proxy the request from the front end to the DarkSky API that is being consumed as a measure of hiding the credentials that are necessary for making the request. Moreover, Angular will interact with the proxy in order to obtain the information needed to render the application. If you want to see how...