* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr A Todos  101yd91 k7y8j0
    Hoje às 02:46
  • j.s.: try65hytr a todos  4tj97u<z 4tj97u<z
    21 de Novembro de 2024, 18:43
  • FELISCUNHA: dgtgtr  pessoal   49E09B4F
    20 de Novembro de 2024, 12:26
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    19 de Novembro de 2024, 02:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    16 de Novembro de 2024, 11:11
  • j.s.: bom fim de semana  49E09B4F
    15 de Novembro de 2024, 17:29
  • j.s.: try65hytr a todos  4tj97u<z
    15 de Novembro de 2024, 17:29
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    15 de Novembro de 2024, 10:07
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    15 de Novembro de 2024, 03:53
  • FELISCUNHA: dgtgtr   49E09B4F
    12 de Novembro de 2024, 12:25
  • JPratas: try65hytr Pessoal  classic k7y8j0 yu7gh8
    12 de Novembro de 2024, 01:59
  • j.s.: try65hytr a todos  4tj97u<z
    11 de Novembro de 2024, 19:31
  • cereal killa: try65hytr pessoal  2dgh8i
    11 de Novembro de 2024, 18:16
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    09 de Novembro de 2024, 11:43
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36

Autor Tópico: Coursera Learn to Program The Fundamentals (University of Toronto)  (Lida 163 vezes)

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 117301
  • Karma: +0/-0

Coursera: Learn to Program: The Fundamentals (University of Toronto)
WEBRip | English | MP4 + work files | 960 x 540 | VP8 ~549 kbps | 25 fps
VORBIS | 128 Kbps | 48.0 KHz | 2 channels | ~10 hours | 1.52 GB
Genre: eLearning Video / Computer Science, Development, Programming
A computer program is a set of instructions for a computer to follow, just as a recipe is a set of instructions for a chef. Laptops, kitchen appliances, MP3 players, and many other electronic devices all run computer programs. Programs have been written to manipulate sound and video, write poetry, run banking systems, predict the weather, and analyze athletic performance. This course is intended for people who have never seen a computer program.

It will give you a better understanding of how computer applications work and teach you how to write your own applications. More importantly, you'll start to learn computational thinking, which is a fundamental approach to solving real-world problems. Computer programming languages share common fundamental concepts, and this course will introduce you to those concepts using the Python programming language. By the end of this course, you will be able to write your own programs to process data from the web and create interactive text-based games.

Content:

week1

Learn to Program The Fundamentals 0.0 Welcome to LTP (035).mp4
Learn to Program The Fundamentals 0.1 Getting Started Installing Python (246).mp4
Learn to Program The Fundamentals 0.2 Python as a Calculator (1033).mp4
Learn to Program The Fundamentals 0.3 Python and Computer Memory (242).mp4
Learn to Program The Fundamentals 0.4 Variables (739).mp4
Learn to Program The Fundamentals 0.5 Built-in Functions (500).mp4
Learn to Program The Fundamentals 0.6 Defining Functions (641).mp4

week2

Learn to Program The Fundamentals 1.0 Visualizing Assignment Statements (249).mp4
Learn to Program The Fundamentals 1.1 Type str (456).mp4
Learn to Program The Fundamentals 1.2 InputOutput and str Formatting (1014).mp4
Learn to Program The Fundamentals 1.3 Docstrings and Function help (118).mp4
Learn to Program The Fundamentals 1.4 Function Design Recipe (552).mp4
Learn to Program The Fundamentals 1.5 Function Reuse (640).mp4
Learn to Program The Fundamentals 1.6 Visualizing Function Calls (534).mp4

week3

Learn to Program The Fundamentals 2.0 Functions Variables and the Call Stack (430).mp4
Learn to Program The Fundamentals 2.1 Type bool (857).mp4
Learn to Program The Fundamentals 2.2 Converting between int str and float (316).mp4
Learn to Program The Fundamentals 2.3 Import Using Non-Built-in Functions (529).mp4
Learn to Program The Fundamentals 2.4 If statements (910).mp4
Learn to Program The Fundamentals 2.5 No if required (417).mp4
Learn to Program The Fundamentals 2.6 Structuring if statements (607).mp4

week4

Learn to Program The Fundamentals 3.0 More str operators (216).mp4
Learn to Program The Fundamentals 3.1 str indexing and slicing (453).mp4
Learn to Program The Fundamentals 3.2 str Methods Functions Inside of Objects (341).mp4
Learn to Program The Fundamentals 3.3 for loop over str (1135).mp4
Learn to Program The Fundamentals 3.4 IDLE's Debugger (400).mp4

week5

Learn to Program The Fundamentals 4.0 while loops (1221).mp4
Learn to Program The Fundamentals 4.1 Comments (455).mp4
Learn to Program The Fundamentals 4.2 Type list (423).mp4
Learn to Program The Fundamentals 4.3 list methods (807).mp4
Learn to Program The Fundamentals 4.4 Mutability and Aliasing (1003).mp4
Learn to Program The Fundamentals 4.5 range (334).mp4

week6

Learn to Program The Fundamentals 5.0 for loop over indices (1424).mp4
Learn to Program The Fundamentals 5.1 Parallel Lists and Strings (603).mp4
Learn to Program The Fundamentals 5.2 Nested Lists (403).mp4
Learn to Program The Fundamentals 5.3 Nested Loops (1356).mp4
Learn to Program The Fundamentals 5.4 Reading Files (443).mp4
Learn to Program The Fundamentals 5.5 Writing Files (517).mp4
Learn to Program The Fundamentals 5.6 Developing a Program (3401).mp4

week7

Learn to Program The Fundamentals 6.0 Tuples (207).mp4
Learn to Program The Fundamentals 6.1 Type dict (953).mp4
Learn to Program The Fundamentals 6.2 Inverting a Dictionary (428).mp4
Learn to Program The Fundamentals 6.3 Populating a Dictionary (718).mp4

        General
Unique ID                                : 112863025795949213789042167303119483338 (0x54E8A0CB20416F3C8F651FE602E6B1CA)
Complete name                            : Learn to Program The Fundamentals 5.6 Developing a Program (3401).mp4
Format                                   : WebM
Format version                           : Version 2
File size                                : 174 MiB
Duration                                 : 34mn 1s
Overall bit rate mode                    : Variable
Overall bit rate                         : 714 Kbps
Writing application                      : Lavf52.99.1
Writing library                          : Lavf52.99.1

Video
ID                                       : 1
Format                                   : VP8
Codec ID                                 : V_VP8
Duration                                 : 34mn 1s
Bit rate                                 : 549 Kbps
Width                                    : 960 pixels
Height                                   : 540 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Frame rate                               : 25.000 fps
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.042
Stream size                              : 134 MiB (77%)
Default                                  : Yes
Forced                                   : No

Audio
ID                                       : 2
Format                                   : Vorbis
Format settings, Floor                   : 1
Codec ID                                 : A_VORBIS
Duration                                 : 34mn 1s
Bit rate mode                            : Variable
Bit rate                                 : 128 Kbps
Channel(s)                               : 2 channels
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Stream size                              : 31.2 MiB (18%)
Writing library                          : libVorbis (Schaufenugget) (20101101 (Schaufenugget))
Default                                  : Yes
Forced                                   : No
Writing application                      : Lavc52.112.1   

Screenshots
   




Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction