Skip to content
vedat edited this page Oct 4, 2015 · 2 revisions

Python

 title="Learning to Program Using Python ",
 url="https://docs.google.com/file/d/0B8IUCMSuNpl7MnpaQ3hhN2R0Z1k/edit"                               

 title="Introduction to Programming Using Python",
 url="http://faculty.msmary.edu/heinold/Introduction_to_Programming_Using_Python_Heinold.pdf"

 title="Learning to Program with Python ",
 url="http://www.cs.uky.edu/~keen/115/Haltermanpythonbook.pdf"

 title="Practical Programming in Python ",
 url="https://launchpadlibrarian.net/165489933/PracticalProgrammingPython2014.pdf"

 title="Python for Informatics: Exploring Information",
 url="http://do1.dr-chuck.com/py4inf/EN-us/book.pdf"

 title="How To Write Your Own Software Using Python",
 url="http://www.itmaybeahack.com/book/programming-2.6/latex/ProgrammingforNon-Programmers.pdf"

 title="Think Python: An Introduction to Software Design",
 url="http://www.greenteapress.com/thinkpython/thinkpython.pdf"

 title="Functional C",
 url="http://eprints.eemcs.utwente.nl/1077/02/book.pdf"

 title="Think Python: How to Think Like a Computer Scientist",
 url="http://www.greenteapress.com/thinkpython/thinkpython.pdf"

Python

    title="Official Python Tutorial",
    http://docs.python.org/2/tutorial

    title="How to Think like a Computer Scientist",
    http://www.greenteapress.com/thinkpython/html/index.html

    title="Learn Python the Hard Way",
    url="http://learnpythonthehardway.org/book/"

    title="A Byte of Python",
    url="http://www.swaroopch.com/notes/python/"

    title="Learn Python in 10 Minutes",
    url="http://www.korokithakis.net/tutorials/python/"

    title="Non-Programmer's Tutorial for Python 3",
    url="http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_3"

    title="Python Programming",
    url="http://en.wikibooks.org/wiki/Python_Programming"

    title="The Python Tutorial",
    url="https://docs.python.org/2/tutorial/index.html"

    title="The Python Tutorial",
    url="https://docs.python.org/release/3.0.1/tutorial/"

    title="Full Stack Python",
    url="http://www.fullstackpython.com/table-of-contents.html"

    title="Python Cookbook",
    url="http://chimera.labs.oreilly.com/books/1230000000393/index.html"

    title="Test-Driven Development with Python",
    url="http://chimera.labs.oreilly.com/books/1234000000754/index.html"

    title="Python Scientific Lecture Notes",
    url="http://scipy-lectures.github.io/"

    title="The Art and Craft of Programming: Python Edition",
    url="http://beastie.cs.ua.edu/cs150/book/index.html"

    title="Porting to Python 3: An in-depth guide",
    url="http://python3porting.com/"

    title="How to Think Like a Computer Scientist: Learning with Python",
    url="http://openbookproject.net/thinkcs/python/english2e/index.html"

    title="Dive Into Python ",
    url="http://www.diveintopython.net/toc/index.html"

C

    title="Rook’s Guide to C++",
    url="http://rooksguide.files.wordpress.com/2013/12/rooks-guide-isbn-version.pdf"

    title="	The New C Standard ",
    url="http://www.coding-guidelines.com/cbook/cbook1_2.pdf"

    title="Learn C The Hard Way",
    url="http://c.learncodethehardway.org/book/"

Django

    title="Official Django Tutorial",
    url="https://docs.djangoproject.com/en/1.5/intro/tutorial01/"

    title="Django Rocks",
    url="http://www.djangorocks.com/"

    title="How to Tango with Django",
    url="http://www.tangowithdjango.com/"

    title="Effective Django",
    url="http://effectivedjango.com/"

    title="The Definitive Guide to Django",
    url="http://www.djangobook.com/en/2.0/index.html"

Other Frameworks

    title="Bottle",
    url="http://bottlepy.org/docs/dev/"

    title="Flask",
    url="http://flask.pocoo.org"

http://linux-training.be/files/books/LinuxTraining.pdf

http://hilmi.trakya.edu.tr/ders_notlari/os/linux.pdf

http://getgnu.org/dosya/Linux_Komut_Satiri.pdf

http://akgul.bilkent.edu.tr/fta/fta-m2b-glbasic.pdf

