8000 Aggiunti nuovi link a e-book · Massimo-code/python-abc@b0573bb · GitHub
[go: up one dir, main page]

Skip to content

Commit b0573bb

Browse files
committed
Aggiunti nuovi link a e-book
1 parent 5f2df75 commit b0573bb

File tree

1 file changed

+30
-24
lines changed

1 file changed

+30
-24
lines changed

docs/index.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,39 @@ Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
5050

5151
* ### eBook, Guide e Tutorial
5252
* ITALIANO
53-
* [Documentazione ufficiale](http://docs.python.it)
54-
* [Manuale di riferimento - PDF](http://docs.python.it/paper-a4/ref.pdf)
55-
* [Tutorial - PDF](http://docs.python.it/paper-a4/tut.pdf)
53+
* [Documentazione ufficiale](http://python.it/doc/)
5654
* eBook: [Immersione in Python 3](http://gpiancastelli.altervista.org/dip3-it/) - [PDF](http://gpiancastelli.altervista.org/dip3-it/d/diveintopython3-it-pdf-latest.zip)
5755
* eBook: [ThinkPython](https://github.com/AllenDowney/ThinkPythonItalian/) -[PDF](https://github.com/AllenDowney/ThinkPythonItalian/blob/master/thinkpython_italian.pdf)
5856
* Guida: [Guida Python di HTML.IT](http://www.html.it/guide/guida-python/)
5957

6058
* INGLESE
6159

62-
* [Python 3 Official Documentation](https://docs.python.org/3/download.html)
63-
* [Python 3 Official Python Tutorial](https://docs.python.org/3/tutorial/index.html)
64-
* [A Beginner's Python Tutorial](https://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
65-
* [A Byte of Python (Tutorial)](https://python.swaroopch.com/first_steps.html)
66-
* [CodeCademy: Python (Tutorial)](https://www.codecademy.com/learn/python)
67-
* [Dive Into Python 3](http://getpython3.com/diveintopython3/)
68-
* [Fundamentals of Programming Python](http://python.cs.southern.edu/pythonbook/pythonbook.pdf)
69-
* [O’Reilly Media: A Whirlwind Tour of Python](http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf)
70-
* Packt Publishing
71-
* [Learning Python](https://www.packtpub.com/packt/free-ebook/learning-python)
72-
* [What You Need To Know About Python](https://www.packtpub.com/packt/free-ebook/what-you-need-know-about-python)
73-
* [Mastering Python](https://www.packtpub.com/free-ebook/mastering-python)
74-
* [Python Practice Book](https://anandology.com/python-practice-book/index.html)
75-
* [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf)
76-
* [Syncfusion: Python Succinctly](https://www.syncfusion.com/ebooks/python)
77-
* [The Coder's Apprentice: Learning Programming with Python 3](http://www.spronck.net/pythonbook/)
78-
* [The Hitchhiker’s Guide to Python!](http://docs.python-guide.org/en/latest/)
79-
* [Think Python 2e](http://greenteapress.com/wp/think-python-2e/)
80-
* [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)
81-
* [Building Skills in Python](http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf)
82-
60+
* Python 3 Official Documentation
61+
* [Documentation](https://docs.python.org/3/download.html)
62+
* [Tutorial](https://docs.python.org/3/tutorial/index.html)
63+
* E-book
64+
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
65+
* [Dive Into Python 3](http://getpython3.com/diveintopython3/)
66+
* [Fundamentals of Programming Python](http://python.cs.southern.edu/pythonbook/pythonbook.pdf)
67+
* [O’Reilly Media: A Whirlwind Tour of Python](http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf)
68+
* Packt Publishing
< 8000 /code>
69+
* [Learning Python](https://www.packtpub.com/packt/free-ebook/learning-python)
70+
* [What You Need To Know About Python](https://www.packtpub.com/packt/free-ebook/what-you-need-know-about-python)
71+
* [Mastering Python](https://www.packtpub.com/free-ebook/mastering-python)
72+
* [Python Practice Book](https://anandology.com/python-practice-book/index.html)
73+
* [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf)
74+
* [Syncfusion: Python Succinctly](https://www.syncfusion.com/ebooks/python)
75+
* [The Coder's Apprentice: Learning Programming with Python 3](http://www.spronck.net/pythonbook/)
76+
* [The Hitchhiker’s Guide to Python!](http://docs.python-guide.org/en/latest/)
77+
* [Python 101](https://leanpub.com/python_101)
78+
* [Intermediate Python](https://leanpub.com/intermediatepython)
79+
* [Think Python 2e](http://greenteapress.com/wp/think-python-2e/)
80+
* [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)
81+
* [Building Skills in Python](http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf)
82+
* Tutorial
83+
* [A Beginner's Python Tutorial](https://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
84+
* [A Byte of Python](https://python.swaroopch.com/first_steps.html)
85+
* [CodeCademy: Python](https://www.codecademy.com/learn/python)
8386

8487
* ### Video Corsi e Tutorial
8588
* ITALIANO
@@ -89,11 +92,13 @@ Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
8992
* [Programmare in Python 2 - Marco Beri](https://www.youtube.com/playlist?list=PLC4DEDAECF24B855D)
9093
* [Amazing Python - Marco Beri](https://www.youtube.com/watch?v=O0DLSD5o5VU&list=PLu-RPGHOxmPVN7WbrlmO6Vc2gb8djB3_n)
9194
* INGLESE
95+
* [Automate the Boring Stuff with Python](https://www.youtube.com/playlist?list=PL0-84-yl1fUnRuXGFe_F7qSH1LEnn9LkW)
9296
* [Python 3.4 Programming Tutorials](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_)
9397
* [Python Programming Tutorials](https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA)
9498
* [Python Tips](https://www.youtube.com/playlist?list=PLP8GkvaIxJP3ignHY_Dq7bFsvwzAcqZ1i)
9599
* [Build applications with Python](https://www.youtube.com/playlist?list=PL41psiCma00wwvtQyLFMFpzWxUYmSZwZy)
96100

101+
97102
## Altre Raccolte
98103
Di seguito sono elencate altre raccolte di link a documentazione relativa a Python.
99104
In questi elenchi possono essere trovati approfondimenti e documentazione relativa a specifiche librerie o framework (Django, Flask, Kivy, Pandas, Pyramid. Tornado, ...)
@@ -106,6 +111,7 @@ In questi elenchi possono essere trovati approfondimenti e documentazione relati
106111
* [Packt Publishing: Free Learning - Free Programming Ebooks](https://www.packtpub.com/packt/offers/free-learning)
107112
* [O’Reilly Media: Free Ebooks](http://www.oreilly.com/free/reports.html)
108113
* [Syncfusion: Succinctly free eBooks](https://www.syncfusion.com/ebooks)
114+
* [Awesome Python Awesome](https://github.com/vinta/awesome-python) - list of frameworks, libraries, software and resources
109115

110116
* ### Video Corsi e Tutorial
111117
* ITALIANO

0 commit comments

Comments
 (0)
0