diff options
author | kahredici <kadir.can.cetin@gmail.com> | 2016-04-26 00:59:57 +0300 |
---|---|---|
committer | kahredici <kadir.can.cetin@gmail.com> | 2016-04-26 00:59:57 +0300 |
commit | 9b400a620a189c21c41ea3aa36c81726c134af81 (patch) | |
tree | f6bd9c50b8ff0431653d3f577b6b58f8df7627e3 | |
parent | ca208c9473e82a8fd3fb83042f0b1ca82d247e1b (diff) |
small additions.
-rw-r--r-- | tr-tr/python3-tr.html.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tr-tr/python3-tr.html.markdown b/tr-tr/python3-tr.html.markdown index c7de2922..e53d5568 100644 --- a/tr-tr/python3-tr.html.markdown +++ b/tr-tr/python3-tr.html.markdown @@ -618,14 +618,19 @@ print(soyle(lutfen_soyle=True)) # Ban soda alır mısın? Lutfen! Artık dayana ### Ücretsiz Online +* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com) * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Dive Into Python](http://www.diveintopython.net/) * [Ideas for Python Projects](http://pythonpracticeprojects.com) - * [The Official Docs](http://docs.python.org/3/) * [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) * [Python Course](http://www.python-course.eu/index.php) +* [First Steps With Python](https://realpython.com/learn/python-first-steps/) +* [A curated list of awesome Python frameworks, libraries and software](https://github.com/vinta/awesome-python) +* [30 Python Language Features and Tricks You May Not Know About](http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html) +* [Official Style Guide for Python](https://www.python.org/dev/peps/pep-0008/) +* [Python 3 Computer Science Circles](http://cscircles.cemc.uwaterloo.ca/) ### Kitaplar |