Looking to start learning Python?

Begin Here

PyDev of the Week: Martha Teye

October 4, 2021 by Mike
This week we welcome Martha Teye (@teye_martha) as our PyDev of the Week! Martha talks about her first big Python project in this YouTube video where she creates a chat bot. You can connect with Martha on LinkedIn. Let's spend some time getting to know Martha better! Can you tell us a little about yourself […]

The Indie Python Extravaganza Book Bundle

October 1, 2021 by Mike
I am joining some of my fellow indie content creators to create a FREE Python book bundle for the month of October 2021! The Indie Python Extravaganza! A collection of books that will help you to improve your knowledge of the Python programming language one page at a time. Join four indie authors in a […]

Python 101 - How to Work with a Database Using sqlite3

September 30, 2021 by Mike
Software developers have to work with data. More often than not, the data that you work with will need to be available to multiple developers as well as multiple users at once. The typical solution for this type of situation is to use a database. Databases hold data in a tabular format, which means that […]

Python 101 - How to Create a Graphical User Interface

September 29, 2021 by Mike
When you first get started as a programmer or software developer, you usually start by writing code that prints to your console or standard out. A lot of students are also starting out by writing front-end programs, which are typically websites written with HTML, JavaScript and CSS. However, most beginners do not learn how to […]

Python 101 - How to Generate a PDF

September 28, 2021 by Mike
The Portable Document Format (PDF) is a very popular way to share documents across multiple platforms. The goal of the PDF is to create a document that will look the same on multiple platforms and that will print the same (or very similar) on various printers. The format was originally developed by Adobe but has […]

PyDev of the Week: Tony Roberts

September 27, 2021 by Mike
This week we welcome Tony Roberts as our PyDev of the Week! Tony is the creator and maintainer of PyXLL, a paid add-in for Microsoft Excel that lets you script Excel using the Python programming language. You can see what else Tony is working on over on GitHub. Tony writes on Medium and the Towards […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary