learn to program with python
2 آذر 1396 کتاب های برنامه نویسی بدون دیدگاه

Learn to Program with Python

پایتون یک زبان برنامه نویسی عمومی است. این بدان معناست که به منظور نوشتن نرم افزار برای طیف وسیعی از رشته ها طراحی شده است. پایتون در نوشتن برنامه های کاربردی برای حل مشکلات در زیست شناسی، شیمی، تجزیه و تحلیل مالی، تجزیه و تحلیل عددی، رباتیک و بسیاری از زمینه های دیگر مورد استفاده قرار گرفته است. همچنین به عنوان یک زبان اسکریپتی توسط مدیران کامپیوتر استفاده می شود.

در کتاب Learn to Program with Python نویسنده ایرو کلب از تجربه تدریس حضوری خود برای راهنمایی شما در یادگیری زبان برنامه نویسی پایتون استفاده می کند. او از یک سبک مکالمه استفاده می کند تا احساس کند که او معلم شخصی شماست. تمام مطالب به شکلی متفکرانه ارائه شده است، که هر درس در مورد مطالب قبلی است.

در کتاب Learn to Program with Python خواهید آموخت:

  • Learn fundamental programming concepts including: variables and assignment statements, functions, conditionals, loops, lists, strings, file input and output, Internet data, and data structures
  • Get comfortable with the free IDLE Interactive Development Environment (IDE), which you will use to write and debug all your Python code – no need to use the command line!
  • Build text-based programs, including a number of simple games
  • Learn how to re-use code by building your own modules
  • Use Python’s built-in data structures and packages to represent and make use of complex data from the Internet

سرفصل ها:

Chapter 1: Getting Started

Chapter 2: Variables and Assignment Statements

Chapter 3: Built-in Functions

Chapter 4: User-Defined Functions

Chapter 5: if, else, and elif Statements

Chapter 6: Loops

Chapter 7: Lists

Chapter 8: Strings

Chapter 9: File Input/Output

Chapter 10: Internet Data

Chapter 11: Data Structures

Chapter 12: Where to Go from Here

مشخصات:

نویسنده: Irv Kalb

ناشر: Apress

سال نشر: 2016

تعداد صفحات: 263

حجم: 4.79 MB

کتاب های مرتبط با زبان پایتون:

Black Hat Python: Python Programming for Hackers and Pentesters

Beginning Programming with Python for Dummies

Expert Python Programming – Second Edition

Programming with Python