𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

LEARN GOLANG AND PYTHON QUICKLY: Coding For Beginners - 2 BOOKS IN 1 - GOLANG AND PYTHON Crash Course, A QuickStart Guide, Tutorial Book by Program Examples, In Easy Steps!

✍ Scribed by JJ TAM


Year
2020
Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


YOU WILL SAVE 33% WITH THIS OFFER.
This Books Absolutely For Beginners:
"LEARN GOLANG QUICKLY " covers all essential GOLANG language knowledge. You can learn complete primary skills of GOLANG programming fast and easily.

β€œLEARN PYTHON QUICKLY” covers all essential PYTHON language knowledge. You can learn complete primary skills of PYTHON CODING fast and easily. The book includes practical examples for beginners.

TABLE OF CONTENTS
Introduction Go Language
Go: Hello World Application
Go language: Build executable
Go: Primitive Data Types
Go language: Print value and type of a variable
Go language: Initialize multiple variables in one line
Go Language: Constants
Go language: iota identifier
Go Language: Type Conversion
Go language: Type Inference
Go language: strings
Go language: concatenate strings
Go language: multi line strings
Go Language: Arrays
Go Language: Arrays are passed by value
Go language: Slices
Go language: Slices are passed by reference
Go language: Iterate over a slice using range keyword
Go language: Get slice from a slice
Go language: Append an element to a slice
Go Language: Map data structure
Go language: Define map using literal notation
Go language: len : Get number of items in a map
Go Language: Map: Check whether an item exists in map or not
Go language: Delete item from the map
Go language: Print all the keys of map
Go language: Print key, value from map
Go language: if statement
Go language: if-else statement
Go language: if statement: combine initialisation and condition evaluation in same line
Go Language: switch statement
Go language: switch without an expression
Go Language: for loop
Go Language: Use for loop as while loop
Go language: Print elements of array
Go language: Iterate over a map
Go language: Read data from console or user
Go Language: Create a function
Go Language: Pass by Reference
Go language: Variadic Functions
Go language: Return a value from function
Go language: Anonymous functions
Go Language: Functions continued
Go Language: return Error from a function
Go Language: Structs
Go Language: Construct an object to a structure using &
Go language : struct literal notation
Go language: constructor functions
Go Language: Adding Methods to a struct
Go Language: Interfaces
Go Language: Importing multiple packages
Go language: defer the function execution
Go language: Pointers
Go language: Structure pointers
Go Language: Read content type from a url
Go language: Exit the program with given status code
Go Language: Goroutines
Go language: Convert string to byte array
Go language: Generate random uuid or string
Go language: Write a program to print lowercase alphabets
Go language: Sleep goroutine for some time
Go language: Repeat a string n times
Go Language: Concatenate strings
Go Language: Multi line strings
Go Language: Convert byte array to string
For-each loop in Go language
Go language: Convert integer to string
Go language: Find type of object
Go language: Read input from console
Go language: Print structure with field names
LEARN PYTHON QUICKLY
Install python on MAC OS
Python: Hello World program
Python interactive command line
Python: Operators
Arithmetic Operators in python
Relational Operators in python
Assignment operators in python
Logical Operators in python
Bitwise Operators in python
Membership operators in python
Identity operators in python
Python: Short circuit operators
Strings in python
Python: if condition
Python: while statement
Python: for statement
Python: break statement
Python: continue statement
Python: functions
Python: functions: return statement
Python: functions: Default Argument Values
Python: functions: Keyword arguments
Python lists
Python: list extend: append elements of given list
Python: insert: Insert an element at given position
Python: list remove: Remove an element


πŸ“œ SIMILAR VOLUMES


RUST AND GOLANG FOR BEGINNERS: 2 BOOKS I
✍ TAM SEL πŸ“‚ Library πŸ“… 2020 🌐 English

YOU WILL SAVE 33% WITH THIS OFFER. This Books Absolutely For Beginners: β€œRUST FOR BEGINNERS” covers all essential RUST language knowledge. You can learn complete primary skills of RUST programming fast and easily. The book includes practical examples for beginners. "GOLANG FOR BEGINNERS " covers

Python Programming for beginners: Learn
✍ White Belt Mastery πŸ“‚ Library πŸ“… 2020 🌐 English

The book you were waiting for to learn how to program with Python ! <b>βœ… 100% Beginners centered</b> <ul><br><li>Introduction to Python</li><br><li>Variables, Math expressions</li><br><li>User input and conditional statements</li><br><li>Comments, lists, tuple</li><br><li>Dictionary, Loop,