Tags
Language
Tags
November 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Ultimate Introduction To Programming Concepts Via Python

    Posted By: ELK1nG
    Ultimate Introduction To Programming Concepts Via Python

    Ultimate Introduction To Programming Concepts Via Python
    Published 4/2024
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 14.74 GB | Duration: 24h 12m

    Very basic introduction to computer programming via Python programming Language. An absolute beginners Python course.

    What you'll learn

    Python programming

    Computer Programming

    Coding, Loops, conditions, variables, Logic, advanced concepts in python

    Computer programming logic

    Computer programming concepts

    Requirements

    No prerequisites, this training is for absolute beginners. Everything is discussed from ground up.

    Description

    An introductory guide to computer programming principles using the Python programming language, structured into three main sections:Covering fundamental programming concepts such as variables, conditions, loops, and data structures.Exploring programming logic and cultivating a programmer's mindset through a series of progressively challenging exercises based on the concepts learned in section 1.Delving into more advanced programming paradigms including Object-Oriented Programming (OOP), multi-threading, packaging, multi-file programming, and beyond.This comprehensive resource serves as a starting point for anyone embarking on their journey into computer programming and coding.Notable features of the course:Tailored for complete beginners Ideal starting point for learning any programming language Comprehensive Python instruction Emphasis on mastering coding logic Abundant practice opportunities included Subtitles ensuring 100% accuracyLot of focus on “Why”Almost all the concepts are language agnosticThough the medium is Python, nothing much is specific to Python.Addresses the problem of “Everyday a new programming language”About instructorTrainer and Consultant SourceLens, Sydney Australia1.15+ years of experience in core programming and debugging.2.Currently providing DevOps and cloud consultancy to leading financial institution in Australia.Previously,­Staff Engineer - VMware Inc­Principal Engineer - Intel ( Security )­Senior Software Engineer – Citrix Inc.­Developer SE – Microsoft Corp.

    Overview

    Section 1: Introduction

    Lecture 1 Introduction

    Lecture 2 User Manual ( Must watch, Dont skip )

    Lecture 3 Udemy Control, Return and more ( Must watch, Dont Skip)

    Section 2: Python Programming Fundamentals

    Lecture 4 Computer Programming Concepts via Python

    Lecture 5 What is a Computer Program ?

    Lecture 6 Programming Languages

    Lecture 7 Functions of an Operating System (OS)

    Lecture 8 Concept - Files and File Browsers

    Lecture 9 Installing Python runtime in Windows

    Lecture 10 "Hello World" Program in Python

    Lecture 11 Explaining Python files

    Lecture 12 Installing Visual Studio Code & run hello world

    Lecture 13 Online IDE or Online Compilers

    Lecture 14 Machine Code in Operating System

    Lecture 15 Behind the scenes of execution of 'Hello World'

    Lecture 16 Python execution via Command line

    Lecture 17 Summary of 'Hello World' application

    Lecture 18 Short explanation of 'Hello World' code

    Lecture 19 Importance of special characters in Python Programing

    Lecture 20 String and Variable in Python

    Lecture 21 Special Characters and Assignment Operator in Python

    Lecture 22 Comments in Python Program

    Lecture 23 Lecture on Variables in Python

    Lecture 24 Types of Variables

    Lecture 25 Sample Codes that demonstrates Variables.

    Lecture 26 What is a Literal and Key Word ?

    Lecture 27 Operations in Python program

    Lecture 28 More about Functions

    Lecture 29 Execution flow of Functions

    Lecture 30 Functions in Programming

    Lecture 31 More about Operators and Function Basics

    Lecture 32 The concept of Debugging and Import

    Lecture 33 The concept of 'if' Condition

    Lecture 34 The concept of 'else' condition

    Lecture 35 Combinational Conditions in Python

    Lecture 36 Arrays and List in Python

    Lecture 37 The concept of Dictionary in Python

    Lecture 38 Different Python Dictionary Methods

    Lecture 39 Loops in Python

    Lecture 40 Different Variants of Loops

    Lecture 41 The concept of Scope of a variable

    Lecture 42 Scope of Variables - Program

    Lecture 43 Return, Break, Continue - Control Keywords

    Lecture 44 Continue - Control Keyword

    Lecture 45 Return - Control Keyword

    Lecture 46 Combination of all control flow keywords in a Program

    Lecture 47 Executing Nested-loop in a program

    Lecture 48 Properties of Nested-loops

    Lecture 49 The concept of Recursion

    Lecture 50 Recursion and Strings

    Lecture 51 Revisiting Debugger

    Lecture 52 Read and Write to Files using Python Program

    Lecture 53 Properties of Files

    Section 3: Programming Logic

    Lecture 54 The concept of Coding Practice

    Lecture 55 Program which calculates area of circle

    Lecture 56 Calculating average of n integers

    Lecture 57 Finding the largest element

    Lecture 58 Linear Search

    Lecture 59 Simple Calculator

    Lecture 60 Program that finds Even or Odd number

    Lecture 61 Program that prints all Even numbers in a value

    Lecture 62 Program that prints Factorial of Even numbers under a value

    Lecture 63 Python program to find out Leap Year

    Lecture 64 Debugging Leap year program

    Lecture 65 A program to swap two Variables

    Lecture 66 Understanding code by debugging - 1

    Lecture 67 Understanding code by debugging - 2

    Lecture 68 Understanding code by debugging - 3

    Lecture 69 Understanding code by debugging - 4

    Lecture 70 Concept - Binary Numbers, AND, OR

    Lecture 71 Program that prints Prime Numbers in range

    Lecture 72 Python Turtle Module

    Lecture 73 Explaining Turtle program

    Lecture 74 Program to Count Vowels in a String

    Lecture 75 Sorting n numbers using Bubble Sort

    Lecture 76 Binary Search

    Lecture 77 Pattern Generation Program

    Lecture 78 Tree Walk Program

    Section 4: Advanced Programming Paradigms

    Lecture 79 Different ways to configure a program

    Lecture 80 Command Line Arguments

    Lecture 81 Environmental Variables

    Lecture 82 Exceptional Handling

    Lecture 83 Case Study of Exceptional Handling

    Lecture 84 More about Exception Handling

    Lecture 85 Generate an exception

    Lecture 86 Current Working Directory

    Lecture 87 Object Oriented Programing & Encapsulation

    Lecture 88 Inheritance

    Lecture 89 Polymorphism

    Lecture 90 Concept of class and object

    Lecture 91 Explanation of Class, Object, Inheritance & Polymorphism

    Lecture 92 Explanation of Encapsulation

    Lecture 93 Memory Management

    Lecture 94 Function Objects or Function Pointers

    Lecture 95 Decorator Application

    Lecture 96 Non-Linear program

    Lecture 97 Multithreading

    Lecture 98 Multithreaded program

    Lecture 99 Multiprocessing

    Lecture 100 Multifile program

    Lecture 101 Git- class of Software

    Lecture 102 Git and Git hub

    Lecture 103 Concept of Branches &Pull request

    Lecture 104 Practical of Branch & PR

    Lecture 105 Package Management

    Lecture 106 Pip Installation program

    Lecture 107 Final Conclusion

    Anyone who want to start their programming journey whether in python or in any other programming language.,Some one who would like to get into topics like data science or Artificial intelligence.