نمایش نتایج 1 تا 10 از 10

نام تاپیک: کتاب های مفتی Python و Ruby

  1. #1

    کتاب های مفتی Python و Ruby

    27
    Votes

    Dive Into Python
    Dive Into Python: Python from novice to pro is a Python book for experienced programmers. It is a free python book by Mark Pilgrim. You can download it in various formats.
    http://www.diveintopython.org/
    created by freebooksandarticles on 2008-06-17 13:31:25

    Python Language Reference Manual - Table of Contents
    This reference manual describes the Python programming language. It is not intended as a tutorial.
    http://www.network-theory.co.uk/docs/pylang/
    created by freebooksandarticles on 2008-06-17 13:20:01

    A Byte of Python
    ‘A Byte of Python’ is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you. The book has crossed nearly 50,000 downloads in the past few years.
    http://www.swaroopch.com/byteofpython/
    created by freebooksandarticles on 2008-06-17 13:17:51

    Think Python: An Introduction to Software Design
    This book is a substantially revised version of How to Think Like a Computer Scientist: Learning with Python.
    http://www.greenteapress.com/thinkpython/
    created by freebooksandarticles on 2008-06-17 13:24:52

    The Standard Python Library
    Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
    http://effbot.org/zone/librarybook-index.htm
    created by freebooksandarticles on 2008-06-17 13:22:04

    Thinking in Python
    You can download the current version of Thinking in Python here. This includes the BackTalk comment collection system that I built in Zope.
    http://mindview.net/Books/TIPython/
    created by freebooksandarticles on 2008-06-17 13:19:07

    Text Processing in Python (a book)
    At the broadest level text processing is simply taking textual information and -doing something- with it. This doing might be restructuring or reformatting it, extracting smaller bits of information from it, algorithmically modifying the content of the information, or performing calculations that depend on the textual information.
    http://gnosis.cx/TPiP/
    created by freebooksandarticles on 2008-06-17 13:28:16

    Python Imaging Library Handbook
    This is the PIL handbook, last updated May 6, 2005. This edition covers release 1.1.5 of the Python Imaging Library.
    http://www.pythonware.com/library/pil/handbook/ind
    created by freebooksandarticles on 2008-06-17 13:11:30

    An Introduction to Tkinter
    The Tkinter module ("Tk interface") is the standard Python interface to the Tk GUI toolkit from Scriptics (formerly developed by Sun Labs).
    http://www.pythonware.com/library/tkinter/introduc
    created by freebooksandarticles on 2008-06-17 13:12:48

    Data Structures and Algorithms with Object-Oriented Design Patterns in Python
    This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things:
    http://www.brpreiss.com/books/opus7/
    created by freebooksandarticles on 2008-06-17 13:24:09

    Python Programming - Wikibooks, collection of open-content textbooks
    Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C#‎ for the MS .NET environment.
    http://en.wikibooks.org/wiki/Python_Programming
    created by freebooksandarticles on 2008-06-17 13:13:45

    An Introduction to Python - Table of Contents
    Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
    http://www.network-theory.co.uk/docs/pytut/
    created by freebooksandarticles on 2008-06-17 13:20:43




    Save Link Create/Add to List


    60 Ruby on Rails Tutorials,Cheatsheets,Forums,Plugins,Podcasts,Eboo ks… | Speckyboy - Wordpress and Design
    saved under Free Ruby Books/Resources by freebooksandarticles
    Below is a compilation of 60 Ruby on Rails resources, ranging from Tutorials, Cheatsheets, Reference, Forums, Podcasts, Screencasts…
    http://speckyboy.com/2008/04/20/60-ruby-on-rails-t
    created by freebooksandarticles on 2008-06-28 03:02:18


    List of Free Online Ruby Books
    saved under Free Ruby Books by freebooksandarticles
    Collection of Free Ruby Programming Books. All Free and all Legal
    http://linkmingle.com/list/List-of-Free-Online-Rub
    created by freebooksandarticles on 2008-06-16 01:51:21


    SapphireSteel :: The Little Book Of Ruby
    saved under Free Ruby Books by freebooksandarticles
    The Little Book Of Ruby is a PDF eBook which will guide you through the fundamentals of Ruby programming. Starting with the basics (strings, numbers, objects and methods) it quickly moves on to explain all you need to know to create your own class hierarchies, use arrays, hashes, iterators, modules, mixins and much more besides…
    http://www.sapphiresteel.com/The-Little-Book-Of-Ru
    created by freebooksandarticles on 2008-06-15 21:12:07


    PLEAC-Ruby
    saved under Free Ruby Books by freebooksandarticles
    Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages.
    http://pleac.sourceforge.net/pleac_ruby/index.html
    created by freebooksandarticles on 2008-06-15 21:15:30


    Learn to Program, by Chris Pine
    saved under Free Ruby Books by freebooksandarticles
    0. Getting Started 1. Numbers 2. Letters 3. Variables and Assignment 4. Mixing It Up 5. More About Methods 6. Flow Control 7. Arrays and Iterators 8. Writing Your Own Methods 9. Classes 10. Blocks and Procs 11. Beyond This Tutorial
    http://pine.fm/LearnToProgram/
    created by freebooksandarticles on 2008-06-15 21:26:17


    Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby
    saved under Free Ruby Books by freebooksandarticles
    This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure.
    http://www.brpreiss.com/books/opus8/
    created by freebooksandarticles on 2008-06-15 21:03:33


    RubyGems User Guide | RubyGems Manuals
    saved under Free Ruby Books by freebooksandarticles
    RubyGems is the premier ruby packaging system. It provides: * A standard format for destributing Ruby programs and libraries. * An easy to use tool for managing the installation of gem packages. * A gem server utility for serving gems from any machine where RubyGems is installed.
    http://rubygems.org/read/book/1
    created by freebooksandarticles on 2008-06-15 21:02:29


    Programming Ruby: The Pragmatic Programmer's Guide
    saved under Free Ruby Books by freebooksandarticles
    This book is a tutorial and reference for the Ruby programming language. Use Ruby, and you'll write better code, be more productive, and enjoy programming more.
    http://www.ruby-doc.org/docs/ProgrammingRuby/
    created by freebooksandarticles on 2008-06-15 21:24:16


    Ruby User's Guide
    saved under Free Ruby Books by freebooksandarticles
    Ruby User's Guide
    http://www.rubyist.net/~slagell/ruby/index.html
    created by freebooksandarticles on 2008-06-15 21:10:23


    InfoQ: Mr. Neighborly's Humble Little Ruby Book
    saved under Free Ruby Books by freebooksandarticles
    Ruby has taken the programming world by storm. With the slow decline of Java and the catalyst of Rails, it has risen to become one of the most popular programming languages, rising to #10 on the TIOBE index and winning their "Programming Language of the Year" award.
    http://www.infoq.com/minibooks/ruby
    created by freebooksandarticles on 2008-06-15 21:44:21


    Kernel Mode Developer
    RootKitSMM@Yahoo.com

  2. #2

    نقل قول: کتاب های مفتی Python و Ruby

    Kernel Mode Developer
    RootKitSMM@Yahoo.com

  3. #3

    نقل قول: کتاب های مفتی Python و Ruby


  4. #4

    نقل قول: کتاب های مفتی Python و Ruby


  5. #5

    نقل قول: کتاب های مفتی Python و Ruby


  6. #6
    کاربر تازه وارد آواتار code_baz
    تاریخ عضویت
    اسفند 1389
    محل زندگی
    تهران
    پست
    98

    نقل قول: کتاب های مفتی Python و Ruby

    List of Python Tutorials

    یک لیست بزرگ و دسته بندی شده از مقاله ها و خودآموز هایی درباره پایتون
    آخرین ویرایش به وسیله code_baz : سه شنبه 13 اردیبهشت 1390 در 09:34 صبح

  7. #7
    کاربر جدید آواتار vahidRafiei
    تاریخ عضویت
    اردیبهشت 1390
    محل زندگی
    اوپسالا
    پست
    6

    نقل قول: کتاب های مفتی Python و Ruby

    در اين ليست يكي از بهترين كتابهاي آموزش پايتون ذكر نشده ..

    كتاب Learn python, the hard way

  8. #8
    کاربر تازه وارد آواتار code_baz
    تاریخ عضویت
    اسفند 1389
    محل زندگی
    تهران
    پست
    98

    نقل قول: کتاب های مفتی Python و Ruby

    یه کتاب فارسی در سطح مبتدی
    http://www.bankepdf.com/dl/computer/...pdf.com%5D.zip

  9. #9

    نقل قول: کتاب های مفتی Python و Ruby


  10. #10

    نقل قول: کتاب های مفتی Python و Ruby


قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •