Mike Driscoll: Creating and Manipulating PDFs with pdfrw
Link: http://www.blog.pythonlibrary.org/2018/06/06/creating-and-manipulating-pdfs-with-pdfrw/
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and write PDF files. At the time of writing, pdfrw wa
Link: http://www.blog.pythonlibrary.org/2018/06/06/creating-and-manipulating-pdfs-with-pdfrw/
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and write PDF files. At the time of writing, pdfrw wa
Mouse Vs Python
Creating and Manipulating PDFs with pdfrw - Mouse Vs Python
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and
Full Stack Python: Developing Flask Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/blog/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Link: https://www.fullstackpython.com/blog/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Fullstackpython
Developing Flask Apps in Docker Containers on macOS
Learn how to set up and develop a new Flask web application within a Docker container. Great post on fullstackpython.com!
Full Stack Python: Running Bottle Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/blog/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Link: https://www.fullstackpython.com/blog/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Fullstackpython
Running Bottle Apps in Docker Containers on macOS
Learn how to set up and develop a new Bottle web application within a Docker container. Great post on fullstackpython.com!
Python Software Foundation: Ernest W. Durbin III joins the PSF team
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/K9LYXa0mBJ0/ernest-w-durbin-iii-joins-psf-team.html
I am happy to announce that on June 1, 2018, Ernest W. Durbin III joined the Python Software Foundation team as the Director of Infrastructure.
Ernest is a long time volunteer contributor to the
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/K9LYXa0mBJ0/ernest-w-durbin-iii-joins-psf-team.html
I am happy to announce that on June 1, 2018, Ernest W. Durbin III joined the Python Software Foundation team as the Director of Infrastructure.
Ernest is a long time volunteer contributor to the
Blogspot
Ernest W. Durbin III joins the PSF team
I am happy to announce that on June 1, 2018, Ernest W. Durbin III joined the Python Software Foundation team as the Director of Infrastructu...
PyCharm: PyCharm 2018.2 EAP 3
Link: http://feedproxy.google.com/~r/Pycharm/~3/fQpqu9T4_hg/
The third Early Access Program (EAP) version of PyCharm 2018.2 is now available. We’d like to invite you to download this version from our website.
New in PyCharm 2018.2 EAP 3
pytest fixtures support
Link: http://feedproxy.google.com/~r/Pycharm/~3/fQpqu9T4_hg/
The third Early Access Program (EAP) version of PyCharm 2018.2 is now available. We’d like to invite you to download this version from our website.
New in PyCharm 2018.2 EAP 3
pytest fixtures support
PyCharm Blog
PyCharm 2018.2 EAP 3
The third Early Access Program (EAP) version of PyCharm 2018.2 is now available. We’d like to invite you to download this version from our website. New in PyCharm 2018.2 EAP 3 pytest fixtures suppo…
Wallaroo Labs: Stream processing, trending hashtags, and Wallaroo
Link: https://blog.wallaroolabs.com/2018/06/stream-processing-trending-hashtags-and-wallaroo/
A prospective Wallaroo user contacted us and asked for an example of chaining state computations together so the output of one could be fed into another to take still further action. In particular, th
Link: https://blog.wallaroolabs.com/2018/06/stream-processing-trending-hashtags-and-wallaroo/
A prospective Wallaroo user contacted us and asked for an example of chaining state computations together so the output of one could be fed into another to take still further action. In particular, th
Wallaroolabs
Stream processing, trending hashtags, and Wallaroo
Official blog of the Wallaroo Labs Engineering team
Mike Driscoll: An Intro to PyPDF2
Link: http://www.blog.pythonlibrary.org/2018/06/07/an-intro-to-pypdf2/
The PyPDF2 package is a pure-Python PDF library that you can use for splitting, merging, cropping and transforming pages in your PDFs. According to the PyPDF2 website, you can also use PyPDF2 to add d
Link: http://www.blog.pythonlibrary.org/2018/06/07/an-intro-to-pypdf2/
The PyPDF2 package is a pure-Python PDF library that you can use for splitting, merging, cropping and transforming pages in your PDFs. According to the PyPDF2 website, you can also use PyPDF2 to add d
Mouse Vs Python
An Intro to PyPDF2 - Mouse Vs Python
The PyPDF2 package is a pure-Python PDF library that you can use for splitting, merging, cropping and transforming pages in your PDFs. According to the
EuroPython: EuroPython 2018: Training pass sale starts on Friday at 12:00 CEST
Link: https://blog.europython.eu/post/174655358657
As we have already announced, access to trainings is not included in our regular conference tickets this year. We have done this to keep the conference ticket prices reasonable, acknowledge the value
Link: https://blog.europython.eu/post/174655358657
As we have already announced, access to trainings is not included in our regular conference tickets this year. We have done this to keep the conference ticket prices reasonable, acknowledge the value
EuroPython Blog
EuroPython 2018: Training pass sale starts on Friday at 12:00 CEST
As we have already announced, access to trainings is not included in our regular conference tickets this year. We have done this to keep the conference ticket prices reasonable, acknowledge the value...
Gocept Weblog: Migrate a Zope ZODB Data.fs to Python 3
Link: https://blog.gocept.com/2018/06/07/migrate-a-zope-zodb-data-fs-to-python-3/
TL;DR Use zodbupdate.
Problem
A ZODB Data.fs which was created under Python 2 cannot be opened under Python 3. This is prevented by using a different magic code in the first bytes of the file. This is
Link: https://blog.gocept.com/2018/06/07/migrate-a-zope-zodb-data-fs-to-python-3/
TL;DR Use zodbupdate.
Problem
A ZODB Data.fs which was created under Python 2 cannot be opened under Python 3. This is prevented by using a different magic code in the first bytes of the file. This is
gocept blog
Migrate a Zope ZODB Data.fs to Python 3
TL;DR Use zodbupdate. Problem A ZODB Data.fs which was created under Python 2 cannot be opened under Python 3. This is prevented by using a different magic code in the first bytes of the file. This…
Jahongir Rahmonov: Django Static Files
Link: http://rahmonov.me/posts/django-static-files/
Have you ever been frustrated when your Django application did not find the static files you were using?
Then, you read the documentation and played around with all those settings variables and after
Link: http://rahmonov.me/posts/django-static-files/
Have you ever been frustrated when your Django application did not find the static files you were using?
Then, you read the documentation and played around with all those settings variables and after
rahmonov.me
Django Static Files
<p>Django Static Files for Dummies</p>
Peter Bengtsson: GeneratorExit - How to clean up after the last yield in Python
Link: https://www.peterbe.com/plog/generatorexit
tl;dr; Use except GeneratorExit if your Python generator needs to know the consumer broke out.
Suppose you have a generator that yields things out. After each yield you want to execute some code that
Link: https://www.peterbe.com/plog/generatorexit
tl;dr; Use except GeneratorExit if your Python generator needs to know the consumer broke out.
Suppose you have a generator that yields things out. After each yield you want to execute some code that
Peterbe
GeneratorExit - How to clean up after the last yield in Python
Stuff in Peter's head
Django Weblog: DjangoCon Europe 2018 - thank you
Link: https://www.djangoproject.com/weblog/2018/jun/07/djangocon-europe-2018-thank-you/
On behalf of the everyone who benefits from the Django Project, the DSF would like to thank the organisers of DjangoCon Europe 2018 for the oustanding efforts they made to ensure that the event was a
Link: https://www.djangoproject.com/weblog/2018/jun/07/djangocon-europe-2018-thank-you/
On behalf of the everyone who benefits from the Django Project, the DSF would like to thank the organisers of DjangoCon Europe 2018 for the oustanding efforts they made to ensure that the event was a
William Minchin: Building a Traffic Model
Link: http://blog.minchin.ca/2018/06/traffic-model-start.html
I’ve decided to start a new project: building a traffic model.
Schooling
I went to school and got my undergrad in Civil Engineering. The classes and
work experience I liked best revolved around traffi
Link: http://blog.minchin.ca/2018/06/traffic-model-start.html
I’ve decided to start a new project: building a traffic model.
Schooling
I went to school and got my undergrad in Civil Engineering. The classes and
work experience I liked best revolved around traffi
blog.minchin.ca
Building a Traffic Model
I’ve decided to start a new project: building a traffic model.
Reuven Lerner: Python parentheses primer
Link: https://blog.lerner.co.il/python-parentheses-primer/
If you have children, then you probably remember them learning to walk, and then to read. If you’re like me, you were probably amazed by how long it took to do things that we don’t even think about. T
Link: https://blog.lerner.co.il/python-parentheses-primer/
If you have children, then you probably remember them learning to walk, and then to read. If you’re like me, you were probably amazed by how long it took to do things that we don’t even think about. T
Reuven Lerner
Python parentheses primer
Tim Golden: Potato Prints at the London Python Dojo
Link: http://ramblings.tjg.org.uk/posts/potato-prints-at-the-london-python-dojo/
So I couldn't resist the obvious pun: the London Python Dojo was hosted
yesterday at Potato, a Django-based web agency somewhere
off Tottenham Court Road. (Which is a bonus for West Londoners like me)
Link: http://ramblings.tjg.org.uk/posts/potato-prints-at-the-london-python-dojo/
So I couldn't resist the obvious pun: the London Python Dojo was hosted
yesterday at Potato, a Django-based web agency somewhere
off Tottenham Court Road. (Which is a bonus for West Londoners like me)
Moderate Realism
Potato Prints at the London Python Dojo
So I couldn't resist the obvious pun: the London Python Dojo was hosted
yesterday at Potato, a Django-based web agency somewhere
off Tottenham Court Road. (Which is a bonus for West Londoners like me)
yesterday at Potato, a Django-based web agency somewhere
off Tottenham Court Road. (Which is a bonus for West Londoners like me)
Talk Python to Me: #165 Python and the blockchain
Link: https://talkpython.fm/episodes/show/165/python-and-the-blockchain
The blockchain and cryptocurrencies are some of the most disruptive technologies of the decade. On this episode, you'll meet Stuart Farmer who is building a suite of developer tools that speed up the
Link: https://talkpython.fm/episodes/show/165/python-and-the-blockchain
The blockchain and cryptocurrencies are some of the most disruptive technologies of the decade. On this episode, you'll meet Stuart Farmer who is building a suite of developer tools that speed up the
talkpython.fm
Python and the blockchain
The blockchain and cryptocurrencies are some of the most disruptive technologies of the decade. On this episode, you'll meet Stuart Farmer who is building a suite of developer tools that speed up the process of creating new and custom blockchains and apps.
Dataquest: Programming Best Practices For Data Science
Link: https://www.dataquest.io/blog/programming-best-practices-for-data-science/
The data science life cycle is generally comprised of the following components:
data retrieval
data cleaning
data exploration and visualization
statistical or predictive modeling
While these compone
Link: https://www.dataquest.io/blog/programming-best-practices-for-data-science/
The data science life cycle is generally comprised of the following components:
data retrieval
data cleaning
data exploration and visualization
statistical or predictive modeling
While these compone
Dataquest
Programming Best Practices For Data Science – Dataquest
When programming for data science, most people switch between a prototype mindset and a production mindset. Learn more here.
Techiediaries - Django: Angular 6 Tutorial with Django RESTful API — Adding Angular Material Design 6 UI By Example
Link: https://www.techiediaries.com/angular-material-tutorial-example/
In the previous tutorial, you have seen how you can install the Angular CLI 6 and generate a brand new Angular 6 front-end application. In this tutorial, we'll be learning how to use Angular 6 Materia
Link: https://www.techiediaries.com/angular-material-tutorial-example/
In the previous tutorial, you have seen how you can install the Angular CLI 6 and generate a brand new Angular 6 front-end application. In this tutorial, we'll be learning how to use Angular 6 Materia
Techiediaries
Angular 10 Material Design Tutorial & Example | Techiediaries
In this tutorial, we'll be learning how to use Angular 8 Material Design to build a beautiful and professional grade UI interface for our Angular front-end application
Weekly Python StackOverflow Report: (cxxix) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/06/cxxix-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-06-09 20:27:06 GMTHow to treat NULL as a normal string with pandas
Link: http://python-weekly.blogspot.com/2018/06/cxxix-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-06-09 20:27:06 GMTHow to treat NULL as a normal string with pandas
Blogspot
(cxxix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Martin Fitzpatrick: 7Pez
Link: https://martinfitzpatrick.name/article/unzip-7zip-app-python-qt/
This is a functionally terrible unzip application, saved only by the fact that you get to look at a cat while using it.
The original idea reflected in the name 7Pez was actually worse — to rig it up
Link: https://martinfitzpatrick.name/article/unzip-7zip-app-python-qt/
This is a functionally terrible unzip application, saved only by the fact that you get to look at a cat while using it.
The original idea reflected in the name 7Pez was actually worse — to rig it up
Martin Fitzpatrick
7Pez | Unzip your files with a cat, because why not.
This is a functionally terrible unzip application, saved only by the fact that you get to look at a cat while using it. The original idea reflected in the name 7Pez was actually worse — to rig it up so you had to push on the head to unzip each file ...