Welcome to Casablanca's Forum
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

Python - mot so link

Go down

Python - mot so link Empty Python - mot so link

Bài gửi by Admin 1/4/2010, 20:18

http://vi.wikibooks.org/wiki/C%C4%83n_b%E1%BA%A3n_v%E1%BB%81_Python

http://wiki.python.org/moin/VietnameseLanguage

http://vi.wikibooks.org/wiki/Giai_Bai_Tap_Python

http://www.python.org/doc/

http://fr.wikipedia.org/wiki/Python


Được sửa bởi Admin ngày 5/5/2010, 23:06; sửa lần 1.
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Admin 5/5/2010, 23:00

1 số ebook về python đây

http://ebook4share.net/ebooks/it-books/572-python-cookbook
http://ebook4share.net/ebooks/it-books/571-foundations-of-agile-python-development
http://ebook4share.net/ebooks/it-books/570-python-in-a-nutshell
http://ebook4share.net/ebooks/it-books/569-wrox-python-create-modify-reuse
http://ebook4share.net/ebooks/it-books/216
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Admin 5/5/2010, 23:05

ftp://ftp-developpez.com/python/cours/TutoSwinnen/fichiers/python_notes.pdf

http://www.pdfqueen.com/pdf/py/python-en-fran%C3%A7ais/
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Admin 5/5/2010, 23:37

Dive Into Python
http://diveintopython.org/
word 97
http://diveintopython.org/download/diveintopython-word-5.4.zip
pdf
http://diveintopython.org/download/diveintopython-pdf-5.4.zip

* HTML
* plain text
* HTML (single file)
* XML (DocBook)
* Build scripts (for translators)
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Admin 14/5/2010, 22:34


Bonjour,
je réalise un jeu en python qui comporte des variables globales.
j'ai créer une fonction de réinitialisation de globales variables, du type :

def initAll():
global a
global b
a,b=0,0

lorsque je lance le module dans lequel est créé cette fonciton, elle fonctionne parfaitement,
mais dans le modukle principal qui rassemble les différents modules, cette fonction ne marche pas!
Auriez vous une idée sur le probleme?

merci

C'est parce que python possède 3 espaces de noms, en gros:
- local: à l'intérieur d'une fonction
- global: à l'intérieur d'un module
- built-in: inter-module
Vois ce post qui devrait t'aider, et je pense, résous ton problème:
http://bytes.com/groups/python/32046-intermodule-global-variables
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Admin 7/6/2010, 22:34

Pyplot tutorial
matplotlib


http://matplotlib.sourceforge.net/users/pyplot_tutorial.html

import matplotlib.pyplot as plt
plt.plot([1,2,3,4], [1,4,9,16], 'ro')
plt.axis([0, 6, 0, 20])

Python - mot so link Pyplot_formatstr

Python - mot so link Pyplot_text

Python - mot so link Pyplot_annotate
Admin
Admin
Admin

Tổng số bài gửi : 2108
Points : 3774
Reputation : 0
Join date : 25/10/2009
Đến từ : https://casablanca.forumvi.com

https://casablanca.forumvi.com

Về Đầu Trang Go down

Python - mot so link Empty Re: Python - mot so link

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết