Wingware Blog: Introducing Variables with Refactoring in Wing Pro
In past issues of Wing Tips we covered a number of the refactoring operations available in Wing Pro, such as renaming symbols, moving symbols, and introducing functions and methods. To finish our...
View ArticleTest and Code: 85: Speed Up Test Suites - Nicklas Meinzer
Good software testing strategy is one of the best ways to save developer time and shorten software development delivery cycle time.Software test suites grow from small quick suites at the beginning of...
View ArticlePSF GSoC students blogs: Final Blog - A Journey full of learnings
Name : Anveshan LalOrganisation : Mission Support System (Python Software Foundation)Mentors : Joern Ungermann, Jens-Uwe GrooßProject : Updating Geographical Plotting RoutinesProject Code : Pull...
View ArticlePSF GSoC students blogs: Final weekly check-in #7
Hey! Wassup? Time has passed and it's my final blog for Google Summer of code 2019. Every day was just amazing, I learned a lot, enjoyed a lot, worked a lot. This was really a life-changing experience,...
View ArticleStories in My Pocket: Recommended episode: Web Software Architecture...
I recently started listening to the Friday Afternoon Deploy podcast and have been enjoying it.It's a weekly podcast where some of the developers at Lofty Labs let off steam on a Friday afternoon by...
View ArticlePSF GSoC students blogs: Final week
What did you do this week?With the coding period coming to an end, this week I've wound down coding and focused on writing up my final work submission. This means I've been looking back at the work...
View ArticleCodementor: Introduction to AWS beanstalk platform
Using Elastic beanstalk, you can instant support your web apps in the no need AWS cloud having and no need information about infrastructure to run those apps.
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 017.
Today I make some changes with my server.py and database and solve some issues, see old version at my old tutorial. Firt issue was start script. I create a linux script named start_server.sh to run the...
View ArticleEuroPython Society: EPS Board 2019/2020
For those of you who were not at EuroPython 2019, we’re happy to announce our new board for the next term:Anders Hammarquist (Treasurer)Angel RamboiJakub MuskoMarc-André Lemburg (Chair)Martin Christen...
View ArticlePython Software Foundation: Python Software Foundation Fellow Members for Q1...
We are happy to announce our newest PSF Fellow Members! This group includes nominated Fellows from Q1 and Q2 of 2019.Q1 2019Christoph GohlkeQ2 2019Aaron YankeyTwitterChris JerdonekFlorian...
View ArticleReal Python: How to Use Python Lambda Functions
Python and other languages like Java, C#, and even C++ have had lambda functions added to their syntax, whereas languages like LISP or the ML family of languages, Haskell, OCaml, and F#, use lambdas as...
View ArticleStack Abuse: Python for NLP: Multi-label Text Classification with Keras
IntroductionThis is the 19th article in my series of articles on Python for NLP. From the last few articles, we have been exploring fairly advanced NLP concepts based on deep learning techniques. In...
View ArticlePyCoder’s Weekly: Issue #383 (Aug. 27, 2019)
#383 – AUGUST 27, 2019View in Browser »Your Guide to the CPython Source Code In this detailed Python tutorial, you’ll explore the CPython source code. By following this step-by-step walkthrough, you’ll...
View ArticleKushal Das: Running Ubiquity controller on a Raspberry Pi
I got a few new Raspberry Pi(s) with 4GB RAM. I used them as a full scale desktop for some time, and was happy with the performance.I used to run the Ubiquity controller for the home network in a...
View ArticleQuansight Labs Blog: Quansight Labs Dask Update
This post provides an update on some recent Dask-related activities the Quansight Labs team has been working on.Dask community work orderThrough a community work order (CWO) with the D. E. Shaw group,...
View ArticleCaktus Consulting Group: A Review of ReportLab: PDF Processing with Python
These days it’s easy to get swept up into the buzz around Python’s strengths as a data science package, but Python is also great for the more mundane, business process side of computing. One of the...
View ArticleHumberto Rocha: Publishing my first Game
Games always connected me with technology since the beginning. My father and I, we built our first computer (a Pentium 286) and the first thing that I remember to do was to play some DOS games like...
View ArticleReal Python: PyCharm for Productive Python Development (Guide)
As a programmer, you should be focused on the business logic and creating useful applications for your users. In doing that, PyCharm by JetBrains saves you a lot of time by taking care of the routine...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 17: Call Stack and...
“You may have to fight a battle more than once to win it.” — Margaret ThatcherIn 1968 during the Mexico City Summer Olympics, a marathon runner named John Stephen Akhwari found himself thousands miles...
View ArticleStack Abuse: Introduction to the Python Pyramid Framework
IntroductionIn this tutorial, we're going to learn how to use the Pyramid framework in Python. It is an open source web development framework which uses the Model-View-Controller (MVC) architecture...
View Article