Login
Discover
Waves
Decks
Upgrade
Login
Signup
40
agileautomation
Agile Automation
A software consultant specializing in control systems, automation and data collection. Python Development and tips.
Available
Used
Resource Credits
13 Followers
77 Following
Canada
https://www.agileautomation.ca
December 22, 2023
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
agileautomation
Python
Monday, February 5, 2024 5:46 AM
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
1
agileautomation
Python
Tuesday, January 16, 2024 3:40 PM
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
2
agileautomation
python
Saturday, January 13, 2024 3:40 PM
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
Tuesday, January 9, 2024 11:09 PM
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
1
agileautomation
Python
Friday, January 5, 2024 2:56 PM
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
1
agileautomation
python
Tuesday, January 2, 2024 4:00 PM
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
Saturday, December 30, 2023 5:07 PM
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
Thursday, December 28, 2023 7:41 PM
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
Saturday, December 23, 2023 6:00 PM
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
Saturday, December 23, 2023 5:54 PM
Python Tips: Parsing arguments for your application
Python learn to parse and use arguments to your application
$ 0.033
5
agileautomation
blog
Friday, December 22, 2023 11:49 PM
Hi there Hive community
introduction development programming iot controls python
$ 0.000
3