Sumana Harihareswara - Cogito, Ergo Sumana: Trying to Notice What's Missing
Link: https://www.harihareswara.net/sumana/2021/04/13/0
I'm ploughing through some open source project email threads and thinking:
In 2010, people got together in Berlin for a Wikimedia developers' meeting .... and then a bunch of them hung around a lot lo
Link: https://www.harihareswara.net/sumana/2021/04/13/0
I'm ploughing through some open source project email threads and thinking:
In 2010, people got together in Berlin for a Wikimedia developers' meeting .... and then a bunch of them hung around a lot lo
Sumana Harihareswara - Cogito, Ergo Sumana: Python Packaging Tools: Security Work And An Open Position
Link: https://www.harihareswara.net/sumana/2021/04/13/1
Two exciting bits of news regarding massively improving how we package, distribute, and install Python software!
First: a new grant. New York University (specifically Professor Justin Cappos) and I h
Link: https://www.harihareswara.net/sumana/2021/04/13/1
Two exciting bits of news regarding massively improving how we package, distribute, and install Python software!
First: a new grant. New York University (specifically Professor Justin Cappos) and I h
Codementor: Basic Tutorial: Using Docker and Python
Link: https://www.codementor.io/adammertz/basic-tutorial-using-docker-and-python-1gxmzm43k2
How I write Dockerfiles for python applications and why.
Link: https://www.codementor.io/adammertz/basic-tutorial-using-docker-and-python-1gxmzm43k2
How I write Dockerfiles for python applications and why.
www.codementor.io
Basic Tutorial: Using Docker and Python | Codementor
How I write Dockerfiles for python applications and why.
Awesome Python Applications: Baserow
Link: https://gitlab.com/bramw/baserow
Baserow: Web-based no-code persistence platform, like a database meets a spreadsheet, with a REST API.
Links:
Repo
Home
gh
Docs
Link: https://gitlab.com/bramw/baserow
Baserow: Web-based no-code persistence platform, like a database meets a spreadsheet, with a REST API.
Links:
Repo
Home
gh
Docs
GitLab
Baserow / baserow · GitLab
Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool...
eGenix.com: Python Meeting Düsseldorf - 2021-04-14
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2021-04-14
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das Python Meeting Düsseldorf findet dieses Mal online statt.
14.04.2021
18
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2021-04-14
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das Python Meeting Düsseldorf findet dieses Mal online statt.
14.04.2021
18
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2021-04-14
We are pleased to announce the next Python Meeting Düsseldorf on 2021-04-14.
Real Python: Build a Python Directory Tree Generator for the Command Line
Link: https://realpython.com/directory-tree-generator-python/
Creating applications with a user-friendly command-line interface (CLI) is a useful skill for a Python developer. With this skill, you can create tools to automate and speed up tasks in your working e
Link: https://realpython.com/directory-tree-generator-python/
Creating applications with a user-friendly command-line interface (CLI) is a useful skill for a Python developer. With this skill, you can create tools to automate and speed up tasks in your working e
Realpython
Build a Python Directory Tree Generator for the Command Line – Real Python
In this step-by-step project, you'll create a Python directory tree generator application for your command line. You'll code the command-line interface with argparse and traverse the file system using pathlib.
Django Weblog: Django Debug Toolbar security releases issued: 3.2.1, 2.2.1 and 1.11.1.
Link: https://www.djangoproject.com/weblog/2021/apr/14/debug-toolbar-security-releases/
Django Debug Toolbar security releases issued: 3.2.1, 2.2.1 and 1.11.1
In accordance with the security release policies that Django and Jazzband are following, the Jazzband project team for the Djang
Link: https://www.djangoproject.com/weblog/2021/apr/14/debug-toolbar-security-releases/
Django Debug Toolbar security releases issued: 3.2.1, 2.2.1 and 1.11.1
In accordance with the security release policies that Django and Jazzband are following, the Jazzband project team for the Djang
Python for Beginners: Difference between comments and docstrings in Python
Link: https://www.pythonforbeginners.com/comments/difference-between-comments-and-docstrings-in-python
Comments are used to increase the readability and understandability of the source code. A python comment may be a single line comment or a multiline comment written using single line comments or mult
Link: https://www.pythonforbeginners.com/comments/difference-between-comments-and-docstrings-in-python
Comments are used to increase the readability and understandability of the source code. A python comment may be a single line comment or a multiline comment written using single line comments or mult
PythonForBeginners.com
Difference between comments and docstrings in Python - PythonForBeginners.com
Difference between comments and docstrings in Python will help you improve your python skills with easy to follow examples and tutorials.
Python Morsels: Python doesn't have constants
Link: https://www.pythonmorsels.com/topics/python-doesnt-have-constants/
Transcript
Python doesn't have constants.
The CONSTANT convention
We have two variables here that are named with a fully uppercase naming convention:
>>> NUMBERS = [2, 1, 3, 4, 7, 11, 18]
>>> COORD
Link: https://www.pythonmorsels.com/topics/python-doesnt-have-constants/
Transcript
Python doesn't have constants.
The CONSTANT convention
We have two variables here that are named with a fully uppercase naming convention:
>>> NUMBERS = [2, 1, 3, 4, 7, 11, 18]
>>> COORD
Pythonmorsels
Python doesn't have constants
Python Bytes: #229 Has one of your dependencies died?
Link: https://pythonbytes.fm/episodes/show/229/has-one-of-your-dependencies-died
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=PvBRXsGTXn4' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/229/has-one-of-your-dependencies-died
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=PvBRXsGTXn4' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Has one of your dependencies died?
News and announcements from the Python community for the week of Apr 15th, 2021
Matthew Wright: How to view all your variables in a Jupyter notebook
Link: https://www.wrighters.io/how-to-view-all-your-variables-in-a-jupyter-notebook/
Jupyter notebooks can easily have hidden state. Use these methods to see all the variables that exist in your Jupyter notebooks.The post How to view all your variables in a Jupyter notebook appeared f
Link: https://www.wrighters.io/how-to-view-all-your-variables-in-a-jupyter-notebook/
Jupyter notebooks can easily have hidden state. Use these methods to see all the variables that exist in your Jupyter notebooks.The post How to view all your variables in a Jupyter notebook appeared f
wrighters.io
How to view all your variables in a Jupyter notebook - wrighters.io
Jupyter notebooks can easily have hidden state. Use these methods to see all the variables that exist in your Jupyter notebooks.
Programiz: Python Program to Split a List Into Evenly Sized Chunks
Link: https://www.programiz.com/python-programming/examples/list-chunks
In this example, you will learn to split a list into evenly sized chunks in different ways.
Link: https://www.programiz.com/python-programming/examples/list-chunks
In this example, you will learn to split a list into evenly sized chunks in different ways.
Programiz
Python Program to Split a List Into Evenly Sized Chunks
In this example, you will learn to split a list into evenly sized chunks in different ways.
Programiz: Python Program to Parse a String to a Float or Int
Link: https://www.programiz.com/python-programming/examples/string-to-float-or-int
In this example, you will learn to parse a string to a float or int.
Link: https://www.programiz.com/python-programming/examples/string-to-float-or-int
In this example, you will learn to parse a string to a float or int.
Programiz
Python Program to Parse a String to a Float or Int
In this example, you will learn to parse a string to a float or int.
Test and Code: 150: A Practical Testing Strategy
Link: https://testandcode.com/150
Coming up with a testing strategy doesn't have to be stressful. Prioritizing features to test, and generating test cases for each feature can be fairly quick and painless. This episode covers a strate
Link: https://testandcode.com/150
Coming up with a testing strategy doesn't have to be stressful. Prioritizing features to test, and generating test cases for each feature can be fairly quick and painless. This episode covers a strate
Test & Code in Python
Test & Code in Python 150: A Practical Testing Strategy
Coming up with a testing strategy doesn't have to be stressful. Prioritizing features to test, and generating test cases for each feature can be fairly quick and painless. This episode covers a strategy for both that can be applied to many types of software.
Programiz: Python Program to Print Colored Text to the Terminal
Link: https://www.programiz.com/python-programming/examples/colored-terminal
In this example, you will learn to print colored text to the terminal.
Link: https://www.programiz.com/python-programming/examples/colored-terminal
In this example, you will learn to print colored text to the terminal.
Programiz
Python Program to print colored text to the terminal
In this example, you will learn to print colored text to the terminal.
Programiz: Python Program to Check if a Key is Already Present in a Dictionary
Link: https://www.programiz.com/python-programming/examples/key-in-dictionary
In this example, you will learn to check if a key is present in a dictionary.
Link: https://www.programiz.com/python-programming/examples/key-in-dictionary
In this example, you will learn to check if a key is present in a dictionary.
Programiz
Python Program to Check if a Key is Already Present in a Dictionary
You will learn to check if a key is present in a dictionary.
Programiz: Python Program to Convert String to Datetime
Link: https://www.programiz.com/python-programming/examples/string-to-datetime
In this example, you will learn to convert string to datetime.
Link: https://www.programiz.com/python-programming/examples/string-to-datetime
In this example, you will learn to convert string to datetime.
Programiz
Python Program to Convert String to Datetime
In this example, you will learn to convert string to datetime.
Programiz: Python Program to Get the Last Element of the List
Link: https://www.programiz.com/python-programming/examples/list-element-list
In this example, you will learn to get the last element of this list.
Link: https://www.programiz.com/python-programming/examples/list-element-list
In this example, you will learn to get the last element of this list.
Programiz
Python Program to Get the Last Element of the List
In this example, you will learn to get the last element of this list.
Programiz: Python Program to Get a Substring of a String
Link: https://www.programiz.com/python-programming/examples/substring-of-string
In this example, you will learn to get a substring of a string.
Link: https://www.programiz.com/python-programming/examples/substring-of-string
In this example, you will learn to get a substring of a string.
Programiz
Python Program to Get a Substring of a String
In this example, you will learn to get a substring of a string.
Programiz: Python Program to Print Output Without a Newline
Link: https://www.programiz.com/python-programming/examples/print-without-newline
In this example, you will learn to print output without a newline.
Link: https://www.programiz.com/python-programming/examples/print-without-newline
In this example, you will learn to print output without a newline.
Programiz
Python Program to Print Output Without a Newline
In this example, you will learn to print output without a newline.
Programiz: Python Program Read a File Line by Line Into a List
Link: https://www.programiz.com/python-programming/examples/read-line-by-line
In this example, you will learn to read a file line by line into a list.
Link: https://www.programiz.com/python-programming/examples/read-line-by-line
In this example, you will learn to read a file line by line into a list.
Programiz
Python Program Read a File Line by Line Into a List
In this example, you will learn to read a file line by line into a list.