Ben Cook: Basic Counting in Python https://sparrow.dev/counting-in-python/
Sparrow Computing
Basic Counting in Python - Sparrow Computing
I love fancy machine learning algorithms as much as anyone. But sometimes, you just need to count things. And Python’s built-in data structures make this really easy. Let’s say we have a list of strings: With a list like this, you might care about a few different…
Stack Abuse: Creating a Form in a PDF Document in Python With borb https://stackabuse.com/creating-a-form-in-a-pdf-document-in-python-with-borb/
Stack Abuse
Creating a Form in a PDF Document in Python With borb
In this guide, we'll take a look at how to add a fillable, interactive form in a PDF document using Python and borb, with dropdown menus and input text fields.
EuroPython: EuroPython 2021: All edited videos now available https://blog.europython.eu/europython-2021-all-edited-videos-now-available/
EuroPython Blog
EuroPython 2021: All edited videos now available
We’re happy to release another batch of 41 cut videos of EuroPython 2021 covering the third day sessions of the conference and a number of edited videos for the previous days. In total, we now have 118 videos waiting for you. You can watch them on our YouTube…
Real Python: Representing Rational Numbers With Python Fractions https://realpython.com/python-fractions/
Realpython
Representing Rational Numbers With Python Fractions – Real Python
In this tutorial, you'll learn about the Fraction data type in Python, which can represent rational numbers precisely without the rounding errors in binary arithmetic. You'll find that this is especially important in financial and other high-precision applications.
Quansight Labs Blog: Re-Engineering CI/CD pipelines for SciPy https://labs.quansight.org/blog/2021/10/re-engineering-cicd-pipelines-for-scipy/
Quansight Labs
Re-Engineering CI/CD pipelines for SciPy
In this blog post I talk about the projects and my work during my internship at Quansight Labs. My efforts were geared towards re-engineering CI/CD pipelines for SciPy to make them more efficient to u
Python Engineering at Microsoft: Python in Visual Studio Code – October 2021 Release https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2021-release/
Python
Python in Visual Studio Code – October 2021 Release
We are pleased to announce that the October 2021 release of the Python Extension for Visual Studio Code is now available. This release introduces debugging support for Jupyter Notebooks, our new Python walkthrough and an improvement to the debugging experience…
Erik Marsja: Rename Files in Python: A Guide with Examples using os.rename() https://www.marsja.se/rename-files-in-python-a-guide-with-examples-using-os-rename/?utm_source=rss&utm_medium=rss&utm_campaign=rename-files-in-python-a-guide-with-examples-using-os-rename
Erik Marsja
Rename Files in Python: A Guide with Examples using os.rename()
How to rename a file (& multiple files) in Python & replace "_" from file names. All code examples can be found in a Jupyter notebook.
Real Python: Python GUI Programming With Tkinter https://realpython.com/python-gui-tkinter/
Realpython
Python GUI Programming: Your Tkinter Tutorial – Real Python
Complete an interactive tutorial for Python's GUI library Tkinter. Add buttons, text boxes, widgets, event handlers, and more while building two GUI apps.
Os recomiendo repaseis este fantástico curso de Píldoras Informáticas de Python,está genial.Lo publiqué hace tiempo y siempre está bien tenerlo a mano,especialmente para principiantes.
Ver "Python Docs ES - Actualización a 3.10" en YouTube
https://youtu.be/2HAJmTbMnM4
https://youtu.be/2HAJmTbMnM4
YouTube
Python Docs ES - Actualización a 3.10
Python Docs ES es un proyecto muy importante que busca traducir la documentación oficial de Python al Español, ¿no lo sabías? la puedes mirar acá: https://docs.python.org/es/3/
Con el lanzamiento de Python 3.10.0, llegó la hora de actualizar la documentación…
Con el lanzamiento de Python 3.10.0, llegó la hora de actualizar la documentación…
Ver "Python 3 - Receta 26: Buscar y Reemplazar Texto" en YouTube
https://youtu.be/LLDid1MvAWg
https://youtu.be/LLDid1MvAWg
YouTube
Python 3 - Receta 26: Buscar y Reemplazar Texto
Buscar y Reemplazar Texto con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
https://github.com/Fhernd/Python3-Recetas
Ver "Python - Ejercicio 231: Obtener la Cadena Ubicada Antes de un Carácter Específico" en YouTube
https://youtu.be/xbvzYEHr2Lw
https://youtu.be/xbvzYEHr2Lw
YouTube
Python - Ejercicio 231: Obtener la Cadena Ubicada Antes de un Carácter Específico
Obtener la Cadena Ubicada Antes de un Carácter Específico con el lenguaje de programación Python.
https://gist.github.com/Fhernd/379691eb0b10aa9c9bf6620994b89da0
https://gist.github.com/Fhernd/379691eb0b10aa9c9bf6620994b89da0
Ver "VENTAJAS Y DESVENTAJAS DE LOS ALGORITMOS DE CLASIFICACIÓN | #55 Curso Machine Learning con Python" en YouTube
https://youtu.be/T8aCfSBlrqU
https://youtu.be/T8aCfSBlrqU
YouTube
VENTAJAS Y DESVENTAJAS DE LOS ALGORITMOS DE CLASIFICACIÓN | #55 Curso Machine Learning con Python
En este video verás algunos algoritmos de Machine Learning para problemas de clasificación y podrás establecer las pautas para cuando usarlos según sus fortalezas y debilidades.
🔗 Conoce más sobre este tema acá: https://bit.ly/2ROxdjq
#MachineLearning…
🔗 Conoce más sobre este tema acá: https://bit.ly/2ROxdjq
#MachineLearning…
Ver "Python 3 - Receta 27: Buscar y Reemplazar Texto sin Considerar Mayúsculas y Minúsculas" en YouTube
https://youtu.be/iPPdlQ8te08
https://youtu.be/iPPdlQ8te08
YouTube
Python 3 - Receta 27: Buscar y Reemplazar Texto sin Considerar Mayúsculas y Minúsculas
Buscar y Reemplazar Texto sin Considerar Mayúsculas y Minúsculas con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
https://github.com/Fhernd/Python3-Recetas
Ver "Python - Ejercicio 232: Invertir una Cadena de Caracteres con el Método reversed" en YouTube
https://youtu.be/bCwKhtuxF-U
https://youtu.be/bCwKhtuxF-U
YouTube
Python - Ejercicio 232: Invertir una Cadena de Caracteres con el Método reversed
Invertir una Cadena de Caracteres con el Método reversed con el lenguaje de programación Python.
https://gist.github.com/Fhernd/ca3162ea04a6ad78c4afef633c91a7ac
https://gist.github.com/Fhernd/ca3162ea04a6ad78c4afef633c91a7ac
Ver "VENTAJAS Y DESVENTAJAS DE LOS ALGORITMOS DE CLASIFICACIÓN | #55 Curso Machine Learning con Python" en YouTube
https://youtu.be/T8aCfSBlrqU
https://youtu.be/T8aCfSBlrqU
YouTube
VENTAJAS Y DESVENTAJAS DE LOS ALGORITMOS DE CLASIFICACIÓN | #55 Curso Machine Learning con Python
En este video verás algunos algoritmos de Machine Learning para problemas de clasificación y podrás establecer las pautas para cuando usarlos según sus fortalezas y debilidades.
🔗 Conoce más sobre este tema acá: https://bit.ly/2ROxdjq
#MachineLearning…
🔗 Conoce más sobre este tema acá: https://bit.ly/2ROxdjq
#MachineLearning…
Ver "Python 3 - Receta 28: Buscar Fechas en una Cadena de Caracteres" en YouTube
https://youtu.be/xa9tz0vKvg4
https://youtu.be/xa9tz0vKvg4
YouTube
Python 3 - Receta 28: Buscar Fechas en una Cadena de Caracteres
Buscar Fechas en una Cadena de Caracteres con el lenguaje de programación Java.
https://github.com/Fhernd/Python3-Recetas
https://github.com/Fhernd/Python3-Recetas
Ver "Python - Ejercicio 233: Cambiar a Mayúscula un Texto si Existen al Menos dos Caracteres en Mayúscula" en YouTube
https://youtu.be/eR79tT1XLFY
https://youtu.be/eR79tT1XLFY
YouTube
Python - Ejercicio 233: Cambiar a Mayúscula un Texto si Existen al Menos dos Caracteres en Mayúscula
Cambiar a Mayúscula un Texto si Existen al Menos dos Caracteres en Mayúscula con el lenguaje de programación Python.
https://gist.github.com/Fhernd/f73a0d077ddcb557d461726e6f9fff97
https://gist.github.com/Fhernd/f73a0d077ddcb557d461726e6f9fff97