Reuven Lerner: Enjoyed the movie? Now you can also enjoy the (Jupyter note)book!
Link: https://lerner.co.il/2019/08/07/enjoyed-the-movie-now-you-can-also-enjoy-the-jupyter-notebook/
About a month ago, I started my “Python standard library video explainer series” on YouTube. My goal is to walk through the Python standard library, one little bit at a time — explaining it to Python
Link: https://lerner.co.il/2019/08/07/enjoyed-the-movie-now-you-can-also-enjoy-the-jupyter-notebook/
About a month ago, I started my “Python standard library video explainer series” on YouTube. My goal is to walk through the Python standard library, one little bit at a time — explaining it to Python
Reuven Lerner
Enjoyed the movie? Now you can also enjoy the (Jupyter note)book! — Reuven Lerner
About a month ago, I started my “Python standard library video explainer series” on YouTube. My goal is to walk through the Python standard library, one little bit at a time — explaining it to Python developers, and also discovering (for myself) the many…
Python Engineering at Microsoft: Python in Visual Studio Code – August 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2019-release/
We are pleased to announce that the August 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direc
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2019-release/
We are pleased to announce that the August 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direc
Python
Python in Visual Studio Code – August 2019 Release
We are pleased to announce that the August 2019 release of the Python Extension for Visual Studio Code is now available. In this release we closed a total of 76 issues including Jupyter Notebook cell debugging, introducing an Insiders program, improvements…
Real Python: Inheritance and Composition: A Python Guide
Link: https://realpython.com/inheritance-composition-python/
In this article, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two cla
Link: https://realpython.com/inheritance-composition-python/
In this article, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two cla
Realpython
Inheritance and Composition: A Python OOP Guide – Real Python
In this step-by-step tutorial, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.
Stéphane Wirtel: PyCon Ireland 2019: Call for proposals
Link: https://wirtel.be/post/2019/08/07/pycon-ireland-2019-call-for-proposals/
PyCon Ireland 2019 Python Ireland is the Irish organisation representing the various chapters of Python users. We organise meet ups and events for software developers, students, academics and anyone w
Link: https://wirtel.be/post/2019/08/07/pycon-ireland-2019-call-for-proposals/
PyCon Ireland 2019 Python Ireland is the Irish organisation representing the various chapters of Python users. We organise meet ups and events for software developers, students, academics and anyone w
wirtel.be
PyCon Ireland 2019: Call for proposals
PyCon Ireland 2019 Python Ireland is the Irish organisation representing the various chapters of Python users. We organise meet ups and events for software developers, students, academics and anyone who wants to learn the language. One of our aims is to help…
PyCharm: PyCharm 2019.2.1 Preview
Link: http://feedproxy.google.com/~r/Pycharm/~3/_pz3nkNga-w/
PyCharm 2019.2.1 Preview is now available!
Fixed in this Version
The PyCharm debugger got some fixes:
The issue causing the debugger to hang when a syntax error was encountered was resolved.
When cl
Link: http://feedproxy.google.com/~r/Pycharm/~3/_pz3nkNga-w/
PyCharm 2019.2.1 Preview is now available!
Fixed in this Version
The PyCharm debugger got some fixes:
The issue causing the debugger to hang when a syntax error was encountered was resolved.
When cl
PyCharm Blog
PyCharm 2019.2.1 Preview
PyCharm 2019.2.1 Preview is now available! Fixed in this Version The PyCharm debugger got some fixes: The issue causing the debugger to hang when a syntax error was encountered was resolved. When c…
Catalin George Festila: Python 3.7.3 : Using the flask - part 011.
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-011.html
The tutorial for today is focused on the email issue.
I will start with the new python module for flask named flask_mail.
Let's install it:
C:\Python373>cd Scripts
C:\Python373\Scripts>pip3 install f
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-011.html
The tutorial for today is focused on the email issue.
I will start with the new python module for flask named flask_mail.
Let's install it:
C:\Python373>cd Scripts
C:\Python373\Scripts>pip3 install f
Blogspot
Python 3.7.3 : Using the flask - part 011.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
ListenData: Python : Complete Guide to Date and Time Functions
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
ListenData
A Complete Guide to Python DateTime Functions
This tutorial explains python datetime module in detail and how it is used to handle date, time and datetime formatted columns. It includes various practical examples which would help you to gain confidence in dealing dates and times.
Real Python: Welcome to Real Python!
Link: https://realpython.com/courses/real-python-welcome/
Welcome! In this series of videos you’ll get an overview of the features of the Real Python platform, so you can make the most of your membership. Follow along and get tips on:
How to find the most v
Link: https://realpython.com/courses/real-python-welcome/
Welcome! In this series of videos you’ll get an overview of the features of the Real Python platform, so you can make the most of your membership. Follow along and get tips on:
How to find the most v
Realpython
Welcome to Real Python! – Real Python
In this series of videos you'll get an overview of the features of the Real Python platform, so you can make the most of your membership. Follow along and get tips on: How to find the most valuable learning resources for your current skill level, how to meet…
PyPy Development: A second life for the Sandbox
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/LOsHj8mNF9Q/a-second-life-for-sandbox.html
Hi all,
Anvil is a UK-based company sponsoring one month of work to revive PyPy's
"sandbox" mode and upgrade it to PyPy3. Thanks to them, sandboxing will be
given a second life!
The sandboxed PyPy
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/LOsHj8mNF9Q/a-second-life-for-sandbox.html
Hi all,
Anvil is a UK-based company sponsoring one month of work to revive PyPy's
"sandbox" mode and upgrade it to PyPy3. Thanks to them, sandboxing will be
given a second life!
The sandboxed PyPy
Blogspot
A second life for the Sandbox
Hi all, Anvil is a UK-based company sponsoring one month of work to revive PyPy's "sandbox" mode and upgrade it to PyPy3. Thanks to them...
Dataquest: 5 Steps to Learning Python the Right Way
Link: https://www.dataquest.io/blog/learn-python-the-right-way/
Learn Python online in 5 steps, with hands-on missions that can take you from zero experience to data scientist quicker than you think!
The post 5 Steps to Learning Python the Right Way appeared first
Link: https://www.dataquest.io/blog/learn-python-the-right-way/
Learn Python online in 5 steps, with hands-on missions that can take you from zero experience to data scientist quicker than you think!
The post 5 Steps to Learning Python the Right Way appeared first
Dataquest
Learn Python (Step-By-Step)
Discover the most effective way to learn Python with insights from Dataquest founder Vik Paruchuri. Start your coding journey the right way!
Learn PyQt: PyQt5 Widgets Overview
Link: https://www.learnpyqt.com/courses/start/basic-widgets/
In Qt (and most User Interfaces) ‘widget’ is the name given to a component of the UI that the user can interact with. User interfaces are made up of multiple widgets, arranged within the window.
Qt c
Link: https://www.learnpyqt.com/courses/start/basic-widgets/
In Qt (and most User Interfaces) ‘widget’ is the name given to a component of the UI that the user can interact with. User interfaces are made up of multiple widgets, arranged within the window.
Qt c
Learn PyQt
PyQt5 Widgets — Introduction to basic PyQt widgets
Using Qt5's library of built-in widgets to build your applications. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Kogan Dev: Making Heroku Subdirectories Easier
Link: https://devblog.kogan.com/blog/making-heroku-subdirectories-easier
To keep your codebase clean, it helps to have a separation of concerns. Splitting your codebase into a backend and frontend directory a great way to do this.Unfortunately Heroku buildpacks do not dete
Link: https://devblog.kogan.com/blog/making-heroku-subdirectories-easier
To keep your codebase clean, it helps to have a separation of concerns. Splitting your codebase into a backend and frontend directory a great way to do this.Unfortunately Heroku buildpacks do not dete
Kogan.com Dev Blog
Making Heroku Subdirectories Easier — Kogan.com Dev Blog
To keep your codebase clean, it helps to have a separation of concerns. But how do we do this for Heroku applications?
Kogan Dev
Link:
To keep your codebase clean, it helps to have a separation of concerns. But
how do we do this for Heroku applications?
Link:
To keep your codebase clean, it helps to have a separation of concerns. But
how do we do this for Heroku applications?
Moshe Zadka: Designing Interfaces
Link: https://orbifold.xyz/designing-interfaces.html
One of the items of feedback I got from the article about
interface immutability
is that it did not give any
concrete
feedback for how to design interfaces.
Given that they are forever,
it would be go
Link: https://orbifold.xyz/designing-interfaces.html
One of the items of feedback I got from the article about
interface immutability
is that it did not give any
concrete
feedback for how to design interfaces.
Given that they are forever,
it would be go
orbifold.xyz
Orbifolds and Other Games - Designing Interfaces
Matt Layman: Ripping Out Node.js - Building SaaS #30
Link: https://www.mattlayman.com/building-saas/ripping-out-nodejs/
In this episode, we removed Node.js from deployment. We had to finish off an issue with permissions first, but the deployment got simpler. Then we continued on the steps to make deployment do even les
Link: https://www.mattlayman.com/building-saas/ripping-out-nodejs/
In this episode, we removed Node.js from deployment. We had to finish off an issue with permissions first, but the deployment got simpler. Then we continued on the steps to make deployment do even les
Matt Layman
Ripping Out Node.js - Building SaaS #30
In this episode, we removed Node.js from deployment. We had to finish off an issue with permissions first, but the deployment got simpler. Then we continued on the steps to make deployment do even less.
"Menno's Musings": Python virtualenvs talk
Link: http://menno.io/posts/virtualenvs-talk/
I had the pleasure of giving a talk about Python virtual environments
at this week's Christchurch Python
meetup. It described the
problem that virtualenvs solve, some gotchas and the tools people use
Link: http://menno.io/posts/virtualenvs-talk/
I had the pleasure of giving a talk about Python virtual environments
at this week's Christchurch Python
meetup. It described the
problem that virtualenvs solve, some gotchas and the tools people use
menno.io
Python virtualenvs talk
I had the pleasure of giving a talk about Python virtual environments
at this week's Christchurch Python
meetup. It described the
problem that virtualenvs solve, some gotchas and the tools people use
at this week's Christchurch Python
meetup. It described the
problem that virtualenvs solve, some gotchas and the tools people use
Stack Abuse: Rounding Numbers in Python
Link: https://stackabuse.com/rounding-numbers-in-python/
Using a computer in order to do rather complex Math is one of the reasons this machine was originally developed. As long as integer numbers and additions, subtractions, and multiplications are exclusi
Link: https://stackabuse.com/rounding-numbers-in-python/
Using a computer in order to do rather complex Math is one of the reasons this machine was originally developed. As long as integer numbers and additions, subtractions, and multiplications are exclusi
Stack Abuse
Rounding Numbers in Python
Using a computer in order to do rather complex Math is one of the reasons this machine was originally developed. As long as integer numbers and additions, subtr...
Catalin George Festila: Python 3.7.3 : Using the flask - part 012.
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-012.html
The goal of this tutorial step is to understand how the project can use the new features and implementation of the project.
Because in the last tutorial I used the flask_mail python module, now I will
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-012.html
The goal of this tutorial step is to understand how the project can use the new features and implementation of the project.
Because in the last tutorial I used the flask_mail python module, now I will
Blogspot
Python 3.7.3 : Using the flask - part 012.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Stack Abuse: Python Docstrings
Link: https://stackabuse.com/python-docstrings/
As already pointed out in a previous article titled Commenting Python Code you have learned that documentation is an essential, and a continuous step in the process of software development. The articl
Link: https://stackabuse.com/python-docstrings/
As already pointed out in a previous article titled Commenting Python Code you have learned that documentation is an essential, and a continuous step in the process of software development. The articl
Stack Abuse
Python Docstrings
As already pointed out in a previous article titled Commenting Python Code you have learned that documentation is an essential, and a continuous step in the pro...
ListenData: How to drop columns in Pandas Dataframe
Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html
In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html
In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
ListenData
How to drop one or multiple columns from Pandas Dataframe
This article explains how to drop or remove one or more columns from pandas dataframe along with various examples to get hands-on experience.