Talk Python to Me: #192 Python Year in Review 2018 Edition
Link: https://talkpython.fm/episodes/show/192/python-year-in-review-2018-edition
It's been a fantastic year for Python. Literally, every year is better than the last with so much growth and excitement in the Python space. That's why I've asked two of my knowledgeable Python friend
Link: https://talkpython.fm/episodes/show/192/python-year-in-review-2018-edition
It's been a fantastic year for Python. Literally, every year is better than the last with so much growth and excitement in the Python space. That's why I've asked two of my knowledgeable Python friend
talkpython.fm
Python Year in Review 2018 Edition
It's been a fantastic year for Python. Literally, every year is better than the last with so much growth and excitement in the Python space. That's why I've asked two of my knowledgeable Python friends, Dan Bader and Brian Okken, to help pick the top 10 stories…
codingdirectional: Put the exclamation marks and question marks to the balance, are they balanced?
Link: http://codingdirectional.info/2018/12/27/put-the-exclamation-marks-and-question-marks-to-the-balance-are-they-balanced/
Hello, we are supposed to move to another site today but let us finish up another python problem on codewars first before we proceed to a new site. The problem goes like this.
A function will take in
Link: http://codingdirectional.info/2018/12/27/put-the-exclamation-marks-and-question-marks-to-the-balance-are-they-balanced/
Hello, we are supposed to move to another site today but let us finish up another python problem on codewars first before we proceed to a new site. The problem goes like this.
A function will take in
gamingdirectional: Summarize the python pygame project
Link: http://gamingdirectional.com/blog/2018/12/27/summarize-the-python-pygame-project/
Hello my friend, I just want to let you know that I have packed up the previous pygame project which we have developed together every day and it is now ready to distribute to all the major gaming plat
Link: http://gamingdirectional.com/blog/2018/12/27/summarize-the-python-pygame-project/
Hello my friend, I just want to let you know that I have packed up the previous pygame project which we have developed together every day and it is now ready to distribute to all the major gaming plat
Gaming Directional
Summarize the python pygame project
All the articles related to pygame project are on display
Codementor: Exceptions in Python
Link: https://www.codementor.io/sadhanareddy/exceptions-in-python-qlzks8mpv
Introduction
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
Link: https://www.codementor.io/sadhanareddy/exceptions-in-python-qlzks8mpv
Introduction
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
www.codementor.io
Exceptions in Python | Codementor
Introduction
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
Caktus Consulting Group: My New Year’s Resolution: Work Less to Code Better
Link: http://www.caktusgroup.com/blog/2018/12/27/new-years-resolution-work-less-code-better/
You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolutions, but I have an even m
Link: http://www.caktusgroup.com/blog/2018/12/27/new-years-resolution-work-less-code-better/
You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolutions, but I have an even m
Caktusgroup
My New Year’s Resolution: Work Less to Code Better | Caktus Group
One of our sharp developers resolves to do less work in 2019. His resolution involves three technical components. See what he plans to do to work less and code better.
PyPy Development: PyPy Winter Sprint Feb 4-9 in Düsseldorf
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html
PyPy Sprint February 4th-9th 2019 in Düsseldorf
The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html
PyPy Sprint February 4th-9th 2019 in Düsseldorf
The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Blogspot
PyPy Winter Sprint Feb 4-9 in Düsseldorf
PyPy Sprint February 4th-9th 2019 in Düsseldorf The next PyPy sprint will be held in the Computer Science department of Heinrich-He...
Stack Abuse: Using Plotly Library for Interactive Data Visualization in Python
Link: https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/
In my previous article, I explained how the Pandas library can be used for plotting basic and time series plots. While Pandas, Matplotlib, and Seaborn libraries are excellent data plotting libraries,
Link: https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/
In my previous article, I explained how the Pandas library can be used for plotting basic and time series plots. While Pandas, Matplotlib, and Seaborn libraries are excellent data plotting libraries,
Stack Abuse
Using Plotly Library for Interactive Data Visualization in Python
In my previous article, I explained how the Pandas library can be used for plotting basic and time series plots. While Pandas, Matplotlib, and Seaborn libraries...
Codementor: Strings in Python
Link: https://www.codementor.io/sadhanareddy/strings-in-python-qmva1ktv4
Introduction
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
Link: https://www.codementor.io/sadhanareddy/strings-in-python-qmva1ktv4
Introduction
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
www.codementor.io
Strings in Python | Codementor
Introduction
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
PyCharm: PyCharm 2018.3.3 RC and PyCharm 2018.2.7
Link: http://feedproxy.google.com/~r/Pycharm/~3/04P2MaoeYds/
PyCharm 2018.3.3 Release Candidate is now available. This version comes with several Python-related as well as platform improvements which we want to double-check with you before finally releasing the
Link: http://feedproxy.google.com/~r/Pycharm/~3/04P2MaoeYds/
PyCharm 2018.3.3 Release Candidate is now available. This version comes with several Python-related as well as platform improvements which we want to double-check with you before finally releasing the
PyCharm Blog
PyCharm 2018.3.3 RC and PyCharm 2018.2.7
PyCharm 2018.3.3 Release Candidate is now available. This version comes with several Python-related as well as platform improvements which we want to double-check with you before finally releasing …
The Digital Cat: Clean Architectures in Python: the book
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach t
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach t
Codementor: Celery on Docker: From the Ground up
Link: https://www.codementor.io/bjoernstiel/celery-on-docker-from-the-ground-up-qmzfxlc1g
This post was originally published on https://www.distributedpython.com (Distributed Python) on November 15, 2018.
Docker is hot. Docker is hotter than hot.
Docker 1.0 was released in June 2014....
Link: https://www.codementor.io/bjoernstiel/celery-on-docker-from-the-ground-up-qmzfxlc1g
This post was originally published on https://www.distributedpython.com (Distributed Python) on November 15, 2018.
Docker is hot. Docker is hotter than hot.
Docker 1.0 was released in June 2014....
Graham Dumpleton: Using JupyterHub as a generic application spawner
Link: http://blog.dscpl.com.au/2018/12/using-jupyterhub-as-generic-application.html
As part of my day job I occasionally need to give workshops on using OpenShift, Red Hat's distribution of Kubernetes. The workshop notes that attendees follow to do the exercises we host using an inte
Link: http://blog.dscpl.com.au/2018/12/using-jupyterhub-as-generic-application.html
As part of my day job I occasionally need to give workshops on using OpenShift, Red Hat's distribution of Kubernetes. The workshop notes that attendees follow to do the exercises we host using an inte
blog.dscpl.com.au
Using JupyterHub as a generic application spawner
As part of my day job I occasionally need to give workshops on using OpenShift, Red Hat's distribution of Kubernetes. The workshop notes tha...
Programiz: Python time Module
Link: https://www.programiz.com/python-programming/time
In this article, we will explore time module in detail. We will learn to use different time-related functions defined in the time module with the help of examples.
Link: https://www.programiz.com/python-programming/time
In this article, we will explore time module in detail. We will learn to use different time-related functions defined in the time module with the help of examples.
Programiz
Python time Module (with Examples)
In this tutorial, we will explore time module in detail. We will learn to use different time-related functions defined in the time module with the help of examples.
Ofosos: Creating a Custom Landing Page in Sphinx
Link: https://ofosos.org/2018/12/28/landing-page-template/
Sample code lives here. When I refer to source code line numbers, you're supposed to look at the code in this repository.By convention the landing page for your Sphinx project is a simple table of con
Link: https://ofosos.org/2018/12/28/landing-page-template/
Sample code lives here. When I refer to source code line numbers, you're supposed to look at the code in this repository.By convention the landing page for your Sphinx project is a simple table of con
ofosos.org
Creating a Custom Landing Page in Sphinx
By convention the landing pages in Sphinx are simple. I'll show you how to create fully custom landing pages with the power of Jinja and HTML+CSS.
Test and Code: 60: 100 Days of Code - Julian Sequeira
Link: https://testandcode.com/60
Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at Talk Python Training.
He's also a survivor of the 100DaysOfCode in Python Challeng
Link: https://testandcode.com/60
Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at Talk Python Training.
He's also a survivor of the 100DaysOfCode in Python Challeng
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering: 100 Days of Code - Julian Sequeira
Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at Talk Python Training.
He's also a survivor of the 100DaysOfCode in Python Challenge.
He's also a survivor of the 100DaysOfCode in Python Challenge.
Graham Dumpleton: Running an interactive terminal in the browser
Link: http://blog.dscpl.com.au/2018/12/running-interactive-terminal-in-browser.html
In the last blog post I explained that JupyterHub can be used to spawn instances of applications other than Jupyter notebooks. Because JupyterHub can also handle user authentication, this made it a ha
Link: http://blog.dscpl.com.au/2018/12/running-interactive-terminal-in-browser.html
In the last blog post I explained that JupyterHub can be used to spawn instances of applications other than Jupyter notebooks. Because JupyterHub can also handle user authentication, this made it a ha
blog.dscpl.com.au
Running an interactive terminal in the browser
In the last blog post I explained that JupyterHub can be used to spawn instances of applications other than Jupyter notebooks. Because Jupy...
The Digital Cat: Clean architectures in Python: a step-by-step example
Link: http://blog.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/
Update: an expanded version of this post may be found in "Clean Architectures in Python", a book I published on LeanPub. The book features 3 chapters on TDD with pytest, mocks and unit testing in gene
Link: http://blog.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/
Update: an expanded version of this post may be found in "Clean Architectures in Python", a book I published on LeanPub. The book features 3 chapters on TDD with pytest, mocks and unit testing in gene
Thedigitalcatonline
Clean architectures in Python: a step-by-step example
How to create software that can be easily changed and adapted, following the clean architecture principles
Vasudev Ram: The Zen of Python is well sed :)
Link: http://jugad2.blogspot.com/2018/12/the-zen-of-python-is-well-sed.html
- By Vasudev Ram - Online Python training / SQL training / Linux training$ python -c "import this" | sed -n "4,4p;15,16p"Explicit is better than implicit.There should be one-- and preferably only one
Link: http://jugad2.blogspot.com/2018/12/the-zen-of-python-is-well-sed.html
- By Vasudev Ram - Online Python training / SQL training / Linux training$ python -c "import this" | sed -n "4,4p;15,16p"Explicit is better than implicit.There should be one-- and preferably only one
Blogspot
The Zen of Python is well sed :)
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Weekly Python StackOverflow Report: (clviii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/clviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-29 22:40:39 GMTWhy does an empty string in Python sometimes tak
Link: http://python-weekly.blogspot.com/2018/12/clviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-29 22:40:39 GMTWhy does an empty string in Python sometimes tak
Blogspot
(clviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Graham Dumpleton: Creating your own custom terminal image
Link: http://blog.dscpl.com.au/2018/12/creating-your-own-custom-terminal-image.html
In this series of posts I have been talking about some of the work I have been doing with creating environments to host workshops when needing to train users in using a software product such as OpenSh
Link: http://blog.dscpl.com.au/2018/12/creating-your-own-custom-terminal-image.html
In this series of posts I have been talking about some of the work I have been doing with creating environments to host workshops when needing to train users in using a software product such as OpenSh
blog.dscpl.com.au
Creating your own custom terminal image
In this series of posts I have been talking about some of the work I have been doing with creating environments to host workshops when needi...