http://idak.gop.edu.tr/esmeray/UnderStandingKernel.pdf

http://akgul.bilkent.edu.tr/fta/fta-m2-admin_gnulinux-v1.pdf

http://akgul.bilkent.edu.tr/fta/fta-m1-intro_to_FS-v1.pdf

http://akgul.bilkent.edu.tr/fta/fta-m3-open_networks.pdf

http://akgul.bilkent.edu.tr/fta/fta-m4-web_development.pdf

http://www.fatih.edu.tr/~esma.yildirim/BILM443/UnixLinux.pdf

http://akgul.bilkent.edu.tr/fta/fta-m5-economic_models.pdf

http://ftacademy.org/materials

http://www.linuxtraining.co.uk/download/new_linux_course_modules.pdf

http://mirror.linux.org.au/pub/linux/kernel/people/torvalds/thesis/torvalds97.pdf

Official Python Tutorial

How to Think like a Computer Scientist

    title="Learn Python the Hard Way",
    url="http://learnpythonthehardway.org/book/"

    title="A Byte of Python",
    url="http://www.swaroopch.com/notes/python/"

    title="Learn Python in 10 Minutes",
    url="http://www.korokithakis.net/tutorials/python/"

    title="Non-Programmer's Tutorial for Python 3",
    url="http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_3"

    title="Python Programming",
    url="http://en.wikibooks.org/wiki/Python_Programming"

    title="The Python Tutorial",
    url="https://docs.python.org/2/tutorial/index.html"

    title="The Python Tutorial",
    url="https://docs.python.org/release/3.0.1/tutorial/"

    title="Full Stack Python",
    url="http://www.fullstackpython.com/table-of-contents.html"

    title="Python Cookbook",
    url="http://chimera.labs.oreilly.com/books/1230000000393/index.html"

    title="Test-Driven Development with Python",
    url="http://chimera.labs.oreilly.com/books/1234000000754/index.html"

    title="Python Scientific Lecture Notes",
    url="http://scipy-lectures.github.io/"

    title="The Art and Craft of Programming: Python Edition",
    url="http://beastie.cs.ua.edu/cs150/book/index.html"

    title="Porting to Python 3: An in-depth guide",
    url="http://python3porting.com/"

    title="How to Think Like a Computer Scientist: Learning with Python",
    url="http://openbookproject.net/thinkcs/python/english2e/index.html"

    title="Dive Into Python ",
    url="http://www.diveintopython.net/toc/index.html"

C

    title="Rook’s Guide to C++",
    url="http://rooksguide.files.wordpress.com/2013/12/rooks-guide-isbn-version.pdf"

    title="	The New C Standard ",
    url="http://www.coding-guidelines.com/cbook/cbook1_2.pdf"

    title="Learn C The Hard Way",
    url="http://c.learncodethehardway.org/book/"

Django

    title="Official Django Tutorial",
    url="https://docs.djangoproject.com/en/1.5/intro/tutorial01/"

    title="Django Rocks",
    url="http://www.djangorocks.com/"

    title="How to Tango with Django",
    url="http://www.tangowithdjango.com/"

    title="Effective Django",
    url="http://effectivedjango.com/"

    title="The Definitive Guide to Django",
    url="http://www.djangobook.com/en/2.0/index.html"

Other Frameworks

    title="Bottle",
    url="http://bottlepy.org/docs/dev/"

    title="Flask",
    url="http://flask.pocoo.org"

C

    title="Bilgisayar Programlamaya Giriş",
    url="http://mfyz.com/Files/Pascal_Dersleri_PDF/bolum01.pdf"

    title="Programlamaya Giriş",
    url="http://web.firat.edu.tr/enfders/file/c_programlama/c.pdf"

    title="Programlamaya Giriş Ders Notları",
    url="http://web.itu.edu.tr/uyar/programlama/c.pdf"

    title="Algoritma ve Programlama",
    url="http://www.yildiz.edu.tr/~ayten/algortimaveprogramlama_bolum1-2.pdf"

    title="C++ Programlama",
    url="http://www.ders-notum.com/1.pdf"

    title="C Programlama Diline Giriş",
    url="http://f1r4t.com/dosyalar/C_Programlama_Dili.pdf"

    title="Algoritma ve Programlama",
    url="http://www.yucalar.com/YZM1101/YZM1101-01.pdf"
Clone this wiki locally