Looking to start learning Python?

Begin Here

Author: Mike

PyDev of the Week: Philip Guo

October 22, 2018 by Mike
This week we welcome Philip Guo (@pgbovine) as our PyDev of the Week! Philip is the creator of the popular Python Tutor website and a professor at UC San Diego in the cognitive science and computer science department. Let's take some time to get to know Philip! Can you tell us a little about yourself […]

wxPython: How to Open a Second Window / Frame

October 19, 2018 by Mike
I see questions relating to the title of this article a lot. How do I open a second frame / window? How do I get all the frames to close when I close the main application? When you are first learning wxPython, these kinds of questions can be kind of hard to find answers for […]

Python 101: Episode #29 - Installing Packages

October 18, 2018 by Mike
In this screencast we will learn how to install 3rd party modules and packages using easy_install, pip and from source. You can also read the chapter this video is based on here or get the book on Leanpub

Jupyter Notebook Debugging

October 17, 2018 by Mike
Debugging is an important concept. The concept of debugging is trying to figure out what is wrong with your code or just trying to understand the code. There are many times where I will come to unfamiliar code and I will need to step through it in a debugger to grasp how it works. Most […]

Testing Jupyter Notebooks

October 16, 2018 by Mike
The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test Driven Development (TDD). These are great ways to create quality code. But how does testing fit in with Jupyter? Frankly, it really doesn't. If you want to test […]

PyDev of the Week: Marc Garcia

October 15, 2018 by Mike
This week we welcome Marc Garcia (@datapythonista) as our PyDev of the Week! Marc is a core developer of pandas, a Python data analysis library. If you'd like to know more about Marc, you can check out his website which has links to his talks that he has given at PyData in Europe as well […]
1 61 62 63 64 65 215
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary