Python

















Today we bring you this select compilation of PDF tutorials on programming with Python , all in English and classified by levels of difficulty.

It is easy that you have come this far looking for resources for the computer science subject of your school, since the teacher has given you to teach Python. It is not surprising, since the characteristics of Python make it the ideal language to enter the world of programming.

The main characteristic of Python is its simplicity , both in its instructions, in its syntax and in its structure. Unlike other languages, we will not fill the code with symbols, semicolons, or brackets. His philosophy emphasizes a syntax that favors readable code.

Its program control structures are organized by tabs instead of characters like braces {}, as is the case in other languages, and this gives Python unmatched cleanliness and clarity , allowing it to more instinctively interpret a program at a glance.

Also Python is an interpreted language, so it is not necessary to compile to run . It has an interactive mode in which we can execute instructions  in the command interpreter and practice at will. This is an excellent tool for learning this programming language.

However, don't be fooled; the simplicity of this language does not affect its potency at all . Python is a multiplatform programming language, and allows the expansion of its functions through an infinity of libraries, it even accepts C / C ++ libraries. As a result, you can do almost anything with Python , such as using it to serve web pages from a server, create Android apps, 3D video games using OpenGL technologies, social media bots… the limit is your imagination.

We will progressively add new PDF tutorials on programming with Python, we hope they will help you learn and above all that you enjoy them 🙂

By the way, here we share this tool where you can use its online command interpreter on the Python website , where you can practice this language without having to install anything on your computer.

And without further ado, there go those PDF tutorials!






We hope you enjoy them and they are useful to you 🙂


 Python for everyone

This tutorial has been written by Raúl González Duque and shared on his website Mundogeek.net .

Thought to start from scratch , this tutorial explains from the roots of this language, its possibilities, installation instructions ... it progressively teaches you from variables, operations, functions, loops and control structures, object-oriented programming, management of exceptions ... even working with databases or accessing url's.

Everything explained in a very clear way and through examples, this Python tutorial is ideal for those who have a first contact with this language , and as I said it is ideal to begin to become familiar with programming in general.


Author         Mundogeek.net

License   CC BY-NC-SA 4.0

Size             164 pg / 551 kb

Level           Beginner / Intermediate

          



 Python course for beginners

This great Python tutorial has been written by the famous teacher and hacker Eugenia Bahit , and published on her page www.eugeniabahit.com

I say that it is great because almost without realizing it we will go from having no idea about Python programming, to sending and receiving sockets over the internet or setting up a basic web system based on Python.

Easy assimilation and implementation PDF tutorial , it goes beyond the previous tutorial but is still for amateur programmers. ecommended for learning.


Author         Eugenia Bahit

License   CC BY-NC-SA 4.0

Size             164 pg / 551 kb

Level           Beginner / Intermediate

          

No comments:

Post a Comment