Real Python: Lists and Tuples in Python
Link: https://realpython.com/python-lists-tuples/
Lists and tuples are arguably Python’s most versatile, useful data types. You will find them in virtually every nontrivial Python program.
Here’s what you’ll learn in this tutorial: You’ll cover the
Link: https://realpython.com/python-lists-tuples/
Lists and tuples are arguably Python’s most versatile, useful data types. You will find them in virtually every nontrivial Python program.
Here’s what you’ll learn in this tutorial: You’ll cover the
Realpython
Lists vs Tuples in Python – Real Python
In this tutorial, you'll learn the key characteristics of lists and tuples in Python, as well as how to define and manipulate them. When you're finished, you'll have a good feel for when to use a tuple vs a list in a Python program.
Django Weblog: Django 2.1 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2018/jul/18/django-21-rc1/
Django 2.1 release candidate 1 is the final opportunity for you to try out the smorgasbord of new
features before Django 2.1 is released.
The release candidate stage marks the string freeze and the ca
Link: https://www.djangoproject.com/weblog/2018/jul/18/django-21-rc1/
Django 2.1 release candidate 1 is the final opportunity for you to try out the smorgasbord of new
features before Django 2.1 is released.
The release candidate stage marks the string freeze and the ca
EuroPython: EuroPython 2018: Find a new job at the conference
Link: https://blog.europython.eu/post/176025102537
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2018 Job BoardWe will also send out job ad emails to attendees who have opt’ed in to receiving th
Link: https://blog.europython.eu/post/176025102537
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2018 Job BoardWe will also send out job ad emails to attendees who have opt’ed in to receiving th
EuroPython Blog
EuroPython 2018: Find a new job at the conference
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:
EuroPython 2018 Job Board
We will also send out job ad emails to attendees who have opt’ed in to receiving...
EuroPython 2018 Job Board
We will also send out job ad emails to attendees who have opt’ed in to receiving...
EuroPython: EuroPython 2018: Day passes now also valid for Sprints Weekend
Link: https://blog.europython.eu/post/176026105657
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which i
Link: https://blog.europython.eu/post/176026105657
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which i
EuroPython Blog
EuroPython 2018: Day passes now also valid for Sprints Weekend
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which...
RMOTR: Bitcoin trading with Python — Bollinger Bands strategy analysis
Link: https://blog.rmotr.com/bitcoin-trading-with-python-bollinger-bands-strategy-analysis-b1a223385a89?source=rss----2e274f91448--python
As part of RMOTR’s Data Science program we teach our students to work with Pandas Time Series and Matplotlib plots.We wanted to create a practical and engaging project to help them practice with those
Link: https://blog.rmotr.com/bitcoin-trading-with-python-bollinger-bands-strategy-analysis-b1a223385a89?source=rss----2e274f91448--python
As part of RMOTR’s Data Science program we teach our students to work with Pandas Time Series and Matplotlib plots.We wanted to create a practical and engaging project to help them practice with those
rmotr.com
Bitcoin trading with Python — Bollinger Bands strategy analysis 🐍
As part of RMOTR’s Data Science program we teach our students to work with Pandas Time Series and Matplotlib plots.
EuroPython: EuroPython 2018: Introducing Smarkets
Link: http://blog.europython.eu/post/176018861357
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity t
Link: http://blog.europython.eu/post/176018861357
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity t
EuroPython Blog
EuroPython 2018: Introducing Smarkets
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity...
EuroPython: EuroPython 2018: Find a new job at the conference
Link: http://blog.europython.eu/post/176025102537
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2018 Job BoardWe will also send out job ad emails to attendees who have agreed to receiving these
Link: http://blog.europython.eu/post/176025102537
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2018 Job BoardWe will also send out job ad emails to attendees who have agreed to receiving these
EuroPython Blog
EuroPython 2018: Find a new job at the conference
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:
EuroPython 2018 Job Board
We will also send out job ad emails to attendees who have opt’ed in to receiving...
EuroPython 2018 Job Board
We will also send out job ad emails to attendees who have opt’ed in to receiving...
EuroPython: EuroPython 2018: Day passes now also valid for Sprints Weekend
Link: http://blog.europython.eu/post/176026105657
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which i
Link: http://blog.europython.eu/post/176026105657
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which i
EuroPython Blog
EuroPython 2018: Day passes now also valid for Sprints Weekend
Due to popular demand, we are making it possible to attend the Sprints Weekend (July 28-29), even if you only have a day pass or are considering to buy one and not a regular conference tickets which...
Bhishan Bhandari: Idiomatic Python – Writing better Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/-esgEcMAD4M/
This is a follow-up post of Idiomatic Python – Looping Approaches. The purpose of the article is to highlight on better code and encourage it. Looping over dictionary keys >>> books_price = { ... 'Cle
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/-esgEcMAD4M/
This is a follow-up post of Idiomatic Python – Looping Approaches. The purpose of the article is to highlight on better code and encourage it. Looping over dictionary keys >>> books_price = { ... 'Cle
The Tara Nights
Idiomatic Python - Writing better Python - The Tara Nights
Writing idiomatic python. How to perform operations on a dictionary. All you need to know about looping key, value in dictionary.
Rene Dudfield: pygame 1.9.4 released
Link: http://renesd.blogspot.com/2018/07/pygame-194-released.html
pygame 1.9.4 has been released into the wild!TLDR; Some highlights.python 3.7 support.beta pypy support. See Are we pypy yet?.pygame.draw fixespygame.math is not experimental anymore. Speedups and bug
Link: http://renesd.blogspot.com/2018/07/pygame-194-released.html
pygame 1.9.4 has been released into the wild!TLDR; Some highlights.python 3.7 support.beta pypy support. See Are we pypy yet?.pygame.draw fixespygame.math is not experimental anymore. Speedups and bug
Blogspot
pygame 1.9.4 released
pygame 1.9.4 has been released into the wild! TLDR; Some highlights. python 3.7 support. beta pypy support. See Are we pypy yet? ...
EuroPython: EuroPython 2018: Sponsored trainings
Link: http://blog.europython.eu/post/176056071222
We’d like to highlight a special offering by our sponsors
Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.Sponsored training sessions in Room Lammerm
Link: http://blog.europython.eu/post/176056071222
We’d like to highlight a special offering by our sponsors
Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.Sponsored training sessions in Room Lammerm
EuroPython Blog
EuroPython 2018: Sponsored trainings
We’d like to highlight a special offering by our sponsors Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.
Sponsored training sessions in Room...
Sponsored training sessions in Room...
Wallaroo Labs: Event Triggered Customer Segmentation
Link: https://blog.wallaroolabs.com/2018/07/event-triggered-customer-segmentation/
Today I’m going to show you how fast and easy it can be to set up a simple application using the Wallaroo Python API to manage an ad campaign.
Backstory You’re a data engineer getting hounded by the m
Link: https://blog.wallaroolabs.com/2018/07/event-triggered-customer-segmentation/
Today I’m going to show you how fast and easy it can be to set up a simple application using the Wallaroo Python API to manage an ad campaign.
Backstory You’re a data engineer getting hounded by the m
Wallaroolabs
Event Triggered Customer Segmentation
Official blog of the Wallaroo Labs Engineering team
Bhishan Bhandari: Python Decorators – Python Essentials
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/Ve2unU1yvOA/
The intentions of this post is to familiarize the concepts of decorators and encourage it’s use. Python allows this special ability to pass a function as an argument to another function that adds some
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/Ve2unU1yvOA/
The intentions of this post is to familiarize the concepts of decorators and encourage it’s use. Python allows this special ability to pass a function as an argument to another function that adds some
The Tara Nights
Python Decorators - Python Essentials - The Tara Nights
The intentions of this post is to familiarize the concepts of decorators and encourage it’s use. Python allows this special ability to pass a function as an argument to another function that adds some extra behavior to the function passed as argument. These…
py.CheckIO: Design Patterns. Part 4
Link: http://py.checkio.org/blog/design-patterns-part-4/
In the final article of the series on design patterns you’ll learn about the State, which is very effective in situations where it’s necessary to describe different behaviors depending on the state
Link: http://py.checkio.org/blog/design-patterns-part-4/
In the final article of the series on design patterns you’ll learn about the State, which is very effective in situations where it’s necessary to describe different behaviors depending on the state
Py.CheckiO - games for coders
Design Patterns. Part 4. python coding challenges - Py.CheckiO
I believe you’ve had to deal with a situation where the same object had to behave differently depending on the changing circumstances. Of course, you can use a lot of if/elif/else statements for this, but the State pattern, described in the first part of…
Python Engineering at Microsoft: Python in Visual Studio Code – June & July 2018 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/python-in-visual-studio-code-june-july-2018-release/
We are pleased to announce that the June & July 2018 releases of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extensio
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/python-in-visual-studio-code-june-july-2018-release/
We are pleased to announce that the June & July 2018 releases of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extensio
Python Engineering at Microsoft: Introducing the Python Language Server
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/introducing-the-python-language-server/
Visual Studio has long been recognized for the quality of its IntelliSense (code analysis and suggestions) across all languages, and has had support for Python since 2011. We are pleased to announce t
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/introducing-the-python-language-server/
Visual Studio has long been recognized for the quality of its IntelliSense (code analysis and suggestions) across all languages, and has had support for Python since 2011. We are pleased to announce t
A. Jesse Jiryu Davis: Help Me Offer Professional Coaching to PyGotham Speakers
Link: https://emptysqua.re/blog/coaching-for-pygotham-2018/
I want to raise $1500 for public-speaking coaching for first-time speakers at PyGotham, the New York City Python conference. Will you chip in?
PyGotham has many first-time speakers this year. I think
Link: https://emptysqua.re/blog/coaching-for-pygotham-2018/
I want to raise $1500 for public-speaking coaching for first-time speakers at PyGotham, the New York City Python conference. Will you chip in?
PyGotham has many first-time speakers this year. I think
emptysqua.re
Help Me Offer Professional Coaching to PyGotham Speakers
Let's kickstart the careers of a diverse group of first-time tech conference speakers.
Python Engineering at Microsoft: Come see us at EuroPython 2018!
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/19/come-see-us-at-europython-2018/
Next week is the EuroPython conference from July 23-29 in Edinburgh, Scotland. Microsoft is a platinum sponsor of EuroPython this year, and are looking forward to meeting you there! Be sure to come by
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/19/come-see-us-at-europython-2018/
Next week is the EuroPython conference from July 23-29 in Edinburgh, Scotland. Microsoft is a platinum sponsor of EuroPython this year, and are looking forward to meeting you there! Be sure to come by
Python
Come see us at EuroPython 2018! | Python
Next week is the EuroPython conference from July 23-29 in Edinburgh, Scotland. Microsoft is a platinum sponsor of EuroPython this year, and are looking forward to meeting you there! Be sure to come by our booth and check out our sessions.
EuroPython: EuroPython 2018: Sponsored trainings
Link: https://blog.europython.eu/post/176056071222
We’d like to highlight a special offering by our sponsors
Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.Sponsored training sessions in Room Lammerm
Link: https://blog.europython.eu/post/176056071222
We’d like to highlight a special offering by our sponsors
Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.Sponsored training sessions in Room Lammerm
EuroPython Blog
EuroPython 2018: Sponsored trainings
We’d like to highlight a special offering by our sponsors Greymatter / Intel and Smarkets: trainings which you are free to attend with a conference ticket.
Sponsored training sessions in Room...
Sponsored training sessions in Room...
NumFOCUS: NumFOCUS Hires its President, Andy Terrel, & Launches Four New Initiatives
Link: https://www.numfocus.org/blog/numfocus-hires-andy-terrel-new-initiatives
The post NumFOCUS Hires its President, Andy Terrel, & Launches Four New Initiatives appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/numfocus-hires-andy-terrel-new-initiatives
The post NumFOCUS Hires its President, Andy Terrel, & Launches Four New Initiatives appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Hires its President, Andy Terrel, & Launches Four New Initiatives - NumFOCUS