Login
Discover
Waves
Decks
Plus
Login
Signup
Agile Automation
@agileautomation
41
A software consultant specializing in control systems, automation and data collection. Python Development and tips.
Followers
13
Following
77
Resource Credits
Available
Used
Location
Canada
Website
https://www.agileautomation.ca
Created
2023-12-22 23:13
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
agileautomation
Python
2024-02-05 05:46
Python Tip for the Week
Python has a lot of great functions and one that may not be known is the setDefaults() method of a dictionary. This method is handy for ensuring that certain keys have values assigned without having to
$ 0.000
2
agileautomation
Python
2024-01-16 15:40
Python - Console Improvements - Rich Library
All python developers will be using the console to print out messages or debug info at times in their development and some of these consoles can be running continuously, with many messages. Being able
$ 0.290
29
6
agileautomation
python
2024-01-13 15:40
How Did I Learn Python? What About You?
I actually learned python after I started learning about the crypto world. I started build bots and scripts for steem blockchain, some mining tools, some pricing and alert bots based on APIs, and I built
$ 0.218
25
2
agileautomation
Python
2024-01-09 23:09
F strings in Python - How to use Them?
F-strings, also known as formatted string literals, were introduced in Python 3.6 as a way to simplify string interpolation and formatting. As programmers, we typically deal with all kinds of string data,
$ 0.000
4
1
agileautomation
Python
2024-01-05 14:56
Python - Some Things That Make it Unique
Python offers several unique features that set it apart from other programming languages. I like these aspects of Python and while they are not necessarily better having these, they do certainly help make
$ 0.000
5
1
agileautomation
python
2024-01-02 16:00
Data Slicing in Python
In Python, you can slice arrays (or lists) using the following syntax: list[start:stop:step]. Its a quick and very useful syntax for extracting data from arrays in an easy format, but its not a common
$ 0.000
3
agileautomation
python
2023-12-30 17:07
Various Ways to Get Data from Python Arrays
Python makes a lot of coding aspects easy by just simple function names and convenient syntax. Not everything is obvious though and there are numerous ways to get data from arrays, which all may not be
$ 0.020
10
3
agileautomation
python
2023-12-28 19:41
Python Tips: MORE Parsing arguments for your application
There is so much more you can do with arguments to your python scripts here are a few more ideas. This sample below outlines a couple new things, positional arguments, app description and boolean switches
$ 0.055
4
2
agileautomation
Python
2023-12-23 18:00
Python Tips: Parsing arguments for your application
To parse command-line arguments in Python, you can use the argparse module, which is a powerful tool for writing user-friendly command-line interfaces. Import in the ArgumentParser and use it to define
$ 0.033
3
agileautomation
python
2023-12-23 17:54
Python Tips: Parsing arguments for your application
Python learn to parse and use arguments to your application
$ 0.033
5
agileautomation
blog
2023-12-22 23:49
Hi there Hive community
introduction development programming iot controls python
$ 0.000
3