Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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
    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

    Coding Fundamentals In Python

    Posted By: ELK1nG
    Coding Fundamentals In Python

    Coding Fundamentals In Python
    2022-11-20
    MP4 | Video: h264, 960x540 | Audio: AAC, 44.1 KHz
    Language: English | Size: 72.93 MB | Duration: 30m

    Coding Fundamentals In Python

    What you'll learn

    Description

    Programming jobs are ever increasing in the world, so it is important to learn this skill as soon as possible. This is an extremely valuable skill to have that can help you land any tech job. Even if you aren't looking for a tech job, this is still a valuable skill to have at your disposal. Coding helps increase your logical and creative thinking. Problem solving is a big part of it and it will help you in your daily life.
    In this course, you will learn the basics of coding using the Python programming language. You will have a grasp on all of the fundamentals needed to continue down your coding path. Not only will you learn how to code, but I will also teach you the basics of debugging your code effectively.
    At the end of this class, you will be able to create simple desktop applications to fulfill basic day to day needs. Maybe you can make an investment calculator. Maybe a text based video game or a random name generator. The limits are truly endless when it comes to coding and it only expands as you further your knowledge.
    I hope you learn something great from this that will benefit you for the rest of your life. Thank you.

    Overview

    Lesson 1:1 - Introduction
    Lesson 2:2 - Installing Python
    Lesson 3:3 - Adding Pip to PATH
    Lesson 4:4 - Hello World and the Print Function
    Lesson 5:5 - Variables
    Lesson 6:6 - Mathematics
    Lesson 7:7 - Input
    Lesson 8:8 - Functions
    Lesson 9:9 - If Then Else Statements
    Lesson 10:10 - For Loops
    Lesson 11:11 - While Loops
    Lesson 12:12- Finding Bugs
    Lesson 13:13 - Fixing the Bug
    Lesson 14:14 - Project