Course » Page 9 » Developer.Team

Python Basics Training Course

Python Basics Training Course
Python Basics Training Course


Get well-versed with the fundamentals of Python through this online self-learning course by Greycampus. GreyCampus is a leading provider of online self-learning courses for working professionals. This course is on Python, which is one of the easiest, most effective and most widely-used programming languages of today.
Read more

Quick Learning PHP for Beginners

Quick Learning PHP for Beginners
Quick Learning PHP for Beginners


Learn how to write PHP code. Beginners quick start guide to learning the foundations of PHP coding. Fast paced course perfect for beginners to learn the basics of writing PHP code. Learn about variables, loops, functions, conditional statements and a whole lot more. All the source code is included to get you started quickly.
Read more

Beginner Data Analysis Using SQL and Microsoft SQL Server

Beginner Data Analysis Using SQL and Microsoft SQL Server
Beginner Data Analysis Using SQL and Microsoft SQL Server


Learn Hands-On how to build Real World SQL Queries to answer questions with data.

SQL Server is a relational database management system -RDBMS developed and owned by Microsoft.
Thousands of companies all over the world use SQL Server for their data solution .
SQL -Structured Query Language is an internationally recognised language used to communicate and manipulate various database systems.
T-SQL - Transact SQL is Microsoft's implementation of SQL. There are a lot of similarities between them but also proprietary parts that are specific to SQL Server.
Read more

Using SQLite in Your iOS Apps

Using SQLite in Your iOS Apps
Using SQLite in Your iOS Apps


SQLite is a fast, reliable, and flexible embedded SQL database engine with a C API that works on iOS, Android, macOS, and other operating systems. In this course, Using SQLite in Your iOS Apps, you'll learn how to build an app that uses the SQLite engine for data cache and will strive for independence by calling the SQLite API directly from Swift 3.
Read more

First Steps in Java

First Steps in Java
First Steps in Java


Get a good grasp on the basics of Java programming language: topics ranging from basic syntax to database operations This course is designed for students or anyone else who want to start Java as a programming language. We will consider several topics ranging from installing Java itself to MySQL database operations. The first chapter will be about the basics: loops, decision making, variables and so on. The next chapters will be about exception handling as well as how to deal with input/output operations. Of course, we will consider the object orinted principles: inheritance, polymorphism and encapsulation as well. The last chapter will be about how to connect to a MySQL database and how to make the basic database-related operations: inserting new items, removing items or updating items in the database table.
Read more