Matt Layman: Quick and dirty mock service with Starlette
Link: https://www.mattlayman.com/blog/2019/starlette-mock-service/
I had a challenge at work. The team needed to mock out a third party service in a testing environment. The service was slow and configuring it was painful. If we could mock it out, then the team could
Link: https://www.mattlayman.com/blog/2019/starlette-mock-service/
I had a challenge at work. The team needed to mock out a third party service in a testing environment. The service was slow and configuring it was painful. If we could mock it out, then the team could
Matt Layman
Quick and dirty mock service with Starlette
Have you ever needed to mock out a third party service for use in a large testing environment? I recently did, and I used Starlette, a new async Python web framework, to do it. See what Starlette offers!
Chris Moffitt: Combine Multiple Excel Worksheets Into a Single Pandas Dataframe
Link: https://pbpython.com/pandas-excel-tabs.html
Introduction
One of the most commonly used pandas functions is
read_excel
. This short article shows how you
can read in all the tabs in an Excel workbook and combine them into a single pandas dataf
Link: https://pbpython.com/pandas-excel-tabs.html
Introduction
One of the most commonly used pandas functions is
read_excel
. This short article shows how you
can read in all the tabs in an Excel workbook and combine them into a single pandas dataf
Pbpython
Combine Multiple Excel Worksheets Into a Single Pandas Dataframe
This article describes how to use pandas to read in multiple Excel tabs and combine into a single dataframe.
Stack Abuse: Minimax with Alpha-Beta Pruning in Python
Link: https://stackabuse.com/minimax-and-alpha-beta-pruning-in-python/
Introduction
Way back in the late 1920s John Von Neumann established the main problem in game theory that has remained relevant still today:
Players s1, s2, ..., sn are playing a given game G. Which
Link: https://stackabuse.com/minimax-and-alpha-beta-pruning-in-python/
Introduction
Way back in the late 1920s John Von Neumann established the main problem in game theory that has remained relevant still today:
Players s1, s2, ..., sn are playing a given game G. Which
Stack Abuse
Minimax with Alpha-Beta Pruning in Python
Way back in the late 1920s John Von Neumann established the main problem in game theory that has remained relevant still today: Players s1, s2, ..., sn are pl...
Mike Driscoll: Profitable Python Episode: Put Your Family First
Link: http://www.blog.pythonlibrary.org/2019/08/26/profitable-python-episode-put-your-family-first/
I was a guest on the Profitable Python podcast this week. You can check it out here:
During the interview, I was asked how I would like to have Python runnable in the browser and I couldn’t recall th
Link: http://www.blog.pythonlibrary.org/2019/08/26/profitable-python-episode-put-your-family-first/
I was a guest on the Profitable Python podcast this week. You can check it out here:
During the interview, I was asked how I would like to have Python runnable in the browser and I couldn’t recall th
The Mouse Vs. The Python
Profitable Python Episode: Put Your Family First - The Mouse Vs. The Python
I was a guest on the Profitable Python podcast this week. You can check it out here: During the interview, I was asked how I would like to have Python runnable in the browser and I couldn’t recall the name of a product that makes this sort of thing possible.…
Real Python: A Guide to Excel Spreadsheets in Python With openpyxl
Link: https://realpython.com/openpyxl-excel-spreadsheets-python/
Excel spreadsheets are one of those things you might have to deal with at some point. Either it’s because your boss loves them or because marketing needs them, you might have to learn how to work with
Link: https://realpython.com/openpyxl-excel-spreadsheets-python/
Excel spreadsheets are one of those things you might have to deal with at some point. Either it’s because your boss loves them or because marketing needs them, you might have to learn how to work with
Realpython
A Guide to Excel Spreadsheets in Python With openpyxl – Real Python
In this step-by-step tutorial, you'll learn how to handle spreadsheets in Python using the openpyxl package. You'll learn how to manipulate Excel spreadsheets, extract information from spreadsheets, create simple or more complex spreadsheets, including adding…
PSF GSoC students blogs: Check-in: 13th and final week of GSoC (Aug 19 - Aug 25)
Link: https://blogs.python-gsoc.org/en/josealaniss-blog/check-in-13th-and-final-week-of-gsoc-aug-19-aug-25/
1. What did you do this week?
As this was the final week of GSoC, I have written and posted a final report of the project here.
In addition, I made a major overhaul of the project's website. Wich now
Link: https://blogs.python-gsoc.org/en/josealaniss-blog/check-in-13th-and-final-week-of-gsoc-aug-19-aug-25/
1. What did you do this week?
As this was the final week of GSoC, I have written and posted a final report of the project here.
In addition, I made a major overhaul of the project's website. Wich now
blogs.python-gsoc.org
Python GSoC - Check-in: 13th and final week of GSoC (Aug 19 - Aug 25) - JoseAlanis's Blog
Check-in: 13th and final week of GSoC (Aug 19 - Aug 25) - d566555a-cf76-4e70-b826-606d54bff390 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Final Weekly Check-in
Link: https://blogs.python-gsoc.org/en/sudharsana-kjls-blog/final-weekly-check-in/
In the final week of coding, I was refining the hadoop source PR.
What did I do this week?
The dockerfile is finally working now. We are able to set up hadoop using dockerfile. Also the connection set
Link: https://blogs.python-gsoc.org/en/sudharsana-kjls-blog/final-weekly-check-in/
In the final week of coding, I was refining the hadoop source PR.
What did I do this week?
The dockerfile is finally working now. We are able to set up hadoop using dockerfile. Also the connection set
blogs.python-gsoc.org
Python GSoC - Final Weekly Check-in - sudharsana-kjl's Blog
Final Weekly Check-in - 1bdae84d-765b-43de-8571-95fa7d07e8a6 - Python's Google Summer of Code Blogs Page
Podcast.__init__: AI Driven Automated Code Review With DeepCode
Link: https://www.pythonpodcast.com/deepcode-automated-code-review-episode-226/
Software engineers are frequently faced with problems that have been fixed by other developers in different projects. The challenge is how and when to surface that information in a way that increases
Link: https://www.pythonpodcast.com/deepcode-automated-code-review-episode-226/
Software engineers are frequently faced with problems that have been fixed by other developers in different projects. The challenge is how and when to surface that information in a way that increases
The Python Podcast.__init__
The Python Podcast.__init__: AI Driven Automated Code Review With DeepCode
An interview about building a machine learning engine for finding and fixing software defects at DeepCode
PSF GSoC students blogs: Final work submission and future work
Link: https://blogs.python-gsoc.org/en/yashlambas-blog/final-work-submission-and-future-work/
As the final week ended, we had to submit a compilation of our work during GSoC. Below are some insights:
What was the original aim?
Adding new machine learning models to DFFML, the proposed models ar
Link: https://blogs.python-gsoc.org/en/yashlambas-blog/final-work-submission-and-future-work/
As the final week ended, we had to submit a compilation of our work during GSoC. Below are some insights:
What was the original aim?
Adding new machine learning models to DFFML, the proposed models ar
blogs.python-gsoc.org
Python GSoC - Final work submission and future work - yashlamba's Blog
Final work submission and future work - 5da69e6b-7ccf-4bb1-945f-f55cbd404021 - Python's Google Summer of Code Blogs Page
Wingware Blog: Introducing Variables with Refactoring in Wing Pro
Link: https://wingware.com/blog/refactor-intro-var
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 seri
Link: https://wingware.com/blog/refactor-intro-var
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 seri
Wingware
Wing Tips: Introducing Variables with Refactoring in Wing Pro - Wing Python IDE
Learn how to quickly introduce a new variable based on existing Python code, using refactoring in Wing Pro.
Test and Code: 85: Speed Up Test Suites - Nicklas Meinzer
Link: https://testandcode.com/85
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 o
Link: https://testandcode.com/85
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 o
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 85: Speed Up Test Suites - Niklas Meinzer
In this episode, I talk with Niklas Meinzer about techniques to speed up test suites discussed in a recent article he wrote and how they can apply to just about any project.
PSF GSoC students blogs: Final Blog - A Journey full of learnings
Link: https://blogs.python-gsoc.org/en/funnelferrys-blog/final-blog-a-journey-full-of-learnings/
Name : Anveshan Lal
Organisation : Mission Support System (Python Software Foundation)
Mentors : Joern Ungermann, Jens-Uwe Grooß
Project : Updating Geographical Plotting Routines
Project Code : Pull R
Link: https://blogs.python-gsoc.org/en/funnelferrys-blog/final-blog-a-journey-full-of-learnings/
Name : Anveshan Lal
Organisation : Mission Support System (Python Software Foundation)
Mentors : Joern Ungermann, Jens-Uwe Grooß
Project : Updating Geographical Plotting Routines
Project Code : Pull R
blogs.python-gsoc.org
Python GSoC - Final Blog - A Journey full of learnings - funnelferry's Blog
Final Blog - A Journey full of learnings - bea19aa2-1089-458a-9367-2cbd15601fb5 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Final weekly check-in #7
Link: https://blogs.python-gsoc.org/en/abhinandan0659s-blog/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
Link: https://blogs.python-gsoc.org/en/abhinandan0659s-blog/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
blogs.python-gsoc.org
Python GSoC - Final weekly check-in #7 - abhinandan0659's Blog
Final weekly check-in #7 - 5aff3f32-a72e-4ed5-af67-ec8df3519a23 - Python's Google Summer of Code Blogs Page
Stories in My Pocket: Recommended episode: Web Software Architecture Extravaganza
Link: https://storiesinmypocket.com/articles/recommended-episode-web-software-architecture-extravaganza/
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 re
Link: https://storiesinmypocket.com/articles/recommended-episode-web-software-architecture-extravaganza/
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 re
PSF GSoC students blogs: Final week
Link: https://blogs.python-gsoc.org/en/peterbell10s-blog/final-week-1/
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 I
Link: https://blogs.python-gsoc.org/en/peterbell10s-blog/final-week-1/
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 I
blogs.python-gsoc.org
Python GSoC - Final week - peterbell10's Blog
Final week - e8bf5714-a67b-4e52-9f94-18dcf346cf89 - Python's Google Summer of Code Blogs Page
Codementor: Introduction to AWS beanstalk platform
Link: https://www.codementor.io/divyeshaegis/introduction-to-aws-beanstalk-platform-y8xg73wg9
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.
Link: https://www.codementor.io/divyeshaegis/introduction-to-aws-beanstalk-platform-y8xg73wg9
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.
www.codementor.io
Introduction to AWS beanstalk platform | Codementor
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.
Catalin George Festila: Python 3.7.3 : Using the flask - part 017.
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-017.html
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 th
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-017.html
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 th
Blogspot
Python 3.7.3 : Using the flask - part 017.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
EuroPython Society: EPS Board 2019/2020
Link: https://www.europython-society.org/post/187300753360
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
Link: https://www.europython-society.org/post/187300753360
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
EuroPython 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 Ramboi Jakub Musko Marc-André Lemburg (Chair) Martin...
Python Software Foundation: Python Software Foundation Fellow Members for Q1 & Q2 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/MJTB6RSjp38/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members! This group includes nominated Fellows from Q1 and Q2 of 2019.
Q1 2019
Christoph Gohlke
Q2 2019
Aaron Yankey
Twitter
Chris Jerdonek
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/MJTB6RSjp38/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members! This group includes nominated Fellows from Q1 and Q2 of 2019.
Q1 2019
Christoph Gohlke
Q2 2019
Aaron Yankey
Chris Jerdonek
Blogspot
Python Software Foundation Fellow Members for Q1 & Q2 2019
We are happy to announce our newest PSF Fellow Members! This group includes nominated Fellows from Q1 and Q2 of 2019. Q1 2019 Christo...
Stack Abuse: Face Recognition in Python with FaceNet
Link: https://stackabuse.com/face-recognition-in-python-with-facenet/
Introduction
Face recognition systems are used for many different applications, like automatically labeling images of your friends on Facebook or unlocking your phone by showing it your face.
If you w
Link: https://stackabuse.com/face-recognition-in-python-with-facenet/
Introduction
Face recognition systems are used for many different applications, like automatically labeling images of your friends on Facebook or unlocking your phone by showing it your face.
If you w
Stack Abuse
Face Recognition in Python with FaceNet
Introduction Face recognition systems are used for many different applications, like automatically labeling images of your friends on Facebook or unlocking your phone by showing it your face. If you want to try creating a face recognition system yourself…