Jaime Buelta: Interviewed about microservices
Link: https://wrongsideofmemphis.com/2019/11/25/interviewed-about-microservices/
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservices a
Link: https://wrongsideofmemphis.com/2019/11/25/interviewed-about-microservices/
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservices a
Wrong Side of Memphis
Interviewed about microservices
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservice…
Will Kahn-Greene: Switching from pyup to dependabot
Link: https://bluesock.org/~willkg/blog/mozilla/pyup_to_dependabot.html
Switching from pyup to dependabot
I maintain a bunch of Python-based projects including some major projects like
Crash Stats,
Mozilla Symbols Server, and
Mozilla Location Services.
In order to keep u
Link: https://bluesock.org/~willkg/blog/mozilla/pyup_to_dependabot.html
Switching from pyup to dependabot
I maintain a bunch of Python-based projects including some major projects like
Crash Stats,
Mozilla Symbols Server, and
Mozilla Location Services.
In order to keep u
Will's Blog
Switching from pyup to dependabot
Switching from pyup to dependabot
I maintain a bunch of Python-based projects including some major projects like
Crash Stats,
Mozilla Symbols Server, and
Mozilla Location Services.
In order to keep up
I maintain a bunch of Python-based projects including some major projects like
Crash Stats,
Mozilla Symbols Server, and
Mozilla Location Services.
In order to keep up
Python Anywhere: The PythonAnywhere newsletter, January 2020
Link: https://blog.pythonanywhere.com/185/
So, we have managed to break another record for our longest period ever between two monthly newsletters. It has been sixteen busy months between September 2018 and now, so we have made 2019 an offici
Link: https://blog.pythonanywhere.com/185/
So, we have managed to break another record for our longest period ever between two monthly newsletters. It has been sixteen busy months between September 2018 and now, so we have made 2019 an offici
Pythonanywhere
The PythonAnywhere newsletter, January 2020 - PythonAnywhere News
All the latest updates from the PythonAnywhere team
PyCoder’s Weekly: Issue #403 (Jan. 14, 2020)
Link: https://pycoders.com/issues/403
#403 – JANUARY 14, 2020 View in Browser » A coverage.py Debugging Story Ned was getting reports for a mysterious disk I/O bug in the latest coverage.py release and asked the community for help.
Link: https://pycoders.com/issues/403
#403 – JANUARY 14, 2020 View in Browser » A coverage.py Debugging Story Ned was getting reports for a mysterious disk I/O bug in the latest coverage.py release and asked the community for help.
Pycoders
PyCoder’s Weekly | Issue #403
Issue #403 of the PyCoder’s Weekly newsletter, published Jan. 14, 2020.
Ahmed Bouchefra: Django 3 Tutorial & CRUD Example with MySQL and Bootstrap
Link: https://www.ahmedbouchefra.com/blog/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/
Django 3 is released with full async support! In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable
Link: https://www.ahmedbouchefra.com/blog/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/
Django 3 is released with full async support! In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable
Mike Driscoll: Getting Jenkins Jobs by Build State with Python
Link: https://www.blog.pythonlibrary.org/2020/01/14/getting-jenkins-jobs-by-build-state-with-python/
I have been working with Python and Jenkins a lot lately and recently needed to find a way to check the job’s status at the build level. I discovered the jenkinsapi package and played around with it t
Link: https://www.blog.pythonlibrary.org/2020/01/14/getting-jenkins-jobs-by-build-state-with-python/
I have been working with Python and Jenkins a lot lately and recently needed to find a way to check the job’s status at the build level. I discovered the jenkinsapi package and played around with it t
The Mouse Vs. The Python
Getting Jenkins Jobs by Build State with Python - The Mouse Vs. The Python
I have been working with Python and Jenkins a lot lately and recently needed to find a way to check the job’s status at the build level. I discovered the jenkinsapi package and played around with it to see if it would give me the ability to drill down to…
Codementor: Things You Need to Know Before Hiring Developers for Your Startup
Link: https://www.codementor.io/semidotinfotech826/things-you-need-to-know-before-hiring-developers-for-your-startup-12o7g41b1x
Link: https://www.codementor.io/semidotinfotech826/things-you-need-to-know-before-hiring-developers-for-your-startup-12o7g41b1x
Real Python: Arcade: A Primer on the Python Game Framework
Link: https://realpython.com/arcade-python-game-framework/
Computer games are a great way to introduce people to coding and computer science. Since I was a player in my youth, the lure of writing video games was the reason I learned to code. Of course, when I
Link: https://realpython.com/arcade-python-game-framework/
Computer games are a great way to introduce people to coding and computer science. Since I was a player in my youth, the lure of writing video games was the reason I learned to code. Of course, when I
Realpython
Arcade: A Primer on the Python Game Framework – Real Python
In this step-by-step tutorial, you'll learn how to use arcade, a modern Python framework for crafting games with compelling graphics and sound. Object-oriented and built for Python 3.6 and up, arcade provides you a modern set of tools for crafting great Python…
John Cook: More efficient way to sum a list comprehension
Link: https://www.johndcook.com/blog/2020/01/15/generator-expression/
List comprehensions in Python let you create a list declaratively, much like the way you would describe the set in English. For example,
[x**2 for x in range(10)]
creates a list of the squares of
Link: https://www.johndcook.com/blog/2020/01/15/generator-expression/
List comprehensions in Python let you create a list declaratively, much like the way you would describe the set in English. For example,
[x**2 for x in range(10)]
creates a list of the squares of
John D. Cook | Applied Mathematics Consulting
Generator expression and list comprehesions in Python
If you want to sum a list comprehension, you can use a generator expression instead. The result is easier to read and could be more efficient.
PyCon: The 9th Annual PyLadies Auction
Link: https://pycon.blogspot.com/2020/01/the-9th-annual-pyladies-auction.html
The PyLadies Auction is returning to PyCon 2020!If you haven't attended one previously, you're missing out! There's charity. There's competition. There's laughter, food, and drinks. There are auction
Link: https://pycon.blogspot.com/2020/01/the-9th-annual-pyladies-auction.html
The PyLadies Auction is returning to PyCon 2020!If you haven't attended one previously, you're missing out! There's charity. There's competition. There's laughter, food, and drinks. There are auction
Blogspot
The 9th Annual PyLadies Auction
The PyLadies Auction is returning to PyCon 2020! If you haven't attended one previously, you're missing out! There's charity. There's com...
Codementor: Airflow Case Study: ProofPort
Link: https://www.codementor.io/ryancleary/airflow-case-study-proofport-12ovwj535u
A case study of using Apache Airflow to complete transform the data pipeline at a SaaS startup - in just a few months.
Link: https://www.codementor.io/ryancleary/airflow-case-study-proofport-12ovwj535u
A case study of using Apache Airflow to complete transform the data pipeline at a SaaS startup - in just a few months.
www.codementor.io
Airflow Case Study: ProofPort | Codementor
A case study of using Apache Airflow to complete transform the data pipeline at a SaaS startup - in just a few months.
IslandT: Create a daily earning database with Python SQLite
Link: https://kibiwebgeek.com/create-a-daily-earning-database-with-python-sqlite/
Download DB Browser to view the earning tableCreate earning tableInsert very first data
In this chapter, we will start a project which will then record my daily earning in the future. We will create t
Link: https://kibiwebgeek.com/create-a-daily-earning-database-with-python-sqlite/
Download DB Browser to view the earning tableCreate earning tableInsert very first data
In this chapter, we will start a project which will then record my daily earning in the future. We will create t
Codementor: Reuven Lerner made one of the first 100 websites... ever... and other things I learned recording his DevJourney
Link: https://www.codementor.io/timothepdotnet/reuven-lerner-made-one-of-the-first-100-websites-ever-and-other-things-i-learned-recording-his-devjourney-12nivj5fs6
Reuven Lerner is a consultant, an author and a teacher. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
Link: https://www.codementor.io/timothepdotnet/reuven-lerner-made-one-of-the-first-100-websites-ever-and-other-things-i-learned-recording-his-devjourney-12nivj5fs6
Reuven Lerner is a consultant, an author and a teacher. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
www.codementor.io
Reuven Lerner made one of the first 100 websites... ever... and other things I learned recording his DevJourney | Codementor
Reuven Lerner is a consultant, an author and a teacher. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
Programiz: Python pip
Link: https://www.programiz.com/python-programming/pip
In this tutorial, we will learn how to use pip to install and manage Python packages.
Link: https://www.programiz.com/python-programming/pip
In this tutorial, we will learn how to use pip to install and manage Python packages.
Programiz
Python pip Package Manger
In this tutorial, we will learn how to use pip to install and manage Python packages. pip is the standard package manager for Python. We can use pip to install additional packages that are not available in the Python standard library.
Codementor: Build REST API with Flask & SQLAlchemy
Link: https://www.codementor.io/rhmnfadhil/build-rest-api-with-flask-sqlalchemy-12pcrvdv83
Flask is a great framework that enables you to build web applications quickly with Python. It's fast, small, and fun to work with. In this…
Link: https://www.codementor.io/rhmnfadhil/build-rest-api-with-flask-sqlalchemy-12pcrvdv83
Flask is a great framework that enables you to build web applications quickly with Python. It's fast, small, and fun to work with. In this…
www.codementor.io
Build REST API with Flask & SQLAlchemy | Codementor
Flask is a great framework that enables you to build web applications quickly with Python. It's fast, small, and fun to work with. In this…
Stack Abuse: Variable-Length Arguments in Python with *args and **kwargs
Link: https://stackabuse.com/variable-length-arguments-in-python-with-args-and-kwargs/
Introduction
Some functions have no arguments, others have multiple. There are times we have functions with arguments we don't know about beforehand. We may have a variable number of arguments because
Link: https://stackabuse.com/variable-length-arguments-in-python-with-args-and-kwargs/
Introduction
Some functions have no arguments, others have multiple. There are times we have functions with arguments we don't know about beforehand. We may have a variable number of arguments because
Stack Abuse
Variable-Length Arguments in Python with *args and **kwargs
With a variable number of arguments in a function, we offer a flexible API to other developers. In this article, we'll define and use functions with variable length arguments.
Matt Layman: User Accounts With django-allauth - Building SaaS #41
Link: https://www.mattlayman.com/building-saas/user-accounts-django-allauth/
In this episode, we added django-allauth to create accounts that default to email instead of using usernames. We added the package, configured some templates, and created tests.
We continued to look a
Link: https://www.mattlayman.com/building-saas/user-accounts-django-allauth/
In this episode, we added django-allauth to create accounts that default to email instead of using usernames. We added the package, configured some templates, and created tests.
We continued to look a
Matt Layman
User Accounts With django-allauth - Building SaaS #41
In this episode, we added django-allauth to create accounts that default to email instead of using usernames. We added the package, configured some templates, and created tests.
Python Bytes: #164 Use type hints to build your next CLI app
Link: https://pythonbytes.fm/episodes/show/164/use-type-hints-to-build-your-next-cli-app
Link: https://pythonbytes.fm/episodes/show/164/use-type-hints-to-build-your-next-cli-app
pythonbytes.fm
Use type hints to build your next CLI app
News and announcements from the Python community for the week of Jan 16th, 2020
Talk Python to Me: #247 Solo maintainer of open-source in academia
Link: https://talkpython.fm/episodes/show/247/solo-maintainer-of-open-source-in-academia
Do you run an open-source project? Does it seem like you never have enough time to support it? Have you considered starting one but are unsure you can commit to it? It's a real challenge.
Link: https://talkpython.fm/episodes/show/247/solo-maintainer-of-open-source-in-academia
Do you run an open-source project? Does it seem like you never have enough time to support it? Have you considered starting one but are unsure you can commit to it? It's a real challenge.
talkpython.fm
Solo maintainer of open-source in academia
Do you run an open-source project? Does it seem like you never have enough time to support it? Have you considered starting one but are unsure you can commit to it? It's a real challenge.