ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Teach Yourself VISUALLY Python

دانلود کتاب به صورت بصری پایتون را به خودتان آموزش دهید

Teach Yourself VISUALLY Python

مشخصات کتاب

Teach Yourself VISUALLY Python

ویرایش:  
نویسندگان: , , ,   
سری:  
ISBN (شابک) : 9781119860259, 2022937470 
ناشر: John Wiley & Sons, Incorporated 
سال نشر: 2022 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 39 مگابایت 

قیمت کتاب (تومان) : 46,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 13


در صورت تبدیل فایل کتاب Teach Yourself VISUALLY Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب به صورت بصری پایتون را به خودتان آموزش دهید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب به صورت بصری پایتون را به خودتان آموزش دهید

برنامه نویسی را با پایتون شروع کنید! به خودتان بیاموزید پایتون راهنمای نهایی شما برای شروع برنامه نویسی است! پایتون به یکی از محبوب ترین زبان های برنامه نویسی در جهان تبدیل شده است. اگر به دنبال برنامه نویسی هستید، همین حالا، با این راهنمای عملی، از اینجا شروع کنید! این راهنما شما را از همان ابتدا با نصب نسخه مناسب پایتون، دانلود و نصب Thomy و پیکربندی آن برای عملکرد صحیح شروع می کند. هر مرحله را با نوشتن اولین کد خود در پایتون دنبال کنید این کتاب همچنین به شما یاد می دهد که چگونه: شروع کار با متغیرها کار با فایل ها و پوشه ها نحوه تصمیم گیری در کد کار با توابع و متن کنترل خطاها و. با لیست ها و کلاس ها کار کنید. تا زمانی که تمرینات این کتاب را انجام دادید، مهارت های لازم برای دستکاری متن، کار با تصاویر و برنامه ریزی پروژه های کد خود را خواهید داشت.


توضیحاتی درمورد کتاب به خارجی

Get started in programming with Python! Teach Yourself VISCUALLY Python is your ultimate guide to getting you started in programming! Python has become one of the most popular programming languages in the world. If you are looking to take on programming, start here, right now, with this hands-on guide! This guide will get you started from the very beginning by installing the right version of Python, downloading and installing Thomy and getting it configured to work properly. Follow along through each steps by writing your first code in Python This book will also teach you how to; Get started with variables Work with files and folders How to make decisions in code Work with functions and text Handle errors and; Work with lists and classes. By the time you have gone through the exercises in this book, you will have the skills you need to manipulate text, work with images, and program your very on code projects.



فهرست مطالب

Title Page
Copyright Page
Table of Contents
Chapter 1 Getting Ready to Work with Python
	Understanding What Python Is and Does
	Choose the Right Version of Python
	Install Python on Windows
	Install Python on the Mac
	Install Python on Linux If Necessary
	Learn About Development Tools for Python
	Download and Install Visual Studio Code
	Get Started with Visual Studio Code and Apply a Theme
	Install Visual Studio Code Extensions for Python
	Configure Visual Studio Code for Working with Python
Chapter 2 Writing and Running Your First Python Code
	Understanding the main() Function
	Create and Save a New Script in Visual Studio Code
	Write and Run Code in Visual Studio Code
	Execute Python Commands in a Terminal Window
	Run a Python Script in a Terminal Window
	Understanding Comments in Python
	Add Comments to Your Code
	Grasp Importing Modules and Objects
	Import Modules and Use Their Methods
Chapter 3 Getting Started with Variables
	Understanding Variables and Their Usage
	Understanding Python’s Data Types
	Work with Integers
	Work with Floating-Point Values
	Work with Boolean Values
	Work with Tuples
	Work with Sets
	Start Working with Strings
	Start Working with Lists
	Start Working with Dictionaries
	Convert Data from One Type to Another
