Abhijeet Pal: Python Program To Generate Fibonacci Sequence
Link: https://djangocentral.com/fibonacci-sequence/
Problem Definition
Make a Python function for generating a Fibonacci sequence. The Fibonacci sequence is a series where the next term is the sum of the previous two terms. The first two terms of the F
Link: https://djangocentral.com/fibonacci-sequence/
Problem Definition
Make a Python function for generating a Fibonacci sequence. The Fibonacci sequence is a series where the next term is the sum of the previous two terms. The first two terms of the F
Djangocentral
Python Program To Generate Fibonacci Sequence
Problem Definition Make a Python function for generating a Fibonacci sequence. The Fibonacci sequence is a series where the next term is the sum of
Reuven Lerner: My interview on the “Talk Python” podcast
Link: https://lerner.co.il/2019/05/07/my-interview-on-the-talk-python-podcast/
I was delighted to appear on the popular “Talk Python to Me” podcast, run by Michael Kennedy. In the podcast, I talk about teaching, learning, and teaching Python to companies. If you’re interested
Link: https://lerner.co.il/2019/05/07/my-interview-on-the-talk-python-podcast/
I was delighted to appear on the popular “Talk Python to Me” podcast, run by Michael Kennedy. In the podcast, I talk about teaching, learning, and teaching Python to companies. If you’re interested
Reuven Lerner
My interview on the "Talk Python" podcast — Reuven Lerner
I was delighted to appear on the popular “Talk Python to Me” podcast, run by Michael Kennedy. In the podcast, I talk about teaching, learning, and teaching Python to companies. If you’re interested in how to learn better or teach better, then I think you’ll…
PyCoder’s Weekly: Issue #367 (May 7, 2019)
Link: https://pycoders.com/issues/367
#367 – MAY 7, 2019 View in Browser » This Was PyCon 2019 PyCon 2019 in Cleveland was an amazing experience! A big Thank You to all of the organizers and volunteers who made it happen! At the lin
Link: https://pycoders.com/issues/367
#367 – MAY 7, 2019 View in Browser » This Was PyCon 2019 PyCon 2019 in Cleveland was an amazing experience! A big Thank You to all of the organizers and volunteers who made it happen! At the lin
Pycoders
PyCoder’s Weekly | Issue #367
Issue #367 of the PyCoder’s Weekly newsletter, published May 7, 2019.
Reuven Lerner: “Python Workout” is Manning’s Deal of the Day!
Link: https://lerner.co.il/2019/05/08/python-workout-is-mannings-deal-of-the-day/
If you’ve just finished a Python course or book, then you might feel a bit nervous about your Python knowledge. You might be wondering how you can become a master Python developer, solving problems
Link: https://lerner.co.il/2019/05/08/python-workout-is-mannings-deal-of-the-day/
If you’ve just finished a Python course or book, then you might feel a bit nervous about your Python knowledge. You might be wondering how you can become a master Python developer, solving problems
Reuven Lerner
"Python Workout" is Manning's Deal of the Day! — Reuven Lerner
If you’ve just finished a Python course or book, then you might feel a bit nervous about your Python knowledge. You might be wondering how you can become a master Python developer, solving problems without turning to Stack Overflow every few minutes. The…
PyBites: How to Create and Serve Zipfiles from Django
Link: https://pybit.es/django-zipfiles.html
We added support to our platfom for bulk downloading of all your code submissions. This feature required creating and serving up zipfiles through Django. In this article I show you how to do it creati
Link: https://pybit.es/django-zipfiles.html
We added support to our platfom for bulk downloading of all your code submissions. This feature required creating and serving up zipfiles through Django. In this article I show you how to do it creati
PyBites
How To Create And Serve Zipfiles From Django - PyBites
We added support to our platfom for bulk downloading of all your code submissions. This feature required creating and serving up zipfiles through Django. In this article I show you how to do it creating a simple Django app collecting code snippets through…
EuroPython: EuroPython 2019: Early-bird ticket sales
Link: https://blog.europython.eu/post/184731612382
As in the last few years, we will again have early-bird ticket sales for the conference.
We plan to open early bird ticket sales on Monday, May 13th at 12:00 CEST.This year, we will have 200 early-bi
Link: https://blog.europython.eu/post/184731612382
As in the last few years, we will again have early-bird ticket sales for the conference.
We plan to open early bird ticket sales on Monday, May 13th at 12:00 CEST.This year, we will have 200 early-bi
EuroPython Blog
EuroPython 2019: Early-bird ticket sales
As in the last few years, we will again have early-bird ticket sales for the conference. We plan to open early bird ticket sales on Monday, May 13th at 12:00 CEST. This year, we will have 200...
Python Insider: Farewell, Python 3.4
Link: http://feedproxy.google.com/~r/PythonInsider/~3/N_iiZ8tiB5k/farewell-python-34.html
It's with a note of sadness that I announce the final retirement
of Python 3.4. The final release was back in March, but I didn't
get around to actually closing and deleting the
Link: http://feedproxy.google.com/~r/PythonInsider/~3/N_iiZ8tiB5k/farewell-python-34.html
It's with a note of sadness that I announce the final retirement
of Python 3.4. The final release was back in March, but I didn't
get around to actually closing and deleting the
Blogspot
Python Insider: Farewell, Python 3.4
Real Python: Python Community Interview With Bob and Julian of PyBites
Link: https://realpython.com/python-community-interview-bob-and-julian-pybites/
This week, I’m joined by Bob Belderbos and Julian Sequeira of PyBites fame. Bob is a Software Developer at Oracle, Spain. Julian is a Data Center Technician at Amazon Web Services, in Australia.
Join
Link: https://realpython.com/python-community-interview-bob-and-julian-pybites/
This week, I’m joined by Bob Belderbos and Julian Sequeira of PyBites fame. Bob is a Software Developer at Oracle, Spain. Julian is a Data Center Technician at Amazon Web Services, in Australia.
Join
Realpython
Python Community Interview With Bob and Julian of PyBites – Real Python
Bob Belderbos and Julian Sequeira are the co-founders of PyBites. In this interview, we discuss how PyBites got started and what they have in store for its future. We’ll also look into Bob’s secret love of drawing and Julian’s not so secret love of a good…
Stack Abuse: Overview of Classification Methods in Python with Scikit-Learn
Link: https://stackabuse.com/overview-of-classification-methods-in-python-with-scikit-learn/
Introduction
Are you a Python programmer looking to get into machine learning? An excellent place to start your journey is by getting acquainted with Scikit-Learn.
Doing some classification with Scik
Link: https://stackabuse.com/overview-of-classification-methods-in-python-with-scikit-learn/
Introduction
Are you a Python programmer looking to get into machine learning? An excellent place to start your journey is by getting acquainted with Scikit-Learn.
Doing some classification with Scik
Stack Abuse
Overview of Classification Methods in Python with Scikit-Learn
Are you a Python programmer looking to get into machine learning? An excellent place to start your journey is by getting acquainted with Scikit-Learn. Doing s...
Mike Driscoll: Creating GUI Applications with wxPython Now Available
Link: http://www.blog.pythonlibrary.org/2019/05/08/creating-gui-applications-with-wxpython-now-available/
My latest book, Creating GUI Applications with wxPython is now available for purchase.
Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications
Link: http://www.blog.pythonlibrary.org/2019/05/08/creating-gui-applications-with-wxpython-now-available/
My latest book, Creating GUI Applications with wxPython is now available for purchase.
Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications
Codementor: First Rule of Coding: Don't Panic.
Link: https://www.codementor.io/roe/first-rule-of-coding-don-t-panic-us88djs7z
Learn the first rule of coding, and the first rule of debugging.
Link: https://www.codementor.io/roe/first-rule-of-coding-don-t-panic-us88djs7z
Learn the first rule of coding, and the first rule of debugging.
www.codementor.io
First Rule of Coding: Don't Panic. | Codementor
Learn the first rule of coding, and the first rule of debugging.
Wingware News: Wing Python IDE 7.0.2 - May 8, 2019
Link: https://wingware.com/news/2019-05-08
Wing 7.0.2 has been released. This is a minor release that includes the following fixes
and improvements:
Add options to exclude Pylint warning messages by category (error, warning, info)
Fix sever
Link: https://wingware.com/news/2019-05-08
Wing 7.0.2 has been released. This is a minor release that includes the following fixes
and improvements:
Add options to exclude Pylint warning messages by category (error, warning, info)
Fix sever
Wingware
Wing Python IDE 7.0.2 - May 8, 2019 - Wing Python IDE
Wing 7.0.2 has been released, with a variety of fixes and improvements for
source analysis and code warnings, Pylint integration, remote development, Shift-Space
debug value tips, matplotlib with MacOSX backend, and the French localization.
source analysis and code warnings, Pylint integration, remote development, Shift-Space
debug value tips, matplotlib with MacOSX backend, and the French localization.
Wingware Blog: Renaming Symbols and Attributes in Python Code with Wing Pro's Refactoring Tool
Link: https://wingware.com/blog/refactor-rename
In the previous Wing Tips post we looked at using multiple
selections to edit several parts of code at once. As part of that, we briefly mentioned
that refactoring is a better approach when renaming a
Link: https://wingware.com/blog/refactor-rename
In the previous Wing Tips post we looked at using multiple
selections to edit several parts of code at once. As part of that, we briefly mentioned
that refactoring is a better approach when renaming a
Wingware
Wing Tips: Renaming Symbols and Attributes in Python Code with Wing Pro's Refactoring Tool
Learn how to use refactoring in Wing Pro to quickly rename symbols and
attributes in Python code.
attributes in Python code.
EuroPython: EuroPython 2019: CFP ends on May 12
Link: https://blog.europython.eu/post/184755401327
We would like to remind you that the Call for Proposals closes this coming Sunday:EuroPython 2019 CFP ends on May 12 23:59:59 CESTPlease submit your proposal via our website:https://ep2019.europython.
Link: https://blog.europython.eu/post/184755401327
We would like to remind you that the Call for Proposals closes this coming Sunday:EuroPython 2019 CFP ends on May 12 23:59:59 CESTPlease submit your proposal via our website:https://ep2019.europython.
EuroPython Blog
EuroPython 2019: CFP ends on May 12
We would like to remind you that the Call for Proposals closes this coming Sunday: EuroPython 2019 CFP ends on May 12 23:59:59 CEST Please submit your proposal via our website:...
PyCharm: Webinar: “42 PyCharm Tips and Tricks” with Paul Everitt
Link: http://feedproxy.google.com/~r/Pycharm/~3/vKzeh9kxvms/
PyCharm brings a boatload of IDE features to professional Python development. Want to “level up” and learn productivity boosters? This hands-on, fast-paced webinar, run by Paul Everitt from the PyChar
Link: http://feedproxy.google.com/~r/Pycharm/~3/vKzeh9kxvms/
PyCharm brings a boatload of IDE features to professional Python development. Want to “level up” and learn productivity boosters? This hands-on, fast-paced webinar, run by Paul Everitt from the PyChar
PyCharm Blog
Webinar: “42 PyCharm Tips and Tricks” with Paul Everitt
PyCharm brings a boatload of IDE features to professional Python development. Want to “level up” and learn productivity boosters? This hands-on, fast-paced webinar, run by Paul Everitt from the PyC…
Evennia: Podcast about Evennia
Link: http://evennia.blogspot.com/2019/05/podcast-about-evennia.html
I was interviewed on the (pretty grandiosely named) podcast Titans of Text the other day. In the interview, which are run by people from the MUD Coder's Guild (a great initiative!), I talk a bit about
Link: http://evennia.blogspot.com/2019/05/podcast-about-evennia.html
I was interviewed on the (pretty grandiosely named) podcast Titans of Text the other day. In the interview, which are run by people from the MUD Coder's Guild (a great initiative!), I talk a bit about
Blogspot
Podcast about Evennia
I was interviewed on the (pretty grandiosely named) podcast Titans of Text the other day. In the interview, which are run by people fr...
Stack Abuse: Test Driven Development with pytest
Link: https://stackabuse.com/test-driven-development-with-pytest/
Introduction
Good software is tested software. Testing our code can help us catch bugs or unwanted behavior.
Test Driven Development (TDD) is a software development practice that requires us to increm
Link: https://stackabuse.com/test-driven-development-with-pytest/
Introduction
Good software is tested software. Testing our code can help us catch bugs or unwanted behavior.
Test Driven Development (TDD) is a software development practice that requires us to increm
Stack Abuse
Test Driven Development with pytest
Good software is tested software. Testing our code can help us catch bugs or unwanted behavior. Test Driven Development (TDD) is a software development practi...
Reinout van Rees: Djangocon: survival tricks and tools for remote developers - Alessio Bragadini
Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html
(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html
(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Reinout van Rees: Djangocon: Graphql in python and django - Patrick Arminio
Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html
(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html
(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Reinout van Rees: Ansible provision/deploy setup
Link: http://reinout.vanrees.org/weblog/2018/05/31/ansible-provision-deploy.html
I never got around to write down the ansible setup I figured out (together
with others, of course, at my previous job) for deploying/provisioning django
websites.
The whole setup (as a cookiecutter
t
Link: http://reinout.vanrees.org/weblog/2018/05/31/ansible-provision-deploy.html
I never got around to write down the ansible setup I figured out (together
with others, of course, at my previous job) for deploying/provisioning django
websites.
The whole setup (as a cookiecutter
t
Reinout van Rees: Plain text pypi description formatting: possible cause
Link: http://reinout.vanrees.org/weblog/2018/07/04/pypi-description.html
Sometimes projects have a plaintext description on pypi.org. You see the
restructuredtext formatting, but it isn't applied. See my own
z3c.dependencychecker 2.4.2 for example.
I use an editor with re
Link: http://reinout.vanrees.org/weblog/2018/07/04/pypi-description.html
Sometimes projects have a plaintext description on pypi.org. You see the
restructuredtext formatting, but it isn't applied. See my own
z3c.dependencychecker 2.4.2 for example.
I use an editor with re