Udemy Advanced Python Training - Refactoring Your Python Code

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy Advanced Python Training - Refactoring Your Python Code
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:2.59 GB

Files Included :
1 - Introduction.mp4 (5.53 MB)
MP4
10 - Dont use too Many Parameters.mp4 (43.4 MB)
MP4
11 - Learning Multiple Returns.mp4 (19.74 MB)
MP4
12 - Learn About Duplication.mp4 (16.31 MB)
MP4
13 - Understanding Inconsistency.mp4 (9.67 MB)
MP4
14 - Learning Similar Patterns.mp4 (10.71 MB)
MP4
15 - Learn About Poor Formatting.mp4 (22.65 MB)
MP4
16 - Learning the Code Smell.mp4 (13.35 MB)
MP4
17 - Learn How to Spot Zombie Code.mp4 (28.49 MB)
MP4
18 - Learn About Clutter Complexity & Cleverness.mp4 (2.89 MB)
MP4
2 - Introduction.mp4 (85.25 MB)
MP4
3 - Learn About Refactoring.mp4 (56.82 MB)
MP4
4 - Learn How to Recognize Issues.mp4 (1.08 MB)
MP4
5 - Learn About the Comments.mp4 (30.86 MB)
MP4
6 - Using the conditionals.mp4 (8.81 MB)
MP4
7 - Understanding Names Variables Functions Classes.mp4 (44.61 MB)
MP4
8 - Learn About Code Blocks.mp4 (34.7 MB)
MP4
9 - The Negative Logic.mp4 (11.15 MB)
MP4
19 - Introduction.mp4 (624.95 KB)
MP4
20 - Why Refactoring.mp4 (4.81 MB)
MP4
21 - A Brief Intro to Core Refactoring Techniques.mp4 (5.66 MB)
MP4
22 - Learn and Understand the Rename Technique.mp4 (49.49 MB)
MP4
23 - Learn and Understand the Move Technique.mp4 (16.56 MB)
MP4
24 - Learn and Understand the Extract Technique.mp4 (53.21 MB)
MP4
25 - Learn and Understand the Inline Technique.mp4 (52.14 MB)
MP4
26 - More About Refactoring Techniques.mp4 (10.26 MB)
MP4
27 - Introduction.mp4 (1.32 MB)
MP4
28 - Using Programming katas.mp4 (11.65 MB)
MP4
29 - Learn How to Create the program FizzBuzz.mp4 (260.34 MB)
MP4
30 - Learn How to Create the Roman Numerals kata.mp4 (359.03 MB)
MP4
31 - Learn to Build a Game 1.mp4 (183.87 MB)
MP4
32 - Learn to Build a Game 2.mp4 (204.63 MB)
MP4
33 - Examples Refactoring the Code 1.mp4 (95.69 MB)
MP4
34 - Examples Refactoring the Code 2.mp4 (279.54 MB)
MP4
35 - Examples Refactoring the Code 3.mp4 (192.57 MB)
MP4
36 - Examples Refactoring the Code 4.mp4 (243.16 MB)
MP4
37 - Examples Refactoring the Code 5.mp4 (180.56 MB)
MP4

6EKAJ1Pt_t.jpg


363506399_rg.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
364146951_nitroflare.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar
c556d4716edcc504c9754534dbbd9b89.webp


Advanced Python Training - Refactoring Your Python Code
Published 8/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English​
| Size: 2.59 GB[/center]
| Duration: 2h 45m
You'll learn how to manage code cleaning from a technical and organizational perspective.

What you'll learn
Improve code readability by applying effective concepts and techniques
Learn to discover ways to identify long methods and refactor them
Create objects that keep your code flexible, maintainable, and testable
Spot and fix common code smells to create code that is easier to read and understand
Apply the Single Responsibility Principle to develop less-coupled code
Discover how to combine different refactoring techniques
Learn ways to solve the issues caused by overusing primitives
Support your evolving code base by refactoring architectural behavior
Requirements
Basic python knowledge is helpful
Description
Welcome to this course. Refactoring improves your code without changing its behavior. As you consider the benefits of refactoring, you will need this complete course to steer you through the process of refactoring your code for optimum results. This course will show you how to make your code base more maintainable by detailing various refactorings. With refactoring, the best approach is to apply small targeted changes to a codebase. Instead of doing a huge sweeping change to your code, refactoring is better as a long-term and continuous enterprise. Advanced Python Training - Refactoring Your Python Code explains how to spot bugs and remove them from your code.This course will discuss large-scale code management, which typically calls for refactoring. You'll start by seeing how wordy conditionals, methods, and null checks make code unhealthy and unstable. This course introduces you to improving a software system's design through refactoring. It begins with simple refactoring and works its way through complex refactoring. You will learn how to change the design of your software system and how to prioritize refactorings. Whether it is identifying messy nested conditionals or removing unnecessary methods, this course will show various techniques to avoid these pitfalls and write code that is easier to understand, maintain, and test.At the end of the course, you'll have learned some of the main causes of unhealthy code, tips to identify them and techniques to address them.

Overview

Section 1: Welcome

Lecture 1 Introduction

Section 2: Getting started

Lecture 2 Introduction

Lecture 3 Learn About Refactoring

Lecture 4 Learn How to Recognize Issues

Lecture 5 Learn About the Comments

Lecture 6 Using the conditionals

Lecture 7 Understanding Names - Variables, Functions, Classes

Lecture 8 Learn About Code Blocks

Lecture 9 The Negative Logic

Lecture 10 Don't use too Many Parameters

Lecture 11 Learning Multiple Returns

Lecture 12 Learn About Duplication

Lecture 13 Understanding Inconsistency

Lecture 14 Learning Similar Patterns

Lecture 15 Learn About Poor Formatting

Lecture 16 Learning the Code Smell

Lecture 17 Learn How to Spot Zombie Code

Lecture 18 Learn About Clutter, Complexity & Cleverness

Section 3: Learning Main Refactoring Techniques

Lecture 19 Introduction

Lecture 20 Why Refactoring

Lecture 21 A Brief Intro to Core Refactoring Techniques

Lecture 22 Learn and Understand the Rename Technique

Lecture 23 Learn and Understand the Move Technique

Lecture 24 Learn and Understand the Extract Technique

Lecture 25 Learn and Understand the Inline Technique

Lecture 26 More About Refactoring Techniques

Section 4: Learn and Understand the Examples

Lecture 27 Introduction

Lecture 28 Using Programming katas

Lecture 29 Learn How to Create the program FizzBuzz

Lecture 30 Learn How to Create the Roman Numerals kata

Lecture 31 Learn to Build a Game - 1

Lecture 32 Learn to Build a Game - 2

Lecture 33 Examples: Refactoring the Code - 1

Lecture 34 Examples: Refactoring the Code - 2

Lecture 35 Examples: Refactoring the Code - 3

Lecture 36 Examples: Refactoring the Code - 4

Lecture 37 Examples: Refactoring the Code - 5

Developers who want to refactor their code in Python
iwyYLhyG_o.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
375727939_katfile.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

Free search engine download: Udemy Advanced Python Training Refactoring Your Python Code BOOKWARE-SOFTiMAGE
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten