Looking to start learning Python?

Begin Here

Author: Mike

Python 3 - An Intro to Type Hinting

January 19, 2016 by Mike
Python 3.5 added an interesting new library called typing. This adds type hinting to Python. Type hinting is kind of declaring your functions arguments to have a certain type. However the type hinting is not binding. It's just a hint, so there's nothing preventing the programmer from passing something they shouldn't. This is Python after […]

PyDev of the Week: Ian Cordasco

January 18, 2016 by Mike
This week we welcome Ian Cordasco as our PyDev of the Week. He is a very active contributor to many Python-related projects, such as Requests, Flake8, PyFlakes and much more. Let's spend some time getting to know our fellow Pythonista! Can you tell us a little about yourself (hobbies, education, etc): My educational background is […]

PyDev of the Week: Fernando Doglio

January 11, 2016 by Mike
This week we welcome Fernando Doglio as our PyDev of the Week. While Fernando hasn't been using Python for long, he did author the book, Mastering Python High Performance for Packt Publishing. If you'd like to see what Fernando has been up to, I recommend checking out his Github profile. Let's spend some time getting […]

Python One of Eight Languages to Have on Resume in 2016

January 6, 2016 by Mike
I recently came across a post by BusinessInsider that claimed that Python was one of the top eight languages to have on your resume in 2016. Python comes in at 6th place. However, the article cites an article on CodingDojo as its source of information, which was talking about "The 8 Most In-Demand Programming Languages of 2015". […]

PyDev of the Week: Jeff Triplett

January 4, 2016 by Mike
This week we welcome Jeff Triplett @webology as our PyDev of the Week. He is the co-founder of the Django Events Foundation North America (DEFNA) and the current chair of DjangoCon US 2016. Let's spend a few minutes getting to know him better! Can you tell us a little about yourself (hobbies, education, etc): I […]

PyDev of the Week: Fabio Zadrozny

December 28, 2015 by Mike
This week we welcome Fabio Zadrozny (@fabiofz) as our PyDev of the Week. He is the current force behind the PyDev project, a Python IDE for Eclipse. Fabio works on many other projects, as you will see if you check out his github profile. Let's spend some time getting to know him better.
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary