buy

buy

  • ۰
  • ۰

آموزش عملی Python

آموزش عملی Python

آموزش عملی Python

در این آموزش تصویری با Python به صورت عملی آشنا می شوید. این دوره نصب و راه اندازی ، اصول برنامه نویسی پایتون مانند کار با رشته ها ، لیست ها ، متغیر ها ، ساختارهای کنترلی ، کار با کلاس ها و…را مورد بررسی قرار می دهد.
این دوره آموزشی محصول موسسه Udemy است.

سرفصل های دوره:

شروع به کار با پایتون
معرفی پایتون
راهنمای نصب و راه اندازی برنامه
نحوه اسکریپت نویسی در پایتون
کار با آرگومان ها
اصول پایتون
کار با انواع داده در پایتون
کار با متغیرها
کار با کلمات کلیدی
نحوه قالب بندی متن
کار با عملگرهای منطقی
کار با مجموعه ها
نحوه تبدیل انواع داده
کار با حلقه ها
کار با توابع
کار با عبارات منظم
کار با کلاس ها و اشیاء پایتون
راه اندازی پایگاه داده MySQL
و…
عنوان دوره: Udemy Python 100% Hands-On
مدت زمان: 8 ساعت
مدرس : Mihai Catalin Teodosiu


این فیلم آموزشی اوریجینال بوده و به زبان انگلیسی ساده و روان ، در محیط نرم افزار و قابل درک برای همه تدریس می گردد

Learn Python From Scratch Without Wasting Money On Boring Python Books! This is a 100% Hands-On Python Course! Python 2!

Do you want to become a Python Developer without having to spend a lot of money on books and boring theoretical courses, in just 8 exciting hours?

Do you often hear things like: You should learn Python or Write a Python script for that or Python is easy to learn? Python here, Python there, Python everywhere?

Join many successful students who have decided to learn Python and boost their careers using this 100% hands-on course!

Excellent course, one of the best programming courses about python.\" by Manuel Aguilera

Over 4100 satisfied students are enrolled in my Python courses

Last week, over 200 students have joined my Python courses

The average rating is 4.94 / 5

I loved this Course , it was Awesome Experience\" by Hassan Mohamad Salamah

Update Sep 18, 2015: Added: Video lecture: Decorators

Update Sep 2, 2015: Added: Video lecture: Itertools

Update Aug 13, 2015: Added: Contact Details and Future Plans in Section 11.

I find these course easy to follow and browse. Is very well structured.\" by Mihaela Dvornic

Python programming course aimed at anyone having little or no experience in coding and a great desire to start learning Python from scratch. This hands-on training takes you from \"Hello World!\" to advanced Python topics in just a few hours.

First, you will learn and practice every Python key concept, which is explained in one or more video lectures, followed by a short quiz. Each video is filled with relevant examples, in a learn-by-doing fashion and the quizzes will help you consolidate the main ideas behind each Python topic. After laying the foundation you will start exploring some advanced Python topics.

The course covers Python 2.7.3, the latest Python 2 version. Master this and it will very easy for you to switch to Python 3, when the time comes.

I encourage you to learn Python, an amazingly beginner-friendly programming language and take your job or career to a higher level.

Very exciting course! I recommend it!\" by Stefan Bazac

Important information before you enroll:

In case you find the course useless for your career, don\'t forget you are covered by a 30 day money back guarantee, full refund, no questions asked!

Once enrolled, you have unlimited, lifetime access to the course!

You will have instant and free access to any updates I\'ll add to the course.

I will give you my full support regarding any issues related to the course.

Enroll NOW and hop on the Python programming train. Let\`s get started!

What are the requirements?

A basic understanding of computers, operating systems, math operations.

I will provide a Linux Virtual Machine with all the Python modules installed and ready for action. You can either import it in VirtualBox or use your own environment.

This course assumes you are going to use the Virtual Machine I provide and does not cover the installation of Python on various platforms. You are going to jump right into the fun part: coding.

What am I going to get from this course?

Over 67 lectures and 7.5 hours of content!

Master all the Python key concepts starting from scratch.

Apply for a Junior Python Developer job.

Work with the Python interpreter and Python scripts.

Work with Python strings.

Work with Python lists.

Work with Python sets.

Work with Python tuples.

Work with Python dictionaries.

Work with Python control flow structures (if, for, while, break, continue, pass, exceptions, try-except blocks)

Work with Python functions, namespaces and modules.

Work with Python file operations.

Work with Python regular expressions.

Work with Python classes.

Work with advanced Python tools (comprehensions, lambda functions, threading basics, iterators, generators).

Work with Python on a MySQL database.

What is the target audience?

Anyone who wants to make the right choice when starting to learn programming.

Students, Teachers, IT Professionals.

Database Administrators.

Junior Programmers, Test Engineers, Test Automation Engineers, QA Engineers and Analysts.

Network Administrators, Network (Systems) Engineers, Network (Service) Technicians, Network Analysts, Network Managers, IT Managers.

Any kind of IT geeks who wish to learn Python programming.

Section 1: Getting Started with Python

Lecture 1

Welcome to this course!

01:45

Lecture 2

Introduction to Python

01:52

Lecture 3

Important information

1 page

Lecture 4

How To Receive Maximum Results From This Course

1 page

Lecture 5

Necessary software

04:20

Lecture 6

Download Links and Installation Guides

1 page

Lecture 7

Python interpreter

07:17

Lecture 8

Python scripts

04:02

Lecture 9

Python argument passing

06:13

Lecture 10

User input

03:51

Lecture 11

dir and help

02:41

Quiz 1

Python basics

3 questions

Section 2: Python Data Types

Lecture 12

Python Variables

07:18

Lecture 13

Python keywords

1 page

Lecture 14

Python Data Types

03:46

Lecture 15

Python Strings

07:26

Lecture 16

Python String methods

08:26

Lecture 17

Python String operators and formatting

05:00

Lecture 18

Python String slices

09:23

Quiz 2

Strings

3 questions

Lecture 19

Numbers and math operators

08:04

Lecture 20

Booleans and logical operators

06:45

Quiz 3

Numbers and Booleans

3 questions

Lecture 21

Python Lists introduction

04:03

Lecture 22

Python List methods

09:14

Lecture 23

Python List slices

06:13

Quiz 4

Lists

3 questions

Lecture 24

Python Sets introduction

04:44

Lecture 25

Python Set methods

03:33

Quiz 5

Sets

3 questions

Lecture 26

Python Tuples introduction

05:54

Lecture 27

Python Tuple methods

04:24

Quiz 6

Tuples

3 questions

Lecture 28

Python Dictionaries introduction

03:49

Lecture 29

Python Dictionary methods

06:00

Lecture 30

Conversions between data types

08:04

Quiz 7

Dictionaries

3 questions

Section 3: Python Control Flow

Lecture 31

If / Elif / Else conditionals

13:52

Lecture 32

For / For-Else loops

11:01

Lecture 33

While / While-Else loops

05:27

Lecture 34

If / For / While nesting

07:27

Lecture 35

Break, Continue, Pass

07:12

Lecture 36

Python Exceptions

02:52

Lecture 37

Try / Except / Else / Finally

10:59

Quiz 8

Control Flow

5 questions

Section 4: Python Functions

Lecture 38

Functions

10:28

Lecture 39

Arguments

07:59

Lecture 40

Namespaces

12:32

Lecture 41

Modules and importing

16:03

Quiz 9

Functions

3 questions

Section 5: Python File Operations

Lecture 42

File opening and reading

08:43

Lecture 43

File writing and appending

10:11

Lecture 44

File closing / The \"with\" method

03:08

Lecture 45

File access modes table

1 page

Quiz 10

Files

3 questions

Section 6: Python Regular Expressions

Lecture 46

The \"re.match\" and \"re.search\" methods

19:48

Lecture 47

The \"re.findall\" and \"re.sub\" methods

06:37

Lecture 48

Python Regular Expressions sheet

3 pages

Quiz 11

Regular Expressions

3 questions

Section 7: Python Classes (Object-Oriented Programming) Basics

Lecture 49

Python Classes and Objects

13:06

Lecture 50

Python Classes and Inheritance

06:50

Quiz 12

Classes

3 questions

Lecture 51

Have a quick look here before going further!

Section 8: Python and MySQL

Lecture 52

Setting up the MySQL database

11:44

Lecture 53

Python interacting with MySQL

09:59

Section 9: Bonus Python Tools

Lecture 54

List / Set / Dictionary comprehensions

05:47

Quiz 13

Comprehensions

2 questions

Lecture 55

Python Lambda functions

07:00

Quiz 14

Lambda functions

3 questions

Lecture 56

Python Map, Filter, Reduce

06:24

Quiz 15

Map, Filter, Reduce

3 questions

Lecture 57

Python Threading basics

06:54

Lecture 58

Python Iterators and Generators

09:04

Lecture 59

How To Install a New Python Module

04:46

Lecture 60

Some advice on coding

06:21

Section 10: Practice, Practice, Practice

Lecture 61

100 Python Exercises

10 pages

Lecture 62

Answers for all 100 exercises

5 pages

Section 11: Updates and Important Stuff

Lecture 63

How to Add Discussions, Send me Private Messages and Post Reviews

03:53

Lecture 64

VirtualBox and Virtual Machines - Short Guide

5 pages

Lecture 65

Contact Details and Future Plans (Just Added: August 13 2015)

1 page

Lecture 66

Itertools (Just Added: September 2 2015)

12:03

Lecture 67

Decorators (Just Added: September 18 2015)

04:20




این فیلم آموزشی اوریجینال بوده و به زبان انگلیسی ساده و روان ، در محیط نرم افزار و قابل درک برای همه تدریس می گردد

قیمت : 10000 تومان



روش خرید: برای خرید "آموزش عملی Python" ، پس از کلیک روی دکمه زیر و تکمیل فرم سفارش، ابتدا محصول یا محصولات مورد نظرتان را درب منزل یا محل کار تحویل بگیرید، سپس وجه کالا و هزینه ارسال را به مامور پست بپردازید. جهت مشاهده فرم خرید، روی دکمه زیر کلیک کنید.


1-روی دکمه خرید پستی کلیک نمایید.
2-فرم مربوطه را به صورت کامل و صحیح پر نمایید.
3-سفارش خود را درب منزل از پستچی تحویل گرفته سپس هزینه را پرداخت نمایید.





سایر محصولات :
خرید پستی ارتقا رزومه برای یافتن شغل مناسب
خرید پستی راهنمای بازاریابی در Google و Facebook و Twitter
خرید پستی راهنمای Microsoft Excel 2013 برای مبتدیان
خرید پستی آموزش عملی Python
خرید پستی آموزش گام به گام PHP و MySQL برای مبتدیان
خرید پستی نکات و ترفندهای موثر برای Outlook 2013
خرید پستی آموزش سی شارپ
خرید پستی دوره MTA: Windows Server Administration Fundamentals: 98-365
خرید پستی آموزش برنامه نویسی C به عنوان اولین زبان
خرید پستی آموزش طراحی Landing Page
خرید پستی آموزش گام به گام ساخت کوادکوپتر
خرید پستی دوره ITIL Lite

آموزش سریع مدل و انیمیشن سازی و رندر در Maya از طریق انجام پروژه شبیه سازی فیلم Tron Legacy
آموزش ساخت Info Graphic ها بوسیله نرم افزار Illustrator
آموزش بهره وری شغلی و کاهش استرس ویژه حرفه ای های IT
آموزش Visual Basic .NET
آموزش ساده Windows 8
آموزش برنامه نویسی وب بوسیله Python و Django
آموزش ساخت PCB ها بوسیله CadSoft Eagle
آموزش میکس و کارکردن با صدا در نرم افزار Logic Studio
آموزش عملی Python


کلمات کلیدی :work with python موزش عملی python and future plans advanced python topics added video lecture and \amp quot just added september python from scratch python موزش عملی عملی python موزش work with with python \amp quot the course learn python this course موزش عملی the python just added 2015 added python course questionslecture learn programming questionssection added pagelecture network
  • ۹۶/۰۶/۱۳
  • میلاد میلادی

نظرات (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی