Python Anywhere: Auto-renewing your Let's Encrypt certificate with scheduled tasks
Link: https://blog.pythonanywhere.com/170/
Let's Encrypt certificates are really useful for custom domains -- you can get HTTPS working on your site for free. Their one downside is that the certificate only lasts for 90 days, so you need to r
Link: https://blog.pythonanywhere.com/170/
Let's Encrypt certificates are really useful for custom domains -- you can get HTTPS working on your site for free. Their one downside is that the certificate only lasts for 90 days, so you need to r
PyCharm: Support framework of a strong relationship. 30% off PyCharm and 100% to Django
Link: http://feedproxy.google.com/~r/Pycharm/~3/ekrdfa_VfYA/
In summer 2017, JetBrains PyCharm partnered with the Django Software Foundation for the second year in a row to generate a big boost to the Django fundraising campaign. The campaign was a huge success
Link: http://feedproxy.google.com/~r/Pycharm/~3/ekrdfa_VfYA/
In summer 2017, JetBrains PyCharm partnered with the Django Software Foundation for the second year in a row to generate a big boost to the Django fundraising campaign. The campaign was a huge success
PyCharm Blog
Support framework of a strong relationship. 30% off PyCharm and 100% to Django
In summer 2017, JetBrains PyCharm partnered with the Django Software Foundation for the second year in a row to generate a big boost to the Django fundraising campaign. The campaign was a huge succ…
Test and Code: 49: tox - Oliver Bestwalter
Link: https://testandcode.com/49
tox is a simple yet powerful tool that is used by many Python projects.
tox is not just a tool to help you test a Python project against multiple versions of Python. In this interview, Oliver and Bria
Link: https://testandcode.com/49
tox is a simple yet powerful tool that is used by many Python projects.
tox is not just a tool to help you test a Python project against multiple versions of Python. In this interview, Oliver and Bria
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering: 49: tox - Oliver Bestwalter
tox is not just a tool to help you test a Python project against multiple versions of Python. In this interview, Oliver and Brian just scratch the surface of this simple yet powerful automation tool.
PyCon: Pycon 2019 Call for Proposals is Open!
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Blogspot
Pycon 2019 Call for Proposals is Open!
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentati...
Mike C. Fletcher: Yay, django 1.11 broken frozen/pyc migrations again
Link: http://blog.vrplumber.com/b/2018/10/15/yay-django-111-broken-frozenpyc-migrations-again/
So somehow Django stopped being able to support .pyc files as migrations between our last builds with 1.11.lower and the current builds with 1.11.higher. Frozen environments use these to distribute ju
Link: http://blog.vrplumber.com/b/2018/10/15/yay-django-111-broken-frozenpyc-migrations-again/
So somehow Django stopped being able to support .pyc files as migrations between our last builds with 1.11.lower and the current builds with 1.11.higher. Frozen environments use these to distribute ju
Vrplumber
Plumbing Life's Depths - Yay, django 1.11 broken frozen/pyc migrations again
So somehow Django stopped being able to support .pyc files as migrations between our last builds with 1.11.lower and the current builds with 1.11.higher. Frozen environments use these to distribute just the .pyc (no source)... but somehow this got reverted…
Programming Ideas With Jake: Python Descriptors 2nd Edition!
Link: https://programmingideaswithjake.wordpress.com/2018/10/15/python-descriptors-2nd-edition/
The second edition of my book was just published and available at the source and on Amazon. To purchase, just click one of the links in the sidebar! Also, I’ll be writing up a new article to be publis
Link: https://programmingideaswithjake.wordpress.com/2018/10/15/python-descriptors-2nd-edition/
The second edition of my book was just published and available at the source and on Amazon. To purchase, just click one of the links in the sidebar! Also, I’ll be writing up a new article to be publis
Programming Ideas With Jake
Python Descriptors 2nd Edition!
The second edition of my book was just published and available at the source and on Amazon. To purchase, just click one of the links in the sidebar! Also, I’ll be writing up a new article to …
Will McGugan: Adding type hints to the Django ORM
Link: https://www.willmcgugan.com/blog/tech/post/adding-type-hints-to-the-django-orm/
It occurred to me that Django's ORM could do with a bit of a revamp to make use of recent developments in the Python language.
The main area where I think Django's models are missing out is the lack o
Link: https://www.willmcgugan.com/blog/tech/post/adding-type-hints-to-the-django-orm/
It occurred to me that Django's ORM could do with a bit of a revamp to make use of recent developments in the Python language.
The main area where I think Django's models are missing out is the lack o
Will McGugan Tech
Adding type hints to the Django ORM
It occurred to me that Django's ORM could do with a bit of a revamp to make use of recent developments in the Python language. The main area where I think Django's models are missing out is the lack of type hinting (hardly surprising since Django pre-dates…
Mike Driscoll: Testing Jupyter Notebooks
Link: http://www.blog.pythonlibrary.org/2018/10/16/testing-jupyter-notebooks/
The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test Driven Development (TDD). These are great ways to
Link: http://www.blog.pythonlibrary.org/2018/10/16/testing-jupyter-notebooks/
The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test Driven Development (TDD). These are great ways to
Mouse Vs Python
Testing Jupyter Notebooks - Mouse Vs Python
The more you do programming, the more you will here about how you should test your code. You will hear about things like Extreme Programming and Test
PyBites: Code Challenge 54 - Query the Spotify API - Review
Link: https://pybit.es/codechallenge54_review.html
In this article we review last week's Python Clipboard History code challenge.
Reminder: new structure review post / Hacktoberfest is back!
From now on we will merge our solution into our Community b
Link: https://pybit.es/codechallenge54_review.html
In this article we review last week's Python Clipboard History code challenge.
Reminder: new structure review post / Hacktoberfest is back!
From now on we will merge our solution into our Community b
PyBites
Code Challenge 54 - Query the Spotify API - Review
In this article we review last week's Python Clipboard History code challenge.
PyBites: Code Challenge 55 - #100DaysOfCode Curriculum Generator
Link: https://pybit.es/codechallenge55.html
There is an immense amount to be learned simply by tinkering with things. - Henry Ford
Hey Pythonistas,
It's time for another code challenge! This week we're asking you to create your own #100DaysOf
Link: https://pybit.es/codechallenge55.html
There is an immense amount to be learned simply by tinkering with things. - Henry Ford
Hey Pythonistas,
It's time for another code challenge! This week we're asking you to create your own #100DaysOf
PyBites
Code Challenge 55 - #100DaysOfCode Curriculum Generator
Hi Pythonistas, Welcome to Pybites Code Challenge 55! In this challenge we're asking that you create your own #100DaysOfCode Curriculum Generator.
Codementor: Celery Task Routing: The Basics
Link: https://www.codementor.io/bjoernstiel/celery-task-routing-the-basics-odic41hoy
Link: https://www.codementor.io/bjoernstiel/celery-task-routing-the-basics-odic41hoy
www.codementor.io
Celery Task Routing: The Basics | Codementor
Stack Abuse: A Brief Introduction to matplotlib for Data Visualization
Link: https://stackabuse.com/a-brief-introduction-to-matplotlib-for-data-visualization/
Introduction
Python has a wide variety of useful packages for machine learning and statistical analysis such as TensorFlow, NumPy, scikit-learn, Pandas, and more. One package that is essential to most
Link: https://stackabuse.com/a-brief-introduction-to-matplotlib-for-data-visualization/
Introduction
Python has a wide variety of useful packages for machine learning and statistical analysis such as TensorFlow, NumPy, scikit-learn, Pandas, and more. One package that is essential to most
Stack Abuse
A Brief Introduction to matplotlib for Data Visualization
Introduction Python has a wide variety of useful packages for machine learning and statistical analysis such as TensorFlow, NumPy, scikit-learn, Pandas, and more. One package that is essential to most data science projects is matplotlib. Available for any…
Randy Zwitch: Using pandas and pymapd for ETL into OmniSci
Link: http://randyzwitch.com/omnisci-pymapd-etl/
I’ve got PyData NYC 2018 in two days and rather finishing up my talk, I just realized that my source data has a silent corruption due to non-standard timestamps. Here’s how I fixed this using pandas a
Link: http://randyzwitch.com/omnisci-pymapd-etl/
I’ve got PyData NYC 2018 in two days and rather finishing up my talk, I just realized that my source data has a silent corruption due to non-standard timestamps. Here’s how I fixed this using pandas a
Randyzwitch
randyzwitch.com | Using pandas and pymapd for ETL into OmniSci
The world would be a much saner place if everyone used ISO-8601 formatted timestamps. But since we all don't, here's how to cleanup a CSV using pandas, then loading the pandas dataframe directly into OmniSci.
A. Jesse Jiryu Davis: Recap: PyGotham 2018 Speaker Coaching
Link: https://emptysqua.re/blog/recap-coaching-for-pygotham-speakers-2018/
With your help, we raised money for twelve PyGotham speakers to receive free training from opera singer and speaking coach Melissa Collom. Most of the speakers were new to the conference scene; Meliss
Link: https://emptysqua.re/blog/recap-coaching-for-pygotham-speakers-2018/
With your help, we raised money for twelve PyGotham speakers to receive free training from opera singer and speaking coach Melissa Collom. Most of the speakers were new to the conference scene; Meliss
emptysqua.re
Recap: PyGotham 2018 Speaker Coaching
With your help, we raised money for PyGotham speakers to receive free training from opera singer and speaking coach Melissa Collom.
Python Bytes: #99 parse - the regex antidote in Python
Link: https://pythonbytes.fm/episodes/show/99/parse-the-regex-antidote-in-python
Link: https://pythonbytes.fm/episodes/show/99/parse-the-regex-antidote-in-python
pythonbytes.fm
parse - the regex antidote in Python
News and announcements from the Python community for the week of Oct 16th, 2018
Andrea Grandi: Using ipdb with Python 3.7.x breakpoint
Link: https://www.andreagrandi.it/2018/10/16/using-ipdb-with-python-37-breakpoint/
Python 3.7.x introduced a new method to insert a breakpoint in the code.
Before Python 3.7.x to insert a debugging point we had to write import pdb; pdb.set_trace() which honestly I could never rememb
Link: https://www.andreagrandi.it/2018/10/16/using-ipdb-with-python-37-breakpoint/
Python 3.7.x introduced a new method to insert a breakpoint in the code.
Before Python 3.7.x to insert a debugging point we had to write import pdb; pdb.set_trace() which honestly I could never rememb
Andrea Grandi
Using ipdb with Python 3.7.x breakpoint
Python 3.7.x introduced a new method to insert a breakpoint in the code. Before Python 3.7.x to insert a debugging point we had to write import pdb; pdb.set_trace() which honestly I could never remember (and I also created a snippet on VS Code to auto complete…
Vasudev Ram: The 2018 Python Developer Survey
Link: http://jugad2.blogspot.com/2018/10/the-2018-python-developer-survey.html
By Vasudev RamReposting a PSF-Community email as a PSA:Participate in the 2018 Python Developer Survey.Excerpt from an email to the psf-community@python.org and psf-members-announce@python.org mailing
Link: http://jugad2.blogspot.com/2018/10/the-2018-python-developer-survey.html
By Vasudev RamReposting a PSF-Community email as a PSA:Participate in the 2018 Python Developer Survey.Excerpt from an email to the psf-community@python.org and psf-members-announce@python.org mailing
Blogspot
The 2018 Python Developer Survey
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Mike Driscoll: Jupyter Notebook Debugging
Link: http://www.blog.pythonlibrary.org/2018/10/17/jupyter-notebook-debugging/
Debugging is an important concept. The concept of debugging is trying to figure out what is wrong with your code or just trying to understand the code. There are many times where I will come to unfami
Link: http://www.blog.pythonlibrary.org/2018/10/17/jupyter-notebook-debugging/
Debugging is an important concept. The concept of debugging is trying to figure out what is wrong with your code or just trying to understand the code. There are many times where I will come to unfami
Eli Bendersky: Covariance and contravariance in subtyping
Link: https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/
Many programming languages support subtyping, a kind of polymorphism that lets
us define hierarchical relations on types, with specific types being subtypes of
more generic types. For example, a Cat c
Link: https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/
Many programming languages support subtyping, a kind of polymorphism that lets
us define hierarchical relations on types, with specific types being subtypes of
more generic types. For example, a Cat c
Stack Abuse: Creating a Neural Network from Scratch in Python: Multi-class Classification
Link: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python-multi-class-classification/
This is the third article in the series of articles on "Creating a Neural Network From Scratch in Python".
Creating a Neural Network from Scratch in Python
Creating a Neural Network from Scratch in P
Link: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python-multi-class-classification/
This is the third article in the series of articles on "Creating a Neural Network From Scratch in Python".
Creating a Neural Network from Scratch in Python
Creating a Neural Network from Scratch in P
Stack Abuse
Creating a Neural Network from Scratch in Python: Multi-class Classification
This is the third article in the series of articles on "Creating a Neural Network From Scratch in Python". Creating a Neural Network from Scratch in...
PyCon: PyCon 2019 Launches Financial Aid
Link: https://pycon.blogspot.com/2018/10/pycon-2019-launches-financial-aid.html
The PyCon conference prides itself on being affordable. However, registration is only one of several expenses an attendee must incur, and it’s likely the smallest one. Flying, whether halfway around t
Link: https://pycon.blogspot.com/2018/10/pycon-2019-launches-financial-aid.html
The PyCon conference prides itself on being affordable. However, registration is only one of several expenses an attendee must incur, and it’s likely the smallest one. Flying, whether halfway around t
Blogspot
PyCon 2019 Launches Financial Aid
The PyCon conference prides itself on being affordable. However, registration is only one of several expenses an attendee must incur, and i...