All Projects → joaoventura → Full Speed Python

joaoventura / Full Speed Python

Full Speed Python: a book for self-learners

Programming Languages

Makefile
30231 projects
TeX
3793 projects

Projects that are alternatives of or similar to Full Speed Python

Kubernetes Handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Stars: ✭ 4,511 (+30.87%)
Mutual labels:  makefile, books
Numerical Computing Is Fun
Learning numerical computing with notebooks for all ages.
Stars: ✭ 730 (-78.82%)
Mutual labels:  learning-by-doing, learning-python
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (-99.33%)
Mutual labels:  learning-python, learning-by-doing
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (-74.56%)
Mutual labels:  learning-by-doing, learning-python
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (-80.3%)
Mutual labels:  makefile, learning-by-doing
Udacity-programming-for-Data-Science-With-Python-Nanodegree
This reprositry contain all the codes of Udacity programming for data science course
Stars: ✭ 22 (-99.36%)
Mutual labels:  learning-python, learning-by-doing
Ultimate Python
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Stars: ✭ 3,309 (-4%)
Mutual labels:  learning-by-doing, learning-python
Election Geodata
Precinct shapes (and vote results) for US elections past, present, and future
Stars: ✭ 289 (-91.62%)
Mutual labels:  makefile
Trkdb
Stars: ✭ 299 (-91.33%)
Mutual labels:  makefile
Learninglinuxkernel
和我一起学习Linux内核吧
Stars: ✭ 288 (-91.64%)
Mutual labels:  makefile
Dockermail
Ready-to-use email server + (optional) web mail + (optional) caldav, carddav and a kitchen sink in a docker container
Stars: ✭ 286 (-91.7%)
Mutual labels:  makefile
Awesome Micropython
A curated list of awesome MicroPython libraries, frameworks, software and resources.
Stars: ✭ 287 (-91.67%)
Mutual labels:  makefile
Awesome Servicemesh
Awesome service mesh - https://www.servicemesher.com/awesome-servicemesh/
Stars: ✭ 302 (-91.24%)
Mutual labels:  makefile
Jenkins X Platform
Helm umbrella repo containing the helm charts for the Jenkins-X platform on Kubernetes
Stars: ✭ 287 (-91.67%)
Mutual labels:  makefile
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (-4.24%)
Mutual labels:  books
Nodebook
📖 Livre publié aux Éditions Eyrolles • Première édition : Node.js v10 et npm v6.
Stars: ✭ 286 (-91.7%)
Mutual labels:  learning-by-doing
Monolinux
Create embedded Linux systems with a single statically linked executable.
Stars: ✭ 314 (-90.89%)
Mutual labels:  makefile
Archlinux Docker
Docker Base Image for Arch Linux (read-only mirror)
Stars: ✭ 304 (-91.18%)
Mutual labels:  makefile
Docker Basiclearning
🐬 Understand Docker step by step. A tutorial repo for beginners 🔥
Stars: ✭ 296 (-91.41%)
Mutual labels:  learning-by-doing
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (-91.44%)
Mutual labels:  makefile

Full Speed Python

Pdf and epub files can be downloaded from: https://github.com/joaoventura/full-speed-python/releases/

This book aims to teach the Python programming language using a practical approach. Its method is quite simple: after a short introduction to each topic, the reader is invited to learn more by solving the proposed exercises.

These exercises have been used extensively in my web development and distributed computing classes at the Superior School of Technology of Setúbal. With these exercises, most students are up to speed with Python in less than a month. In fact, students of the distributed computing course, taught in the second year of the software engineering degree, become familiar with Python's syntax in two weeks and are able to implement a distributed client-server application with sockets in the third week.

The source of this book is available on github (https://github.com/joaoventura/full-speed-python). I welcome any pull requests to correct misspellings, suggest new exercises or to provide clarification of the current content.

Building

Run make pdf or make epub to build the books.

This project uses pandoc to build the books. The pdf file is built with pdflatex, so you may need to download a latex distribution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].