Companies Home Search Profile

[New] Master Class Python Programming for non-programmers

Focused View

Ayman Khoshouey

5:25:43

4 View
  • 1. Introduction - What is Programming.mp4
    10:43
  • 2.1 Portable python-3.7.3 x64.zip
  • 2. Introduction - How much Python is Fun..mp4
    06:09
  • 1. First tool of any programmer..mp4
    09:06
  • 2. One of the most useful Algorithm in programming..mp4
    05:44
  • 3. Second Algorithm you must know..mp4
    04:26
  • 1. Lesson 1 Introduction of Python programming code..mp4
    11:13
  • 2. Lesson 2 Start edit code..mp4
    36:12
  • 3. Lesson 3 Decition making and Loops.mp4
    09:10
  • 4. Lesson 4 Mathimatically Functions.mp4
    06:42
  • 5. Lesson 5 Working with Text.mp4
    13:55
  • 6. Lesson 6 List Class.mp4
    17:43
  • 7. Lesson 7 Tuble Class.mp4
    16:45
  • 8. Lesson 8 Dict Class.mp4
    11:26
  • 9. Lesson 10 Working with Modules.mp4
    05:51
  • 10. Lesson 9 Functions.mp4
    22:27
  • 11. Lesson 11 Working with date and Time.mp4
    09:02
  • 12. Lesson 12 Class and Object.mp4
    22:04
  • 13. Lesson 13 Overriding.mp4
    16:56
  • 14. Lesson 14 Polymoferism.mp4
    17:09
  • 15. Lesson 15 Regular Expressions.mp4
    07:35
  • 16. Lesson 16 Expesion Handling.mp4
    08:47
  • 17. Lesson 17 Files Handling.mp4
    08:42
  • 18. Lesson 18 Package Insaller PIP.mp4
    08:28
  • 19. Lesson 19 Multithreading.mp4
    06:56
  • 20. Lesson 20 What is next.mp4
    03:09
  • 1. Design flowchart for the game.mp4
    03:05
  • 2. Editing code of Game.mp4
    06:35
  • 3. Let us make Tic Tac Tou more funny.mp4
    06:09
  • 4. Another Game to teach kids English words.mp4
    02:19
  • 5. The game without voices.mp4
    06:41
  • 6. The Game code with voices.mp4
    04:34
  • Description


    Learn Python code programming language and put your feet on first step of the road of tomorrow's science and technology.

    What You'll Learn?


    • The students will learn more than 450 practical examples codes and methods for using Python code in developing both software and Games.
    • First method is using Python command prompet to enter simple commands.
    • Play with amazing mathematical methods of Python.
    • Finally the course desribe the tecnical methods for add new idea and how to conver it to be life.

    Who is this for?


  • Any one interested to learn fundamentals to developed and create applications with Python code.
  • Students who studies Python in the school or colleage.
  • Python developers who need to learn some Magics tricks.
  • What You Need to Know?


  • Enough knowledge about Computer.
  • Windows 7, 8 or 10 operating system.
  • Internet Connection to download Python Liberaries if nedded.
  • More details


    Description

    What is Python Used For? 5 Major Real-World Applications

    It’s one of those fine mornings when you don’t have much to do. While you make your coffee, you reach for the remote to play your morning songs on YouTube. When everything is set, you log onto Netflix to continue with your favorite series. From time to time you reach for your phone to check Facebook and Instagram notifications. Amazon reminds you to buy the rubber shoes you left on your cart. After a while, you board an Uber to go and see your friend. You then head to Google to search for the best restaurant in your local area for you to spend time in.

    Well, guess what all these actions have in common — That’s right! Python!

    Python is a programming language that has relatively simple syntax. This makes it an ideal choice for beginners who are just starting out in the field of programming.

    Python is also a very versatile language, which means that you can use i for a wide variety of tasks and in different industries.

    Just like most newbies trying to get into tech, I had difficulties finding the correct path of learning to code. I had to bounce back on forth trying to find a way that was comfortable for me.

    I began my journey into the tech field by learning first the basics of web development – that is HTML, CSS and a little bit of JavaScript. Later on I tried out different programming languages, all in the name of trying to find the one that suited me perfectly.

    I did a little bit of C and Java, and I even learned Pascal at some point (basically because it was what was being taught at school as a freshman).

    All this was before I came across Python, gave it a try, learned a little bit about it, and decided that it would be my new normal.

    Read along to get a better understanding why Python is the easiest language to learn for beginners, its benefits, and resources and tips to help you get started.

    Why Learn Python?

    Whether you are beginner or a person who has learned a couple of programming languages, you will likely agree that learning a new programming language can be challenging. Even more so when you don't have the right resources and guidance. But with the right help, you can make it an enjoyable experience.

    Python was created on December 3, 1989 by Guido van Rossum. He had a design philosophy which stated, "There's only one way to do it, and that's why it works".

    Python is an interpreted, high-level, general-purpose programming language. As a programming language, Python uses mostly English keywords, so it has fewer exceptions and special cases compared to the languages.

    Now let's look at some of the reasons you might want to learn Python.

    Python's Simple Syntax

    Python is a language that has a very simple syntax. This is one of the reasons it is ideal for beginners getting into tech to consider as a first language. I understand this alone might not be motivating enough, but believe me – after a thorough breakdown you will be convinced otherwise.

    Compared to other languages, Python has one of the simplest syntaxes that uses fewer lines of code to accomplish a particular task. This makes it easier to learn the basics and understand the language within a shorter period of time.

    In addition to this, Python is an interpreted language, which means that you don’t need a compiler to write and run Python code.

    Let's take an example where we print the "Hello World" statement using Python, Java, and C++:

    Here's "Hello World" in Python:

    print("Hello World)

    Here it is in Java:

    public class HelloWorld {

      public static void main(String[] args) {

        System.out.println("Hello, world!");

      }

    }

    And here it is in C++:

    #include

    using namespace std;


    int main() {

      cout

      return 0;

    }

    As you can see from the code snippets above, Python has the most concise and easiest syntax compared to the others.


    Thanks,

    Ayman

    Who this course is for:

    • Any one interested to learn fundamentals to developed and create applications with Python code.
    • Students who studies Python in the school or colleage.
    • Python developers who need to learn some Magics tricks.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Ayman Khoshouey
    Ayman Khoshouey
    Instructor's Courses
    I'm a Developer in VB dot net, C#, C++, Python, Excel VBA, (B4A for android Apps) and also, My study level is Bachelor on Automotive Engineering and Tractors (1999) and I'm working in the Maintenance Engineering Division in My Company (As an Assistant General Manager) of Maintenance Information & Database (Maximo - SAP) and Maintenance Planning since 19 years ago. I started programming with (Sakhr) home computer (1985) using Basic when I was 12 years old. It was very interesting that I can make my ideas alive using programming. I'm very good at painting, sculpture, handcrafts, and hand drawing so, it was very easy for me to start using computer graphics software. I'm now using VB dot net 2017 and I usually update to the latest versions. I teach myself using books and now using incredible internet resources.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 31
    • duration 5:25:43
    • Release Date 2024/05/18