Julia – Future Python

Julia Basic to Intermediate

Julia Code, Loops, Conditions, Plots, Date Time, File System, Statistics package

Requirements

  • Basic Programming Knowledge

Description

In this course you are going to learn Basic Julia to Intermediate Julia Programming in less than 2 Hourse.

Course Content:

Why is Julia build?

Julia vs Python

Who uses Julia and What they are saying?

Installation and Package Management in Julia.

Basic Syntax (Println, readline, String handling)

Data Structures (Array, Tuple and Dictionary)

Conditions and Loops

Error Handling

File System Handling and DateTime Functions

Data Handling and Plotting

I am sure , once you do this course , you will have an edge over others.

Julia is called future python because of its speed and simplicity and integration with others.

Who this course is for:

  • Python Developer, New Programmer,
  • Someone who loves to explore Future Python

Course content

Python Quick Start Tutorial for Beginners

Python syntax and basics, builtin functions

list, tuple, set, dictionary

classes and object oriented, working with files, error handling,

data visualization and basics of web application.

Requirements

  • Computer basics

Description

Welcome to Python Quick start tutorial course. What you will learn in this course: Fundamentals of python, functions, list, tuple, set, dictionary, classes and object oriented, working with files, error handling, data visualization and basics of web application with python.

Syntax in python is simple and easy to read and understand. And by syntax we mean a set of rules that define how to write a correct Python program. It includes rules for naming variables, using punctuation, formatting code, defining methods, etc. We will cover the fundamental ones in section 1.

Python supports several data types including integers, floats, strings, booleans, lists and so on. The primitive data types are covered in section 2. Python also has many built-in functions that can be used without the need to import any additional modules.

In section 3, I explain python decision flow with if, else if and else statements. I also teach you how to write for loop and while loop in python. At the end of this section, you are challenged to write your own code to program a traffic speed camera. You will find it easy and fun after watching this video.

In section 4, you will understand how to use functions and modules in Python.

The remaining of the sections is as follows:

5. List, Tuple

6. Sets, Dictionaries

7. Classes and Object Oriented

8. Files

9-11. (will be added)

Who this course is for:

  • Students, early learners of Python in fast pace

Course content