Python - Amazing things you can do with the newest and simplest code

USD 50.00 USD 37.50

25% Discount

Ayman Elsaid Abdelwahed Khoshouey

Language of video: EN (English)

Add To Cart
This course includes:

05h 12m on-demand videos

4 downloadable resources

Full lifetime access

Certificate of completion

Level:
All
teaching method:
Theoretically and practically.
What are We Going to Teach:

If you are a beginner in programming, you should study algorithms immediately before you start studying Python because you need to know the principles of programming before you learn any programming language. Don't worry if you've never learned it because we explained the algorithms from scratch.

Python is a high-level programming language created by Guido Van Rossum while working at the Centrum Wiskunde & Informatica Research Center in 1986.

1991 The first version was published to make it accessible to all.

This language has been developed and added a lot of features in each new version to this day until it has become one of the most important languages of the era, which can be used to build desktop programs, web applications, games, scripts, etc.

Python works on all the most important operating systems such as Windows, Mac OS, Linux, Unix, etc. It is one of the most famous programming languages ever.

Target Audience:
  • Beginners Python developers.
  • Programmers who need to learn new language..
  • Data Analysis and big data users.
  • AI developer and programmers.
  • Robotics engineers.
Course objective:
  • The students will learn how to develop applications using Python.
  • How to use Python on handling different types of Database.
  • The students will learn how to develop games using Python.
  • The students will learn how to design graphics using Python.
Course prerequisites:
  • No prerequisites needed.

Description :

Advantages of Python language from other programming languages

1. Materially

You will not pay any amount to work on Python language, it is open source and free and will remain free for life.

2. Technically

You can program it even if your computer is weak or old.

3. Easy to read and modify

It is very easy to learn and the code can be read and modified easily.

4-Fast execution

The operating system can understand Python code as it is directly implemented without the need for a special compiler to interpret Python commands into commands that the operating system understands as some other programming languages such as Java require.

5. Work on more than one platform
The program that you build with Python works on the most important operating systems such as Windows, Mac OS, Linux, and Unix.

6. Object orientation
Supports the concept of class, object, encapsulation, genetics, etc.

7. Multitasking
Python provides you with multithreading technology that allows you to make your program able to execute multiple commands simultaneously.

8. Databases
Python provides interfaces ready to handle the most important databases.

9. User interface
Applications with a user interface can be built.

10. Dealing with other programming languages
You can work with other programming languages (such as C, C ++, Java) within your program written primarily in Python.

11. Other programming languages deal with Python
Most programming languages support Python handling, meaning they allow you to use Python code in programs written primarily in other programming languages (such as C, C ++, and Java).

12. Educational curricula
Many institutes and universities, whether foreign or Arab, are now studying for students.

 

Are you ready to learn Python?

If you are a beginner in programming, you should study algorithms immediately before you start studying Python because you need to know the principles of programming before you learn any programming language. Don't worry if you've never learned it because we explained the algorithms from scratch.

Python is a high-level programming language created by Guido Van Rossum while working at the Centrum Wiskunde & Informatica Research Center in 1986.

1991 The first version was published to make it accessible to all.

This language has been developed and added a lot of features in each new version to this day until it has become one of the most important languages of the era, which can be used to build desktop programs, web applications, games, scripts, etc.

Python works on all the most important operating systems such as Windows, Mac OS, Linux, Unix, etc. It is one of the most famous programming languages ever.

John Doe

Ayman Elsaid Abdelwahed Khoshouey

Click for more
Egypt

I'm a Developer in VB dot net, C#, C++, Python, Excel VBA, (B4A for android Apps) and also, My study level is Bachelor in 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, handicrafts, 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.

Click for more

Average Rating :

  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

0

0 Rating

0 Review

Course Content : Expand all sections

  • 10 sections
  • 33 lectures
  • 05h 12m total length

The welcome video of my company

What is Python? Python is a high-level programming language created by Guido Van Rossum while working at the Centrum Wiskunde & Informatica Reasearch Center in 1986. 1991 The first version was published to make it accessible to all. This language has undergone many developments and a lot of features have been added in each new version till now and now it has become one of the most important languages of the era, which can be used to build desktop programs, web applications, games, scripts, etc. Python works on most of the important operating systems such as Windows, Mac OS, Linux, Unix, etc. It is one of the most famous programming languages ever.

