Matt Layman: Celery In A Shiv App - Building SaaS #31
Link: https://www.mattlayman.com/building-saas/celery-in-shiv/
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
Link: https://www.mattlayman.com/building-saas/celery-in-shiv/
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
Matt Layman
Celery In A Shiv App - Building SaaS #31
In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
PSF GSoC students blogs: Week 13: Weekly Check-In (#7) - Last Check-In
Link: https://blogs.python-gsoc.org/en/digyts-blog/week-13-weekly-check-in-7-last-check-in/
1. What did you do this week?
As described in my previous post, I spent last week doing some smaller corrections on my Pull Requests. The biggest amount of work was dedicated to allowing fast and memo
Link: https://blogs.python-gsoc.org/en/digyts-blog/week-13-weekly-check-in-7-last-check-in/
1. What did you do this week?
As described in my previous post, I spent last week doing some smaller corrections on my Pull Requests. The biggest amount of work was dedicated to allowing fast and memo
blogs.python-gsoc.org
Python GSoC - Week 13: Weekly Check-In (#7) - Last Check-In - DiGyt's Blog
Week 13: Weekly Check-In (#7) - Last Check-In - b424fbc2-e24d-4859-af94-747dae08948d - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Google Summer of Code with Nuitka 7th Weekly Check-in
Link: https://blogs.python-gsoc.org/en/tommyli3318s-blog/google-summer-of-code-with-nuitka-7th-weekly-check-in/
1. What did you do this week?
As GSoC is wrapping up, I wrote a summary of my work which can be found here.
In addition, I have finalized my pull requests #495 and #484 which are now ready for merge.
Link: https://blogs.python-gsoc.org/en/tommyli3318s-blog/google-summer-of-code-with-nuitka-7th-weekly-check-in/
1. What did you do this week?
As GSoC is wrapping up, I wrote a summary of my work which can be found here.
In addition, I have finalized my pull requests #495 and #484 which are now ready for merge.
blogs.python-gsoc.org
Python GSoC - Google Summer of Code with Nuitka 7th Weekly Check-in - tommyli3318's Blog
Google Summer of Code with Nuitka 7th Weekly Check-in - 6e14e13e-cf24-4b10-ae7e-631ae1db24e7 - Python's Google Summer of Code Blogs Page
Kushal Das: Highest used Python code in the Pentesting/Security world
Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html
python -c 'import pty;pty.spawn("/bin/bash")'
I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov
Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html
python -c 'import pty;pty.spawn("/bin/bash")'
I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov
Kushal Das: Setting up WKD
Link: https://kushaldas.in/posts/setting-up-wkd.html
We fetch any GPG public key from the keyservers using the GPG fingerprint (or
parts of it). This step is still a problematic one for most of us. As the
servers may not be responding, or the key is mi
Link: https://kushaldas.in/posts/setting-up-wkd.html
We fetch any GPG public key from the keyservers using the GPG fingerprint (or
parts of it). This step is still a problematic one for most of us. As the
servers may not be responding, or the key is mi
Kushal Das: Using signify tool for sign and verification
Link: https://kushaldas.in/posts/using-signify-tool-for-sign-and-verification.html
We generally use GNUPG for sign and verify files on our systems. There are
other tools available to do so; some tools are particularly written only for
this purpose. signify is one such
tool from the
Link: https://kushaldas.in/posts/using-signify-tool-for-sign-and-verification.html
We generally use GNUPG for sign and verify files on our systems. There are
other tools available to do so; some tools are particularly written only for
this purpose. signify is one such
tool from the
Kushal Das: Setting up authorized v3 Onion services
Link: https://kushaldas.in/posts/setting-up-authorized-v3-onion-services.html
Just like v2 Onion services, we can also set up client authorization for Onion
services v3. In simple terms, when you have a client authorization setup on an
Onion service, only the Tor clients with
Link: https://kushaldas.in/posts/setting-up-authorized-v3-onion-services.html
Just like v2 Onion services, we can also set up client authorization for Onion
services v3. In simple terms, when you have a client authorization setup on an
Onion service, only the Tor clients with
Kushal Das: Using sops with Ansible for vars encryption
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Kushal Das: Adding directory to path in csh on FreeBSD
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
Kushal Das: git checkout to previous branch
Link: https://kushaldas.in/posts/git-checkout-to-previous-branch.html
We regularly move between git branches while working on projects. I always
used to type in the full branch name, say to go back to develop branch and
then come back to the feature branch. This genera
Link: https://kushaldas.in/posts/git-checkout-to-previous-branch.html
We regularly move between git branches while working on projects. I always
used to type in the full branch name, say to go back to develop branch and
then come back to the feature branch. This genera
Kushal Das: Remember to mark drive as removable for tails vm install
Link: https://kushaldas.in/posts/remember-to-mark-drive-as-removable-for-tails-vm-install.html
If you are installing Tails into a VM for testing
or anything else, always remember to mark the drive as a removable USB drive.
Otherwise, the installation step will finish properly, but, you will ge
Link: https://kushaldas.in/posts/remember-to-mark-drive-as-removable-for-tails-vm-install.html
If you are installing Tails into a VM for testing
or anything else, always remember to mark the drive as a removable USB drive.
Otherwise, the installation step will finish properly, but, you will ge
Erik Marsja: Python MANOVA Made Easy using Statsmodels
Link: https://www.marsja.se/python-manova-made-easy-using-statsmodels/
The post Python MANOVA Made Easy using Statsmodels appeared first on Erik Marsja.
In previous posts, we learned how to use Python to detect group differences on a single dependent variable. However, t
Link: https://www.marsja.se/python-manova-made-easy-using-statsmodels/
The post Python MANOVA Made Easy using Statsmodels appeared first on Erik Marsja.
In previous posts, we learned how to use Python to detect group differences on a single dependent variable. However, t
Erik Marsja
MANOVA in Python Made Easy using Statsmodels - Erik Marsja
In this post you will learn how easy it is to carry out a one-way MANOVA using Python and Statsmodels. 1) Load data using Pandas, 2) Carry out the MANOVA
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