* Cantinho Satkeys

Refresh History
  • 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
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31

Autor Tópico: Python 3 Complete Course 2022  (Lida 60 vezes)

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115815
  • Karma: +0/-0
Python 3 Complete Course 2022
« em: 28 de Outubro de 2022, 15:44 »

Python 3 Complete Course 2022
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.71 GB | Duration: 7h 45m

A great course to get started on python programming

What you'll learn
skills required for a Python developer
learn complete Python 3
learn how to install and set up Python
learn how to use PyCharm IDE
learn Python in 8 interesting sections
Build Strong Foundation in Python
Requirements
interest in learning Python programming
Beginner level knowledge on any programming language
Description
Hello and thank you for viewing this course on Udemy. This course is on Python 3. In this course I will teach Python from beginner to intermediate level. Please go through below points to get a brief summary of this course,· We will start our journey by introducing the course and Python to you. Then we will see how to install the software required for this course. Then we will learn how to import code from GitHub.· In the second section we will learn basics of Python. We will write our first program in Python and we will cover syntax, structure, comments and variables.· In the third section we will learn datatypes in Python which will cover Numbers, Strings, Sets, Lists, Tuples, Booleans and Dictionaries.· Fourth section will cover Python Operators and Control statements. We will learn how to use if and else blocks. Also we will learn how to write loops in Python.· In the fifth section we will learn some of the core features inn Python such as List and Dictionary Comprehensions, args, kwargs and lambda expressions.· In the sixth section we will learn Object oriented programming in Python. We will understand how to create classes and objects. Also we will understand Inheritance in Python and Dunder/Magic methods.· In the seventh section we will learn more core features which include modules, packages, import, file handling, Exception handling , Iterators, Generators and Decorators.· In the final section we will understand collections module and various additional data structures in Python. We will conclude our course with a course conclusion.I hope you gone through all the above topics and got a brief summary of what you are going to learn in this course. So what are you waiting for? Please Enroll to this course and start learning Python.
Overview
Section 1: Introduction
Lecture 1 Introduction to course
Lecture 2 Introduction to Python
Lecture 3 Download software for this course
Lecture 4 Importing source code for all examples
Lecture 5 PyCharm IDE Tips and tricks
Section 2: Python basics
Lecture 6 Writing the first Python program
Lecture 7 Python Syntax and Structure
Lecture 8 Comments in Python
Lecture 9 Variables in Python
Lecture 10 Python Keywords
Section 3: Datatypes in Python
Lecture 11 Numbers in Python
Lecture 12 Booleans in Python
Lecture 13 Python Strings and its methods
Lecture 14 Lists in Python
Lecture 15 Tuples in Python
Lecture 16 Sets in Python
Lecture 17 Dictionaries in Python
Section 4: Python Operators and Control statements
Lecture 18 Python Operators part 1
Lecture 19 Python Operators part 2
Lecture 20 If, else and elif
Lecture 21 Loops in Python
Lecture 22 Branching statements
Section 5: Python Core Features
Lecture 23 List Comprehension
Lecture 24 Dictionary Comprehension
Lecture 25 Args in Python
Lecture 26 Kwargs in Python
Lecture 27 Lambda Functions
Section 6: Object Oriented Programming in Python
Lecture 28 Objects and classes in Python
Lecture 29 The _init_ function
Lecture 30 Self Parameter in Python
Lecture 31 Inheritance in Python
Lecture 32 Magic or Dunder Methods in Python
Section 7: More core features in Python
Lecture 33 Modules and Packages in Python
Lecture 34 File handling in Python
Lecture 35 Exception handling in Python
Lecture 36 Regular Expressions in Python
Lecture 37 Python Iterators
Lecture 38 Python Generators
Lecture 39 Decorators in Python
Section 8: Collections module and advanced data structures
Lecture 40 Counter in Python
Lecture 41 Named tuple in Python
Lecture 42 Ordered Dict in Python
Lecture 43 Advanced methods in Tuples, Sets, Lists and Dictionaries
Lecture 44 Date Time in Python
Lecture 45 Math module in Python
Lecture 46 Concluding Remarks
Everyone interested in Programming


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/c807f80d1e6d1ac20aa3d881422b3574/lnrnp.Python.3.Complete.Course.2022.part1.rar.html
https://rapidgator.net/file/407580d633171403e635e3ce06c542d6/lnrnp.Python.3.Complete.Course.2022.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/29cb428c928a1A9c/lnrnp.Python.3.Complete.Course.2022.part1.rar
https://uploadgig.com/file/download/1B749b4d9b0f17ad/lnrnp.Python.3.Complete.Course.2022.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/CD545ABF11FE2A9/lnrnp.Python.3.Complete.Course.2022.part1.rar
https://nitroflare.com/view/260B4DBEFB2494F/lnrnp.Python.3.Complete.Course.2022.part2.rar

1dl.net:
Citar
https://1dl.net/lm2pfz5k05uj/lnrnp.Python.3.Complete.Course.2022.part1.rar.html
https://1dl.net/hy2xqwfrgkxj/lnrnp.Python.3.Complete.Course.2022.part2.rar.html