Coder Social home page Coder Social logo

python101code's Introduction

Python 101, 2nd Edition Book Code

Python 201 2nd Edition

Code examples from the book, Python 101 2nd Edition by Michael Driscoll.

You can get early access to the book on Leanpub as well as all updates as they come out. The book will be finished by September 2020.

The first dozen or so chapters will have Jupyter Notebooks rather than simple code examples. You can run the examples in your browser by using this link: Binder. Then navigate to each chapter and open the Jupyter Notebook.

Alternatively, you can download the code (or clone it with Git) and use Jupyter on your own machine. Once you have gotten the code / notebooks from this repo, you will need to install Jupyter. Once installed, you should open up a terminal (or cmd.exe on Windows) and navigate to the folder where your save the code to. Then run jupyter notebook in your terminal.

If you are looking for the code for Python 101, 1st Edition, they can be found here

python101code's People

Contributors

driscollis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python101code's Issues

"image viewer working" not working

Hi,
When I try open image file (.jpg) I had this message :
line 42, in on_browse
self.photo_txt.SetValue(dialog.GetPath())
wx._core.wxAssertionError: C++ assertion ""!HasFlag(wxFD_MULTIPLE)"" failed at C:\PROJECTS\bb2\dist-win64-py310\build\ext\wxWidgets\include\wx/filedlg.h(111) in wxFileDialogBase::GetPath(): When using wxFD_MULTIPLE, must call GetPaths() instead
so I changed dialog.GetPath() by dialog.GetPaths()
ut then I had this message :
line 42, in on_browse
self.photo_txt.SetValue(dialog.GetPaths())
TypeError: TextEntry.SetValue(): argument 1 has unexpected type 'list'

Python : Python 3.10
OS : Windows 10 21H1 build 19043.1766
wxPython : 4.2.0a1.dev5445+edf1cf07 => I installed wxPython with pip install -U --pre -f https://wxpython.org/Phoenix/snapshot-builds wxPython since classic installation does not work on my version of windows 10

changing the element searched in scrapper.py

Hello,

I was working on scrapper.py in chapter 35 and it wasn't printing anything out. I realized that none of the h1 elements in your blog have any href.
I changed it to h2 and the script printed out a result. I thought I should inform you.

Errata?

Is there an errata for Python 101 2nd Edition?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.