•Are you ready to learn Python? •If you are a beginner in programming, you should study the algorithms immediately before you start studying Python, because you need to know the principles of programming before you learn any programming language. Don't worry if you've never learned it because we explained the algorithms from scratch.

00:36:12

Advantages of Python language from other programming languages 1. Materially You will not pay any amount to work on Python language, it is open source and free and will remain free for life. 2. Technically You can program it even if your computer is weak or old. 3.Easy to read and modify It is very easy to learn and the code can be read and modified easily. 4.Fast execution The operating system can understand Python code as it is directly implemented without the need for a special compiler to interpret Python commands into commands that the operating system understands as some other programming languages such as Java require. 5. Work on more than one platform The program that you build with Python works on the most important operating systems such as Windows, Mac OS, Linux, Unix. 6. Object orientation Supports the concept of class, object, encapsulation, genetics etc. 7. Multitasking Python provides you with multithreading technology that allows you to make your program able to execute multiple commands simultaneously. 8. Databases Python provides interfaces ready to handle the most important databases. 9.User interface Applications with a user interface can be built. 10. Dealing with other programming languages You can work with other programming languages (such as C, C ++, Java) within your program written primarily in Python. 11. Other programming languages deal with Python Most programming languages support Python handling, meaning they allow you to use Python code in programs written primarily in other programming languages (such as C, C ++, Java). 12. Educational curricula Many institutes and universities, whether foreign or Arab, are now studying for students.

00:09:10

To whom is this training program prepared? This training program is designed to suit all people who want to learn. So whether you are an amateur, a student or a programmer, this reference will help you understand the basics of Python and reach a very advanced level. In the next lesson we will guide you to download the Python language tools that we will use to explain which you can use to build your own applications in the future.

00:06:42

The code you are typing is called Source Code. To run this code, it must be sent to the Python Interpreter. The interpreter, in turn, contains a Python code compiler and a Python code engine. The translator is tasked to convert the Python code into a code that the computer understands called (Byte Code). Then the translator converts the (Byte Code) to a program running on any operating system, whether Windows, Linux, MacOS. Technical terms Source Code: means source code or source code. Byte Code: The code understood by the machine and here you find that the whole code consists of two numbers, namely: 0 and 1. Compiler: is called code compiler. It is actually a program that converts Python code to Byte Code. Virtual Machine: The program that runs the Byte Code as any program on the operating system. OS: abbreviation for Operating System, which means any operating system such as Windows, Linux, MacOS.

00:13:55

Mathematical Functions

00:17:43

List Class

00:16:45

Tuple class

00:11:26

Dict class

00:05:51

Working with Modules

00:09:02

Working with Date and Time

00:22:04

Class & Object

00:16:56

Overriding

00:17:09

Polymorphism

00:07:35

Regular Expressions

00:08:47

Exceptions Handling

00:08:42

Files Handling

00:08:28

Package Installer PIP

00:06:56

Multithreading

00:03:09

Python What is next? What do I learn after I learned Python? Initially, there are many areas where one must specialize, but not all because this is impossible. That is, never consider specializing in several areas at once. Because if you try to make sure that at some point you will despair and tired of the intensity of the pressure you have caused yourself. So, after learning Python, you can adopt it in one of the following areas: • Web Development. • Artificial Intelligence. • Development of computer applications (Software Development). • Animations. • Processing scripts to speed up your work (Scripting). Be careful, your specialization in one area does not mean that you can not learn other. The idea here is to specialize in one area at a time. For example, if you decide to start learning to develop computer applications. Then you should spend a while learning this and then you should try to build several applications yourself until you find yourself comfortable in this area and not afraid to start developing applications and profit from them financially. After you find yourself becoming a professional in the development of computer applications, we recommend that you start learning another area in order to increase your chances of working and profit. For example, if you decide to learn to develop sites after that, you are now able to work in two areas and not in one.

Simple kids game to learn English words. Note: put the images in sub folder named(Animals_images) under the same directory of the code.

Simple kids game to learn English words(using human woman voice). Note: put the images in sub folder named(Animals_images) under the same directory of the code.

The zip file contains all the codes and functions

Python_Code.zip

More Courses Like This :