diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-26 01:48:54 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-26 01:48:54 -0700 |
commit | 1924d58159ce340f96dd1443890f8cc99ad81976 (patch) | |
tree | 33ea3220cc0651479d6a53da5d1b5d8151d8a5de /ar-ar/python-ar.html.markdown | |
parent | cbb2eb4f005ed6bf345323de02b3f5bb6ff2ee19 (diff) |
[python/*] proofread en and ru and all links
Diffstat (limited to 'ar-ar/python-ar.html.markdown')
-rw-r--r-- | ar-ar/python-ar.html.markdown | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ar-ar/python-ar.html.markdown b/ar-ar/python-ar.html.markdown index e6a487b8..870d17a9 100644 --- a/ar-ar/python-ar.html.markdown +++ b/ar-ar/python-ar.html.markdown @@ -1003,14 +1003,11 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( ### مجانا عبر الانترنت * [أتمتتة المهمات المُملة عبر بايثون](https://automatetheboringstuff.com) -* [أفكار لمشروعات بلغة البايثون](http://pythonpracticeprojects.com) * [التوثيقات الرسمية](http://docs.python.org/3/) * [دليل المُسافر لبايثون](http://docs.python-guide.org/en/latest/) * [دورة بايثون](http://www.python-course.eu/index.php) * [أولى الخطوات مع بايثون](https://realpython.com/learn/python-first-steps/) * [قائمة مُختارة من إطارات عمل بايثون الرائعة, المكتبات والبرمجيات](https://github.com/vinta/awesome-python) -* [ثلاثون خاصية وخدعة للغة البايثون ربما لم تعرف بها](http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html) -* [الدليل الرسمي لنمط البايثون](https://www.python.org/dev/peps/pep-0008/) +* [الدليل الرسمي لنمط البايثون](https://peps.python.org/pep-0008/) * [بايثون 3 دوائر علوم الحاسب](http://cscircles.cemc.uwaterloo.ca/) * [غُص في بايثون 3](http://www.diveintopython3.net/index.html) -* [دورة سريعة في البايثون للعلماء](http://nbviewer.jupyter.org/gist/anonymous/5924718) |