Looking to start learning Python?

Begin Here

Author: Mike

PyDev of the Week: Roman Sirokov

March 27, 2017 by Mike
This week we welcome Roman Sirokov as our PyDev of the Week! He is the author of pywebview, which is a cross-platform lightweight native wrapper around a web view component. You can basically create a desktop user interface using web technologies and frameworks. He is quite active on Github where you can see all the […]

Python 101 Screencast: Episode #13 - The csv module

March 26, 2017 by Mike
This video tutorial is about Python's csv module. It comes from my first book, Python 101. You can also read a version of this here.

Python 101 Online Course is FREE for 48 Hours!

March 20, 2017 by Mike
My Python 101 online course will be completely FREE for the next 48 hours on Educative's website. Be sure to go get yourself a copy. It is based on my Python 101 book. When you get it from Educative, it will be yours to keep for life. Note that this is an interactive online course, […]

PyDev of the Week: Paul Moore

March 20, 2017 by Mike
This week we welcome Paul Moore as our PyDev of the Week! Paul is a core developer of pip, the defacto method of installing packages in Python as well as a core developer of Python itself. You can get a glimpse of some of the projects that Paul is involved with on his Github profile. […]

Python 101 - An Intro to IDLE

March 18, 2017 by Mike
Python comes with its own code editor: IDLE (Integreted Development and Learning Environment). There is some lore that the name for IDLE comes from Eric Idle, an actor in Monty Python. An IDE is an editor for programmers that provides color highlighting of key words in the language, auto-complete, an "experimental" debugger and lots of […]

Python 101 Screencast: Introspection

March 16, 2017 by Mike
Python has some powerful features that allow you to introspect your code or the code of others. I created the following video tutorial to help you learn how that works. This tutorial is from the Python 101 Screencast Related Articles Python 101: Introspection
1 93 94 95 96 97 215
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary