* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: A Problem-Based Approach To The Go Programming Language  (Lida 94 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
A Problem-Based Approach To The Go Programming Language
« em: 15 de Novembro de 2023, 08:42 »

A Problem-Based Approach To The Go Programming Language
Published 11/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.26 GB | Duration: 3h 43m

Golang, Algorithms, Problem Solving and GUIs using Go and Fyne

What you'll learn
Learn Go Programming Language Basics
Focus on Problem solving
Have fun
Learn general programming principles

Requirements
No programming experience needed
The most important thin is to type the code and complete the course
Set a weekly schedule, be it one hour a week or 10-20 hours a week.

Description
Course Syllabus: The Go Programming Language - A Problem-Based ApproachSection 1: Getting Started- Installation: - Guided setup on various platforms - Links to official Go documentation for referenceSection 2: Foundations- The Basics: - Data types, operators, and syntax in Go- Variables, Strings, Conditions: - Declaration of variables, string manipulation, and understanding conditional statementsSection 3: Control Flow and Data Structures- Loops and Arrays and Slices - Part 1: - Types of loops, arrays, and slices- Dictionaries and Maps: - Utilizing maps for key-value pairsSection 4: File Operations- File Handling: - Reading from and writing to files - Error handling and best practicesSection 5: Advanced Programming Concepts- Memoization and Recursion: - Applying memoization and recursion in problem-solving- Go and its Relation to Object-Oriented Programming: - Understanding structs, methods, and interfaces in Go- Functions: - In-depth exploration of function usage and flexibilitySection 6: Modern Go Features- Generics Golang: - Leveraging recent additions for enhanced code reusability- Concurrency: - Implementing Goroutines and channels for concurrent programmingSection 7: Building User Interfaces- GUI with Fyne: - Creating graphical user interfaces using the Fine library - Practical examples and hands-on projectsThis course is designed to provide a thorough understanding of Go programming through a problem-based approach. Each section builds on the previous one, ensuring that you develop practical skills and the ability to solve real-world challenges using the Go programming language. Get ready to code, problem-solve, and master Go!

Overview
Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Installing Go

Section 2: Importing a Go module

Lecture 3 An Example using gonum statistics module

Section 3: Variables, Strings, Conditions

Lecture 4 trapezoid

Lecture 5 Hello

Lecture 6 Hello and Number Divisible by Seven

Lecture 7 strangeRepeat

Lecture 8 reverseSplit

Section 4: Loops and Lists - Part 1

Lecture 9 firstDivisble

Lecture 10 sumOfProducts

Lecture 11 growingDifference - Part 1

Lecture 12 growingDifference - Part 2

Lecture 13 numberOfStringsAboveAverage

Lecture 14 findRepeatSubstring - Part 1

Lecture 15 findRepeatSubstring - Part 2

Section 5: Loops and Lists - Part 2

Lecture 16 Sum Divisible by k Example

Lecture 17 Multiply Odd Digits Example

Lecture 18 countLongestRepetition Example

Lecture 19 divideMatrixByScalar - Part 1

Lecture 20 divideMatrixByScalar - Part 2

Lecture 21 divideMatrixByScalar - Part 3

Lecture 22 matrixTranspose

Lecture 23 * Interfaces

Section 6: Dictionaries and Maps

Lecture 24 * Function values, anonymous, variadic, panic, recovery

Lecture 25 mostPopularCharacter

Any one wanting to learn Go

rapidgator.net:
Citar
https://rapidgator.net/file/4aa1643811f776c5400bfdb41f9aad7c/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part1.rar.html
https://rapidgator.net/file/338c342d7e3248b776a5a9817f381f95/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/bc8addcA3e72a6F4/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part1.rar
https://uploadgig.com/file/download/0C843cbD616D0d99/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part2.rar

ddownload.com:
Citar
https://ddownload.com/z8g6mg82b8do/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part1.rar
https://ddownload.com/o7au9xrqa9n0/qqshm.A.ProblemBased.Approach.To.The.Go.Programming.Language.part2.rar