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 […]
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 […]
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 […]
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". […]
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 […]
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.