Real Python: Continuous Integration with Python: An Introduction
Link: https://realpython.com/python-continuous-integration/
When writing code on your own, the only priority is making it work. However, working in a team of professional software developers brings a plethora of challenges. One of those challenges is coordinat
Link: https://realpython.com/python-continuous-integration/
When writing code on your own, the only priority is making it work. However, working in a team of professional software developers brings a plethora of challenges. One of those challenges is coordinat
Realpython
Continuous Integration With Python: An Introduction – Real Python
In this Python tutorial, you'll learn the core concepts behind Continuous Integration (CI) and why they are essential for modern software engineering teams. Find out how to how set up Continuous Integration for your Python project to automatically create…
James Bennett: Truths programmers should know about case
Link: https://www.b-list.org/weblog/2018/nov/26/case/
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more
Link: https://www.b-list.org/weblog/2018/nov/26/case/
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more
James Bennett
Truths programmers should know about case
A couple weeks ago I gave [a talk about usernames](https://www.youtube.com/watch?v=NIebelIpdYk) at [North Bay Python](https://2018.northbaypython.org/). The content came mostly from things …
Erik Marsja: Pandas Read CSV Tutorial
Link: https://www.marsja.se/pandas-read-csv-tutorial-to-csv/
In this tutorial we will learn how to work with comma separated (CSV) files in Python and Pandas. We will get an overview of how to use Pandas to load CSV to dataframes and how to write dataframes to
Link: https://www.marsja.se/pandas-read-csv-tutorial-to-csv/
In this tutorial we will learn how to work with comma separated (CSV) files in Python and Pandas. We will get an overview of how to use Pandas to load CSV to dataframes and how to write dataframes to
Erik Marsja
Pandas Read CSV Tutorial: How to Read and Write
Learn how to use Pandas to read CSV & write CSV files. Learn how to combine, handle missing, data, with a link to .ipynb containing examples.
Trey Hunner: Python Cyber Monday Sales
Link: http://treyhunner.com/2018/11/python-cyber-monday-sales/
I’m running a sale that ends in 24 hours, but I’m not the only one.
This post is a compilation of the different Cyber Monday deals I’ve found related to Python and Python learning.
Python Morsels week
Link: http://treyhunner.com/2018/11/python-cyber-monday-sales/
I’m running a sale that ends in 24 hours, but I’m not the only one.
This post is a compilation of the different Cyber Monday deals I’ve found related to Python and Python learning.
Python Morsels week
Treyhunner
Python Cyber Monday Sales 2018 - Trey Hunner
I’m running a sale that ends in 24 hours, but I’m not the only one.
This post is a compilation of the different Cyber Monday deals I& …
This post is a compilation of the different Cyber Monday deals I& …
Guido van Rossum: What do do with your computer science career
Link: http://neopythonic.blogspot.com/2018/11/what-do-do-with-your-computer-science.html
I regularly receive questions from students in the field of computer science looking for career advice.Here's an answer I wrote to one of them. It's not comprehensive or anything, but I thought people
Link: http://neopythonic.blogspot.com/2018/11/what-do-do-with-your-computer-science.html
I regularly receive questions from students in the field of computer science looking for career advice.Here's an answer I wrote to one of them. It's not comprehensive or anything, but I thought people
Blogspot
What to do with your computer science career
I regularly receive questions from students in the field of computer science looking for career advice. Here's an answer I wrote to one of...
Rene Dudfield: pygame 2 update - the examples all work
Link: http://renesd.blogspot.com/2018/11/pygame-2-update-examples-all-work.html
🎮👾👽🎮👾👽🎮👾👽🎮👾👽examples/chimp.py works👽🎮👾👽🎮👾👽🎮👾👽🎮👾That's a nice milestone for pygame 2 development.(and also, now these examples also work... python -m pygame.examples.aliens python -m pygame.exam
Link: http://renesd.blogspot.com/2018/11/pygame-2-update-examples-all-work.html
🎮👾👽🎮👾👽🎮👾👽🎮👾👽examples/chimp.py works👽🎮👾👽🎮👾👽🎮👾👽🎮👾That's a nice milestone for pygame 2 development.(and also, now these examples also work... python -m pygame.examples.aliens python -m pygame.exam
Blogspot
pygame 2 update - the examples all work
🎮👾👽🎮👾👽🎮👾👽🎮👾👽 examples/ chimp.py works 👽🎮👾👽🎮👾👽🎮👾👽🎮👾 That's a nice milestone for pygame 2 ...
Matthew Rocklin: Anatomy of an OSS Institutional Visit
Link: https://matthewrocklin.com/blog//work/2018/11/27/uk-met-visit
I recently visited the UK Meteorology Office, a moderately large organization
that serves the weather and climate forecasting needs of the UK (and several
other nations). I was there with other open
Link: https://matthewrocklin.com/blog//work/2018/11/27/uk-met-visit
I recently visited the UK Meteorology Office, a moderately large organization
that serves the weather and climate forecasting needs of the UK (and several
other nations). I was there with other open
Matthewrocklin
Anatomy of an OSS Institutional Visit
gamingdirectional: Create a score manager class for pygame project
Link: http://gamingdirectional.com/blog/2018/11/27/pygame-3/
In this article we will create a score manager class to render the player score on the scene for our pygame project. At the moment we will only increase the score of the player each time the player’s
Link: http://gamingdirectional.com/blog/2018/11/27/pygame-3/
In this article we will create a score manager class to render the player score on the scene for our pygame project. At the moment we will only increase the score of the player each time the player’s
Gaming Directional
Create a score manager class for pygame project
Create a score manager class for the pygame project
Stack Abuse: Asynchronous vs Synchronous Python Performance Analysis
Link: https://stackabuse.com/asynchronous-vs-synchronous-python-performance-analysis/
Introduction
This article is the second part of a series on using Python for developing asynchronous web applications. The first part provides a more in-depth coverage of concurrency in Python and asy
Link: https://stackabuse.com/asynchronous-vs-synchronous-python-performance-analysis/
Introduction
This article is the second part of a series on using Python for developing asynchronous web applications. The first part provides a more in-depth coverage of concurrency in Python and asy
Stack Abuse
Asynchronous vs Synchronous Python Performance Analysis
This article is the second part of a series on using Python for developing asynchronous web applications. The first part provides a more in-depth coverage of c...
Anwesha Das: Upgraded my blog to Ghost 2.6
Link: http://anweshadas.in/upgraded-my-blog-to-ghost-2-6-2/
I have been maintaining my blog. It is a self hosted Ghost blog, where I have my theme as Casper, the Ghost default. In the recent past, September 2018, Ghost has updated its version to 2.0. Now it i
Link: http://anweshadas.in/upgraded-my-blog-to-ghost-2-6-2/
I have been maintaining my blog. It is a self hosted Ghost blog, where I have my theme as Casper, the Ghost default. In the recent past, September 2018, Ghost has updated its version to 2.0. Now it i
Red Hat Developers: What, No Python in RHEL 8 Beta?
Link: https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 or yum install python2 a try. Or, if you want to see wha
Link: https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 or yum install python2 a try. Or, if you want to see wha
Red Hat Developer
What, No Python in RHEL 8 Beta? - Red Hat Developer
Of course RHEL 8 has Python, both Python 3 and 2. Changes in RHEL 8 such as platform python and application streams improve the Python experience in RHEL.
Mike Driscoll: Python 101: Episode #35 – The virtualenv Package
Link: http://www.blog.pythonlibrary.org/2018/11/27/python-101-episode-35-the-virtualenv-package/
In this screencast, we will learn about creating Python virtual environments using the popular virtualenv package.
You can also read the chapter this video is based on here or get the book on Leanpub
Link: http://www.blog.pythonlibrary.org/2018/11/27/python-101-episode-35-the-virtualenv-package/
In this screencast, we will learn about creating Python virtual environments using the popular virtualenv package.
You can also read the chapter this video is based on here or get the book on Leanpub
Semaphore Community: Dockerizing a Python Django Web Application
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Semaphore Community: Continuous Deployment of a Python Flask Application with Docker and Semaphore
Link: https://semaphoreci.com/community/tutorials/continuous-deployment-of-a-python-flask-application-with-docker-and-semaphore
This article is brought with ❤ to you by Semaphore.Introduction
In this tutorial, we'll go through the continuous integration and
deployment of a dockerized Python Flask application with Semaphore. W
Link: https://semaphoreci.com/community/tutorials/continuous-deployment-of-a-python-flask-application-with-docker-and-semaphore
This article is brought with ❤ to you by Semaphore.Introduction
In this tutorial, we'll go through the continuous integration and
deployment of a dockerized Python Flask application with Semaphore. W
Semaphore
Continuous Deployment of a Python Flask Application with Semaphore
This tutorial introduces you to the continuous integration and deployment of a Python Flask app using Docker and Semaphore.
Wallaroo Labs: Using Wallaroo with PostgreSQL
Link: https://blog.wallaroolabs.com/2018/11/using-wallaroo-with-postgresql/
Introduction In the last blog post, I gave an overview of our new Connectors APIs, discussing how they work under the hood and going over some of the examples we provide. In this post, we are going to
Link: https://blog.wallaroolabs.com/2018/11/using-wallaroo-with-postgresql/
Introduction In the last blog post, I gave an overview of our new Connectors APIs, discussing how they work under the hood and going over some of the examples we provide. In this post, we are going to
Wallaroolabs
Using Wallaroo with PostgreSQL
Official blog of the Wallaroo Labs Engineering team
Rene Dudfield: 🐱🏍 — the first pygame 2 community game. Starting now! Are you in?
Link: http://renesd.blogspot.com/2018/11/first-pygame-2-community-game-starting.html
What is a 🐱🏍? *[0].There was this email thread on the pygame mailing list."About Pygame development".One topic of that conversation was doing a community game in there for reasons(see below).I would
Link: http://renesd.blogspot.com/2018/11/first-pygame-2-community-game-starting.html
What is a 🐱🏍? *[0].There was this email thread on the pygame mailing list."About Pygame development".One topic of that conversation was doing a community game in there for reasons(see below).I would
Blogspot
🐱🏍 — the first pygame 2 community game. Starting now! Are you in?
What is a 🐱🏍? *[0]. There was this email thread on the pygame mailing list. " About Pygame development ". One topic of that co...
NumFOCUS: This #GivingTuesday, We’re Saying “Thank You” To Our Supporters
Link: https://numfocus.org/blog/giving-tuesday-thank-you
The post This #GivingTuesday, We’re Saying “Thank You” To Our Supporters appeared first on NumFOCUS.
Link: https://numfocus.org/blog/giving-tuesday-thank-you
The post This #GivingTuesday, We’re Saying “Thank You” To Our Supporters appeared first on NumFOCUS.
NumFOCUS
This #GivingTuesday, We're Saying "Thank You" To Our Supporters - NumFOCUS
PyCoder’s Weekly: Issue #344 (Nov. 27, 2018)
Link: https://pycoders.com/issues/344
Guido van Rossum Updates, Automated Testing, and More
body,#bodyTable,#bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
table{
Link: https://pycoders.com/issues/344
Guido van Rossum Updates, Automated Testing, and More
body,#bodyTable,#bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
table{
Pycoders
PyCoder’s Weekly | Issue #344
Issue #344 of the PyCoder’s Weekly newsletter, published Nov. 27, 2018.
Django Weblog: The DSF Board elections - what about you?
Link: https://www.djangoproject.com/weblog/2018/nov/27/dsf-board-why-stand/
I'm standing down from my position on the Django Software Foundation Board, having served for three years as the DSF's Vice-President (it's a nice role to have - but not nearly as grand as it sounds).
Link: https://www.djangoproject.com/weblog/2018/nov/27/dsf-board-why-stand/
I'm standing down from my position on the Django Software Foundation Board, having served for three years as the DSF's Vice-President (it's a nice role to have - but not nearly as grand as it sounds).
Vladimir Iakolev: Measuring community opinion: subreddits reactions to a link
Link: https://nvbn.github.io/2018/11/28/community-opinion/
As everyone knows a lot of subreddits are opinionated, so I thought that it might be
interesting to measure the opinion of different subreddits opinions. Not trying to start
a holy war I’ve specifical
Link: https://nvbn.github.io/2018/11/28/community-opinion/
As everyone knows a lot of subreddits are opinionated, so I thought that it might be
interesting to measure the opinion of different subreddits opinions. Not trying to start
a holy war I’ve specifical
nvbn.github.io
Measuring community opinion: subreddits reactions to a link
As everyone knows a lot of subreddits are opinionated, so I thought that it might be
interesting to measure the opinion of different subreddits. Not trying to start
a holy war I’ve specifically dec...
interesting to measure the opinion of different subreddits. Not trying to start
a holy war I’ve specifically dec...
Codementor: AutoHotkey, Python style
Link: https://www.codementor.io/spyoungtech/autohotkey-python-style-ppqo6llbg
Implementing an AutoHotkey wrapper in Python.
Link: https://www.codementor.io/spyoungtech/autohotkey-python-style-ppqo6llbg
Implementing an AutoHotkey wrapper in Python.
www.codementor.io
AutoHotkey, Python style | Codementor
Implementing an AutoHotkey wrapper in Python.