100_page_python_intro VS full-speed-python

Compare 100_page_python_intro vs full-speed-python and see what are their differences.

100_page_python_intro

:snake: Short, introductory guide for the Python programming language :green_book: :zap: (by learnbyexample)

full-speed-python

Full Speed Python: a book for self-learners (by joaoventura)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
100_page_python_intro full-speed-python
10 4
217 4,043
- -
0.0 1.3
almost 2 years ago about 1 year ago
Python Makefile
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

100_page_python_intro

Posts with mentions or reviews of 100_page_python_intro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-03.
  • is CodeAcademy free worth it to learn basic python?
    9 projects | /r/learnpython | 3 Apr 2022
    here a copypasta with lot of free info ## Several roadmaps about what to learn to be a successful professional (front, back, sysop, python, etc) https://roadmap.sh/ ## Official Python Beginner's Guide * https://wiki.python.org/moin/BeginnersGuide ## FreeCodeCamp.org * https://www.freecodecamp.org/learn/ While main course is about full stack JS dev they also have several GREAT 10hs (or so) video curses in their [YT channel](https://www.youtube.com/c/Freecodecamp/videos) python's playlists: - [Python Basics with Sam](https://www.youtube.com/playlist?list=PLWKjhJtqVAbkmRvnFmOd4KhDdlK1oIq23) 14 videos - [Full Courses in One Video](https://www.youtube.com/playlist?list=PLWKjhJtqVAbnupwRFOq9zGOWjdvPRtCmO) 52 videos but they have full courses about lot of things. ## Great channels about python: * [Arjan Codes](https://www.youtube.com/c/ArjanCodes) - Interesting architecture videos * [mCoding with James Murphy](https://www.youtube.com/c/mCodingWithJamesMurphy) - small tips * [Corey Schaefer](https://www.youtube.com/c/Coreyms/) - Basics of python * [Sentdex](https://www.youtube.com/c/sentdex) - Basics and machine learning * [Tech with Tim](https://www.youtube.com/c/TechWithTim/) - Small python projects * [Telusko](https://www.youtube.com/c/Telusko) - Basics in fun way * [Socratcia](https://www.youtube.com/c/Socratica) - Short and interesting videos * [Real python](https://www.youtube.com/c/realpython) * [The new Boston](https://www.youtube.com/user/thenewboston) * [CS Dojo](https://www.youtube.com/c/CSDojo) - Best for OOPS concept * [Clever programmer](https://www.youtube.com/c/CleverProgrammer) - Building things ## RealPython I found this site useful with lot of good tutorials, but they block lot of the material behind payware https://realpython.com/ ## Microsoft YT Channel Microsoft offer three playlist with Python courses - [Python for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6) 44 videos - [More Python for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHiXd-nEby-TMCoUNwhbLUnj) 20 videos - [Even More Python for Beginners: Data Tools](https://www.youtube.com/playlist?list=PLlrxD0HtieHhHnCUVtR8UHS7eLl33zfJ-) 31 videos ## Udemy courses This course is usually given for free by the author here at begin of month or so (he publish it in /r/learnpython) - https://www.udemy.com/course/automate/ I can't endorse any of those courses since I haven't bought them, but their content look complete - https://www.udemy.com/course/complete-python-bootcamp/ - https://www.udemy.com/course/learn-python-by-building-a-blockchain-cryptocurrency/ - https://www.udemy.com/course/python-the-complete-python-developer-course/ - https://www.udemy.com/course/complete-python-bootcamp/ - https://www.udemy.com/course/100-days-of-code/ - https://www.udemy.com/course/learn-python-by-building-a-blockchain-cryptocurrency/ this serie of courses - https://www.udemy.com/course/python-3-deep-dive-part-1/ - https://www.udemy.com/course/python-3-deep-dive-part-2/ - https://www.udemy.com/course/python-3-deep-dive-part-3/ - https://www.udemy.com/course/python-3-deep-dive-part-4/ Also remember only buy in Udemy when the courses are between 9/12usd values and not at their full price (90/250) that are inflated prices... ## Exercises and practices: * https://www.practicepython.org/ * [Exercism](https://exercism.org/tracks/python/exercises) * [Practicepython](https://www.practicepython.org/) — these are all beginner friendly and difficulty levels are marked * [100 Page Python Intro exercises](https://github.com/learnbyexample/100_page_python_intro/blob/main/exercises/Exercises.md) — exercises from my introductory guide * [Code Wars](https://www.codewars.com/), [Advent of Code](https://adventofcode.com/), [Project Euler](https://projecteuler.net/) — more challenging * [Checkio](https://py.checkio.org/) * [Codingame](https://www.codingame.com/start) * [Codecombat](https://codecombat.com/) — gaming based challenges * [/r/dailyprogrammer](https://www.reddit.com/r/dailyprogrammer) — not active currently, but there's plenty of past challenges with discussions ------ [original source](https://redd.it/pwvi0t) Not sure if many people know this, but Microsoft has a learning resource platform called [Microsoft Learn](https://docs.microsoft.com/en-us/learn/), which provides free training to learn different skills related to different technologies. Each course is designed as a module, in each module, it contains different lessons and exercises. Thought I'd share. Below are some of the modules related to Python learning. **Beginners Courses** * [What is Python?](https://docs.microsoft.com/en-us/learn/modules/python-introduction/) * [Take your first steps with Python](https://docs.microsoft.com/en-us/learn/paths/python-first-steps/) * [Set up your Python beginner development environment with Visual Studio Code](https://docs.microsoft.com/en-us/learn/modules/python-install-vscode/) * [Introduction to Python](https://docs.microsoft.com/en-us/learn/modules/intro-to-python/) * [Branch code execution with the if...elif...else statement in Python](https://docs.microsoft.com/en-us/learn/modules/python-if-elif-else/) * [Manipulate and format string data for display in Python](https://docs.microsoft.com/en-us/learn/modules/python-format-strings/) * [Perform mathematical operations on numeric data in Python](https://docs.microsoft.com/en-us/learn/modules/python-datatypes-numeric-operations/) * [Iterate through code blocks by using the while statement](https://docs.microsoft.com/en-us/learn/modules/python-while/) * [Import standard library modules to add features to Python programs](https://docs.microsoft.com/en-us/learn/modules/python-standard-library/) * [Create reusable functionality with functions in Python](https://docs.microsoft.com/en-us/learn/modules/python-functions/) * [Manage a sequence of data by using Python lists](https://docs.microsoft.com/en-us/learn/modules/python-lists/) * [Write basic Python in Notebooks](https://docs.microsoft.com/en-us/learn/modules/basic-python-nasa/) * [Count the number of Moon rocks by type using Python](https://docs.microsoft.com/en-us/learn/modules/count-moon-rocks-python-nasa/) * [Code control statements in Python](https://docs.microsoft.com/en-us/learn/modules/intermediate-python-nasa/) * [Introduction to Python for space exploration](https://docs.microsoft.com/en-us/learn/modules/introduction-python-nasa/) * [Install coding tools for Python development](https://docs.microsoft.com/en-us/learn/modules/install-code-tools-python-nasa/) * [Discover the role of Python in space exploration](https://docs.microsoft.com/en-us/learn/paths/introduction-python-space-exploration-nasa/) * [Crack the code and reveal a secret with Python and Visual Studio Code](https://docs.microsoft.com/en-us/learn/modules/secret-message/) * [Introduction to object-oriented programming with Python](https://docs.microsoft.com/en-us/learn/modules/python-object-oriented-programming/) * [Use Python basics to solve mysteries and find answers](https://docs.microsoft.com/en-us/learn/paths/python-partnership/) * [Predict meteor showers by using Python and Visual Studio Code](https://docs.microsoft.com/en-us/learn/modules/predict-meteor-showers-using-python/) * [Plan a Moon mission by using Python panda](https://docs.microsoft.com/en-us/learn/modules/plan-moon-mission-using-python-pandas/) * [Choose a bot-building tool](https://docs.microsoft.com/en-us/learn/modules/choose-bot-building-tool/) **Intermediate Courses** * [Create machine learning models](https://docs.microsoft.com/en-us/learn/paths/create-machine-learn-models/) * [Explore and analyze data with Python](https://docs.microsoft.com/en-us/learn/modules/explore-analyze-data-with-python/) * [Build an AI web app by using Python and Flask](https://docs.microsoft.com/en-us/learn/modules/python-flask-build-ai-web-app/) * [Get started with Django](https://docs.microsoft.com/en-us/learn/modules/django-get-started/) * [Architect full-stack applications and automate deployments with GitHub](https://docs.microsoft.com/en-us/learn/modules/automate-deployments-github-actions-azure/) ---- ## Other playlists * [Python Programming Beginner Tutorials](https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7) * [MIT 6.0001 Introduction to Computer Science and Programming in Python (Fall 2016)](https://www.youtube.com/playlist?list=PLs5BA52K0WXk_fBMSB1DYLAVavY6iIRgF)
  • 30+ Free eBooks for all developers
    5 projects | dev.to | 1 Jun 2021
    100 Page Python Intro - https://learnbyexample.github.io/100_page_python_intro/
  • Starting with python
    1 project | /r/learnprogramming | 16 Apr 2021
    100 Page Python Intro — my short, introductory guide
  • Python books free to read online or download
    4 projects | news.ycombinator.com | 10 Apr 2021
    * https://learnbyexample.github.io/py_regular_expressions/

    * https://learnbyexample.github.io/100_page_python_intro/

    Thanks for adding them.

  • refresher pls!!
    1 project | /r/learnpython | 20 Mar 2021
    I have a short introductory guide for those already familiar with programming basics, should work for your case too: https://learnbyexample.github.io/100_page_python_intro/
  • Where to learn python from for a intermediate programmer
    2 projects | /r/learnpython | 4 Mar 2021
    I also have a short, introductory guide here: 100 Page Python Intro
  • Is there an intro to Python for people who know R?
    1 project | /r/learnpython | 25 Feb 2021
    I have short, introductory guide titled 100 Page Python Intro — I conduct workshops for those already familiar with programming basics from another language, so I wrote this guide. Might help you and it is free to read online
  • Recommendations for learning resources for getting up to speed quickly with Python on OS X
    2 projects | /r/learnpython | 15 Feb 2021
    100 Page Python Intro - my own introductory guide for those already familiar with programming basics (or coming back to Python like your case)
  • I wrote a short, introductory book for Python
    1 project | dev.to | 12 Feb 2021
    The https://github.com/learnbyexample/100_page_python_intro repo has program/example files, markdown source and other details about the book.
  • Python Introduction
    2 projects | dev.to | 8 Jan 2021
    All the Python programs discussed in this book, along with related text files, can be accessed from my GitHub repo learnbyexample: 100_page_python_intro. However, I highly recommend typing the programs manually by yourself.

full-speed-python

Posts with mentions or reviews of full-speed-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-29.
  • Ask HN: Programming Courses for Experienced Coders?
    10 projects | news.ycombinator.com | 29 Dec 2023
    If you're learning Python, and know other programming languages, I have this online ebook [1] that I use with my students so that they learn Python fast enough so that I can teach them about socket programming.

    Basically, in each chapter I give a small detailed introduction to the topic and then students do some exercises to solidify things.

    [1] https://github.com/joaoventura/full-speed-python

  • Ask HN: Freelancer? Seeking freelancer? (December 2021)
    5 projects | news.ycombinator.com | 1 Dec 2021
    SEEKING FREELANCE WORK

    I'm available for Python and Django freelance work, if it's interesting enough. I've 10+ years of professional experience working with that stack. You can check some of my projects at [1] and look at some of my code at [2] and [3].

    I'm also a part-time CS Professor (I have a CS PhD - AI - TextMining), so I'm also available for tutoring students 1-1 (or small groups). Topics can include anything from CS curricula, but I have lots of experience introducing people to programming (I have a Python ebook with exercises - fullspeedpython [4]), and building web apps either in Python or Java (intro to programming, databases, networking, html+css, webframeworks, webservices => web apps). If you're new to CS and programming and you're self-learning, I can help you navigate what's important, what's irrelevant and provide you with some guidance.

    Giving that I see thousands and thousands of code every semester, I'm also available for doing code reviews or helping with best practices for individuals and teams.

    My current rate is 80€-100€/hour.

    [1] https://joaoventura.net/projects/

    [2] https://github.com/joaoventura/

    [3] https://github.com/flatangle/flatlib

    [4] https://github.com/joaoventura/full-speed-python

  • Ask HN: Looking for a Book on Algorithms and Data Structures
    3 projects | news.ycombinator.com | 14 Nov 2021
    I’m in the initial phase of structuring a book that aims to teach some simple algorithms and data structures using Python. The idea is that the reader should do the (guided) exercises to learn how to build those data structures. It’s basically “learn by doing”.

    For instance, to teach what a stack is I’ll explain the basic idea of a stack, then provide a base class and the reader must implement each method (init, push, pop, peek, etc) given the requirements and intended results of each functionality.

    I have a learn by doing ebook about Python (https://github.com/joaoventura/full-speed-python), so it’s like a follow-up to that one. Don’t know if people are interested though..

  • Python books free to read online or download
    4 projects | news.ycombinator.com | 10 Apr 2021
    Cool list! @pamoroso, if you read this comment, I've submitted an issue on the repo to add my own ebook (full-speed python).

    If someone stumbles on this on HN, here's the link to the repo [1] and releases [2]. It's basically a simple ebook where each chapter shows a little bit of what you can do with something (numbers, strings, lists, dicts, modules, etc.) and then the reader solves the asked exercises. I use this for my students who already know how to program (BSc and MSc) to get up to speed with Python, so that we can go learn sockets, http protocols, web frameworks, etc..

    [1] https://github.com/joaoventura/full-speed-python/

    [2] https://github.com/joaoventura/full-speed-python/releases/

What are some alternatives?

When comparing 100_page_python_intro and full-speed-python you can also consider the following projects:

clean-code-php - :bathtub: Clean Code concepts adapted for PHP

deps - deps: A terminal UI dashboard to monitor python dependencies across a Github organisation

docker_django_postgres_template - A basic template for Django. Includes several custom user models to choose from.

algs4 - Algorithms in C# ported from the book "Algorithms 4th Edition".

py_regular_expressions - Learn Python Regular Expressions step by step from beginner to advanced levels

steering-council - Communications from the Steering Council

Spyder - Official repository for Spyder - The Scientific Python Development Environment

flatlib - Python library for Traditional Astrology

IPv6-WSN-book

algorithms - A collection of solutions to the data structure and algorithm problems

free-python-books - Python books free to read online or download