Chapter 4
Working with Files and Directories
	Understanding Working with Files and Directories
	Load the os Module and List Files and Directories
	Navigate Among Directories
	Create and Delete Directories
	Rename, Move, and Copy Files and Directories
	Get Information About the User and System
	Split a File Path into Its Components
	Understanding Python’s open() Function
	Understanding Python’s Ways of Closing Files
	Open a File If It Exists; If Not, Create It
	Check an Open File’s Status and Close It
	Write Data to a File
	Open a File for Both Reading and Writing
	Append Data to a File
	Read a Text File
Chapter 5 Working with Python’s Operators
	Meet the Arithmetic Operators
	Work with the Arithmetic Operators
	Meet the Assignment Operators
	Work with the Assignment Operators
	Meet the Comparison Operators
	Work with the Comparison Operators
	Meet the Logical Operators
	Work with the Logical Operators
	Meet the Identity Operators
	Work with the Identity Operators
	Meet the Membership Operators
	Work with the Membership Operators
	Meet the Bitwise Operators
	Work with the Bitwise Operators
Chapter 6 Making Decisions with if Statements
	Learn the Essentials of if Statements
	Understanding the if Statement
	Create an if Statement
	Understanding the if... else Statement
	Create an if... else Statement
	Understanding the if... elif Statement
	Create an if... elif Statement
	Understanding the if... elif... else Statement
	Create an if... elif... else Statement
	Understanding Nested if Statements
	Create Nested if Statements
Chapter 7 Repeating Actions with Loops
	Understanding Python’s Loops
	Understanding How for Loops Work
	Create for Loops
	Understanding How while Loops Work
	Create while Loops
	Understanding break Statements in Loops
	Using a break Statement to Exit a Loop Early
	Understanding continue Statements in Loops
	Using a continue Statement in a Loop
	Understanding else Statements in Loops
	Using an else Statement in a Loop
	Understanding Loop Nesting
	Nest Loops to Create Complex Repetition
Chapter 8 Working with Functions
	Understanding Functions and Their Syntax
	Understanding Function Parameters and Returns
	Using Python’s Built-In Functions
	Using Python’s Built-In Functions (continued)
	Create a Function with Parameters and a Return
	Create a Function with a Parameter But No Return
	Create a Function with No Parameters But a Return
	Create a Function with No Parameters and No Return
	Create a Function That Returns Multiple Values
	Create a Function with Optional Parameters
Chapter 9 Working with Text
	Learn the Essentials of Strings
	Create Single-Line Strings
	Create Multiline Strings
	Meet Python’s String Methods
	Return Information About a String
	Transform and Clean Up a String
	Return Part of a String via Slicing
	Concatenate and Repeat Strings
	Search for One String Inside Another String
	Check and Change String Capitalization
	Meet Python’s Tools for Building Strings
	Build Strings with the Interpolation Operator
	Build Strings with the .format Method
	Build Strings with f-Strings
	Build Strings with Template Strings
Chapter 10 Handling Errors
	Understanding the Various Types of Errors
	Identify Common Python Errors
	Meet the try... except Block
	Cause Errors and Trap Exceptions
	Raise an Exception Manually
	Add an else Block or a finally Block
	Create Nested try... except Blocks
	Create Custom Exceptions
Chapter 11 Working with Lists and Dictionaries
	Understanding Lists and Their Use
	Create a List
	Meet Python’s List Methods
	Add Items to a List
	Remove Items from a List
	Locate Items and Access Data in a List
	Sort the Items in a List
	Understanding Dictionaries and Their Use
	Create a Dictionary and Return Values
	Meet Python’s Dictionary Methods
	Create a Dictionary from an Existing Iterable
	Add Key/Value Pairs to a Dictionary
	Remove Key/Value Pairs from a Dictionary
	Return Keys and Values from a Dictionary
Chapter 12 Working with Classes
	Understanding Classes and Instances
	Create a Class and Instantiate Instances
	Understanding Class and Instance Attributes
	Set Class and Instance Attributes
	Grasp Class, Instance, and Static Methods
	Create an Instance Method
	Create a Class Method
	Create a Static Method
	Review the Class’s Code
Index
EULA




نظرات کاربران