Roberto Alsina: Episodio 26: como el REPL, pero mejor
Link: https://ralsina.me/weblog/posts/youtube/episodio-26-como-el-repl-pero-mejor.html
El modo interactivo del intérprete de Python está buenísimo! Es re útil! Pero ... se puede mejorar. Veamos 3 o 4 alternativas.
Link: https://ralsina.me/weblog/posts/youtube/episodio-26-como-el-repl-pero-mejor.html
El modo interactivo del intérprete de Python está buenísimo! Es re útil! Pero ... se puede mejorar. Veamos 3 o 4 alternativas.
Lateral Opinion
Episodio 26: como el REPL, pero mejor
El modo interactivo del intérprete de Python está buenísimo! Es re útil! Pero ... se puede mejorar. Veamos 3 o 4 alternativas.
Roberto Alsina: Episodio 26: El REPL, pero mejor.
Link: https://ralsina.me/weblog/posts/youtube/episodio-26-el-repl-pero-mejor.html
El intérprete interactivo de Python (el REPL) está bueno, pero puede ser mejor. ¿Cómo? Bueno, vean el video!
IPython https://ipython.org/
BPython https://bpython-interpreter.org/
PTPython https://git
Link: https://ralsina.me/weblog/posts/youtube/episodio-26-el-repl-pero-mejor.html
El intérprete interactivo de Python (el REPL) está bueno, pero puede ser mejor. ¿Cómo? Bueno, vean el video!
IPython https://ipython.org/
BPython https://bpython-interpreter.org/
PTPython https://git
Lateral Opinion
Episodio 26: El REPL, pero mejor.
El intérprete interactivo de Python (el REPL) está bueno, pero puede ser mejor. ¿Cómo? Bueno, vean el video!
IPython https://ipython.org/
BPython https://bpython-interpreter.org/
PTPython https://gi
IPython https://ipython.org/
BPython https://bpython-interpreter.org/
PTPython https://gi
Mike Driscoll: PyDev of the Week: Doug Farrell
Link: http://www.blog.pythonlibrary.org/2020/03/02/pydev-of-the-week-doug-farrell/
This week we welcome Doug Farrell (@writeson) as our PyDev of the Week! Doug is working on Python book entitled The Well-Grounded Python Developer for Manning. He is also a contributor for Real Python
Link: http://www.blog.pythonlibrary.org/2020/03/02/pydev-of-the-week-doug-farrell/
This week we welcome Doug Farrell (@writeson) as our PyDev of the Week! Doug is working on Python book entitled The Well-Grounded Python Developer for Manning. He is also a contributor for Real Python
Mouse Vs Python
PyDev of the Week: Doug Farrell - Mouse Vs Python
This week we welcome Doug Farrell (@writeson) as our PyDev of the Week! Doug is working on Python book entitled The Well-Grounded Python Developer for
PyBites: Productivity Mondays - What Can You Do Consistently This Week?
Link: https://pybit.es/consistency.html
Continuous effort - not strength or intelligence - is the key to unlocking our potential ― Winston S. Churchill.
Last week I learned about lagging and leading indicators and why it's important to fo
Link: https://pybit.es/consistency.html
Continuous effort - not strength or intelligence - is the key to unlocking our potential ― Winston S. Churchill.
Last week I learned about lagging and leading indicators and why it's important to fo
PyBites
Productivity Mondays - What Can You Do Consistently This Week?
Last week I learned about lagging and leading indicators and why it's important to focus on the latter.
IslandT: What is python programming language?
Link: https://kibiwebgeek.com/what-is-python-programming-language/
Python is the most popular programming language in the world, above Java and above C/C++/C#. We can use Python for free to develop web applications or desktop software and then sell that application o
Link: https://kibiwebgeek.com/what-is-python-programming-language/
Python is the most popular programming language in the world, above Java and above C/C++/C#. We can use Python for free to develop web applications or desktop software and then sell that application o
Kibiwebgeek
What is python programming language?
Python is the most popular programming language in the world, above Java and above C/C++/C#. We can use Python for free to develop web applications or desktop software and then sell that...
PyCharm: PyCharm 2020.1 EAP 5
Link: http://feedproxy.google.com/~r/Pycharm/~3/b6OvVfMAsWY/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
We are getting closer every week to the 2020.1 release. We are pushing hard to get through all
Link: http://feedproxy.google.com/~r/Pycharm/~3/b6OvVfMAsWY/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
We are getting closer every week to the 2020.1 release. We are pushing hard to get through all
PyCharm Blog
PyCharm 2020.1 EAP 5
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website. We are getting closer every week to the 2020.1 release. We are pushing hard to get through a…
Podcast.__init__: The Advanced Python Task Scheduler
Link: https://www.pythonpodcast.com/apscheduler-python-task-scheduler-episode-252/
Most long-running programs have a need for executing periodic tasks. APScheduler is a mature and open source library that provides all of the features that you need in a task scheduler. In this episod
Link: https://www.pythonpodcast.com/apscheduler-python-task-scheduler-episode-252/
Most long-running programs have a need for executing periodic tasks. APScheduler is a mature and open source library that provides all of the features that you need in a task scheduler. In this episod
The Python Podcast.__init__
The Python Podcast.__init__: The Advanced Python Task Scheduler
An interview with the creator of APScheduler about how and why he built an open source task scheduler for Python projects that don't need distributed execution
Real Python: Python Bindings: Calling C or C++ From Python
Link: https://realpython.com/python-bindings-overview/
Are you a Python developer with a C or C++ library you’d like to use from Python? If so, then Python bindings allow you to call functions and pass data from Python to C or C++, letting you take advant
Link: https://realpython.com/python-bindings-overview/
Are you a Python developer with a C or C++ library you’d like to use from Python? If so, then Python bindings allow you to call functions and pass data from Python to C or C++, letting you take advant
Realpython
Python Bindings: Calling C or C++ From Python – Real Python
What are Python bindings? Should you use ctypes, CFFI, or a different tool? In this step-by-step tutorial, you'll get an overview of some of the options you can use to call C or C++ code from Python.
Anarcat: Moving dconf entries to git
Link: https://anarc.at/blog/2020-03-02-moving-dconf-entries-to-git/
I've been managing my UNIX $HOME repository with version control
for almost two decades now (first under CVS, then with git). Once in a
while, I find a little hack to make this work better.
Today, it'
Link: https://anarc.at/blog/2020-03-02-moving-dconf-entries-to-git/
I've been managing my UNIX $HOME repository with version control
for almost two decades now (first under CVS, then with git). Once in a
while, I find a little hack to make this work better.
Today, it'
PyCon: March 2 Update on COVID-19
Link: https://pycon.blogspot.com/2020/03/march-2-update-on-covid-19.html
The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can spread from person-to-person. Since PyCon US 2020 is scheduled in April, we want to give our c
Link: https://pycon.blogspot.com/2020/03/march-2-update-on-covid-19.html
The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can spread from person-to-person. Since PyCon US 2020 is scheduled in April, we want to give our c
Blogspot
March 2 Update on COVID-19
The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can spread from person-to-person. Sin...
Andre Roberge: True constants in Python - part 2, and a challenge
Link: https://aroberge.blogspot.com/2020/03/true-constants-in-python-part-2-and.html
Like the title says, this is the second post on this topic. If you have not done so, you should really read the first one, which is much shorter, before continuing to read here.The first clueThe first
Link: https://aroberge.blogspot.com/2020/03/true-constants-in-python-part-2-and.html
Like the title says, this is the second post on this topic. If you have not done so, you should really read the first one, which is much shorter, before continuing to read here.The first clueThe first
Blogspot
True constants in Python - part 2, and a challenge
Like the title says, this is the second post on this topic. If you have not done so, you should really read the first one , which is much sh...
Andre Roberge: True constants in Python - part 1
Link: https://aroberge.blogspot.com/2020/03/true-constants-in-python-part-1.html
tl;dr: I'm always trying to see if what everyone "knows to be true" is really true...In many programming languages, you can define constants via some special declaration. For example, in Java you can
Link: https://aroberge.blogspot.com/2020/03/true-constants-in-python-part-1.html
tl;dr: I'm always trying to see if what everyone "knows to be true" is really true...In many programming languages, you can define constants via some special declaration. For example, in Java you can
Blogspot
True constants in Python - part 1
tl;dr: I'm always trying to see if what everyone "knows to be true" is really true... In many programming languages, you can define consta...
DaPythonista: API? It’s not that scary!
Link: https://dapythonista.com/2020/03/03/api-its-not-that-scary/
There are way too many services out there that provide a free API whichwaits to be adjusted into your favorite language.Also, API services could be generated from any visible data such as Facebook (wh
Link: https://dapythonista.com/2020/03/03/api-its-not-that-scary/
There are way too many services out there that provide a free API whichwaits to be adjusted into your favorite language.Also, API services could be generated from any visible data such as Facebook (wh
DaPythonista
API? It's not that scary! - DaPythonista
Matt Layman: Views On Views
Link: https://www.mattlayman.com/understand-django/views-on-views/
In the previous Understand Django article, I covered URLs and the variety of tools that Django gives us to describe the outside interface to the internet for your project. In this article, we’ll exami
Link: https://www.mattlayman.com/understand-django/views-on-views/
In the previous Understand Django article, I covered URLs and the variety of tools that Django gives us to describe the outside interface to the internet for your project. In this article, we’ll exami
Matt Layman
Views On Views
Django URLs expect to send a response back to a user. Where does that response come from? A Django view! This article looks into the fundamentals of views and how to use them in your project.
Real Python: How to Implement a Python Stack
Link: https://realpython.com/courses/python-stack/
Have you heard of stacks and wondered what they are? Do you have a general idea but are wondering how to implement a Python stack? You’ve come to the right place!
In this course, you’ll learn:
How to
Link: https://realpython.com/courses/python-stack/
Have you heard of stacks and wondered what they are? Do you have a general idea but are wondering how to implement a Python stack? You’ve come to the right place!
In this course, you’ll learn:
How to
Realpython
Implementing a Stack in Python – Real Python
In this course, you'll learn how to implement a Python stack. You'll see how to recognize when a stack is a good choice for data structures, how to decide which implementation is best for a program, and what extra considerations to make about stacks in a…
Erik Marsja: How to Convert a Pandas DataFrame to a NumPy Array
Link: https://www.marsja.se/how-to-convert-a-pandas-dataframe-to-a-numpy-array/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-convert-a-pandas-dataframe-to-a-numpy-array
The post How to Convert a Pandas DataFrame to a NumPy Array appeared first on Erik Marsja.
In this short Python Pandas tutorial, we will learn how to convert a Pandas dataframe to a NumPy array. Spec
Link: https://www.marsja.se/how-to-convert-a-pandas-dataframe-to-a-numpy-array/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-convert-a-pandas-dataframe-to-a-numpy-array
The post How to Convert a Pandas DataFrame to a NumPy Array appeared first on Erik Marsja.
In this short Python Pandas tutorial, we will learn how to convert a Pandas dataframe to a NumPy array. Spec
Erik Marsja
How to Convert a Pandas DataFrame to a NumPy Array
Brief tutorial on how to convert a Pandas dataframe to a NumPy array with a downloadable Jupyter Notebook with all code examples.
PyCoder’s Weekly: Issue #410 (March 3, 2020)
Link: https://pycoders.com/issues/410
#410 – MARCH 3, 2020 View in Browser » Advanced Usage of Python Requests “While it’s easy to immediately be productive with requests because of the simple API, the library also offers extensibil
Link: https://pycoders.com/issues/410
#410 – MARCH 3, 2020 View in Browser » Advanced Usage of Python Requests “While it’s easy to immediately be productive with requests because of the simple API, the library also offers extensibil
Pycoders
PyCoder’s Weekly | Issue #410
Issue #410 of the PyCoder’s Weekly newsletter, published March 3, 2020.
Roberto Alsina: Episodio 27: Interpretado, mis polainas!
Link: https://ralsina.me/weblog/posts/youtube/episodio-27-interpretado-mis-polainas.html
"No me gusta Python porque es interpretado" "Prefiero Java porque es compilado" y otras frases que no es que están bien ni mal, es que no tienen remedio.
Qué es un lenguaje compilado/interpretado y qu
Link: https://ralsina.me/weblog/posts/youtube/episodio-27-interpretado-mis-polainas.html
"No me gusta Python porque es interpretado" "Prefiero Java porque es compilado" y otras frases que no es que están bien ni mal, es que no tienen remedio.
Qué es un lenguaje compilado/interpretado y qu
Ralsina.Me
Episodio 27: Interpretado, mis polainas!
"No me gusta Python porque es interpretado" "Prefiero Java porque es compilado" y otras frases que no es que están bien ni mal, es que no tienen remedio.
Qué es un lenguaje compilado
Qué es un lenguaje compilado
IslandT: 64 bit Python installation on Windows 10
Link: https://kibiwebgeek.com/64-bit-python-installation-on-windows-10/
After a brief introduction to Python programming language in the previous article, in this chapter, we will go ahead and install 64 bit Python on Windows 10 operating system before we start to write t
Link: https://kibiwebgeek.com/64-bit-python-installation-on-windows-10/
After a brief introduction to Python programming language in the previous article, in this chapter, we will go ahead and install 64 bit Python on Windows 10 operating system before we start to write t
Kibiwebgeek
64 bit Python installation on Windows 10
After a brief introduction to Python programming language in the previous article, in this chapter, we will go ahead and install 64 bit Python on Windows 10 operating system before we start to...
Test and Code: 104: Top 28 pytest plugins - Anthony Sottile
Link: https://testandcode.com/104
pytest is awesome by itself. pytest + plugins is even better.
In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.
Some of the plugins discussed (we also mention a few
Link: https://testandcode.com/104
pytest is awesome by itself. pytest + plugins is even better.
In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.
Some of the plugins discussed (we also mention a few
Test & Code : Python Testing for Software Engineers
Test & Code : Python Testing for Software Engineers 104: Top 28 pytest plugins - Anthony Sottile
pytest is awesome by itself. pytest + plugins is even better.
In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.
In this episode, Anthony Sottile and Brian Okken discuss the top 28 pytest plugins.
Django Weblog: Django security releases issued: 3.0.4, 2.2.11, and 1.11.29
Link: https://www.djangoproject.com/weblog/2020/mar/04/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.4, Django 2.2.11 and Django 1.11.29. These releases address the security issue detailed below. We encourage all us
Link: https://www.djangoproject.com/weblog/2020/mar/04/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.4, Django 2.2.11 and Django 1.11.29. These releases address the security issue detailed below. We encourage all us