R1D36 played with the python venv module which basically allows you to activate a virtual environment using just the -m module option since 3.3. Also pipenv and —user to make it local #100DaysOfCode#Python
R1D35 working on flash cards to review any holes in my knowledge of the basics. Good for when I can’t flip open the laptop to code, but want to practice #100DaysOfCode#Python
R1D34 learned a little about the promql, Prometheus query language to figure out how to make sense of data using python. May be my next area where I want to dig #100DaysOfCode#Python
R1D32,33 Posting for these days since had to travel. Took a quiz and got a question about multiplying integers. Wondered about the use case besides ascii art 😏. Not to mention you could also use .join() to concatenate.
#100DaysOfCode#Python#jetlagging
R1D31 spent time looking at cloud functions (faas), and also databases (redis/memcached, cassandra, Hadoop/hdfs) their use cases as well as methods to get data to and from the using Kafka and spark for queueing and processing. #100DaysOfCode#Python#windyrabbithole
R1D30 looked at jinja2 syntax for templating in python. Cool because allows dot notation to access data in Python dictionaries. Convenient, yah
#100DaysOfCode#Python#imadeonemonth🥂
R1D27 looking at how python could do sed text manipulation using shutil and re. Mainly to justify that I worked on python while working on a solution to creating an ansible.cfg in dockerfile with custom settings ;) #100DaysOfCode#Python#improvising
R1D26 I like to review content using a different instructor to get a different pov. Thinking my next project to code will be an event alert program.On the IaC side of things, ansible playbooks are succeeding now, ensured become_method: sudo
#100DaysOfCode#Python
R1D25 Looked at generating dump files. Nothing much else today as I was out and about almost all day getting some fresh air...and rain.😌
#100DaysOfCode#Python
@Mwood230 @100xcode Great once you get the base modules and folder structure figured out..lots of providers, good error output and unit tests. Docs are decent, though would like to see more examples.
R1D24 Looked at interacting with AWS using boto3 and awscli, which I've used before for auth in my jenkins pipeline. Also made terraform build out my gke cluster and output a kubeconfig so I could access the cluster programmatically and churn out pods👨🏭
#100DaysOfCode
R1D23 Learned about test driven development (TDD) with pytest. Want to spend more time here later because I also used cycles looking at yaml (ansible) and how it should interact w/ kubernetes.
#100DaysOfCode#Python#solittletime
R1D22 Learned about re module, and was reminded how much more time I need to spend practicing regex. Kinda like subnetting, haha maybe not. 🙄
#100DaysOfCode#Python
R1D21 Learned about OSError, glob/globbing syntax for manipulating text. Lots of use cases including maybe cache file mgmt. Late night since tmw is a special holiday. 😄
#100DaysOfCode#Python
R1D20 Learned about random and json libraries. Speaking of libraries, I also found some nostalgic books by Richard Scarry for my son today...😆
#100DaysOfCode#Python
R1D19 Learned about list comprehensions (so that's what they are). Also didn't think I'd feel so good to see my terraform apply complete. The error outputs were helpful but still overwhelming to see a list of Errors in red.
#100DaysOfCode#Python#tfgrowingpains😅
R1D18 Learned more about err handling and try except block with finally. Cleaned up comments. Recently so much one-shot type learning where as soon as it's fixed, my brain purges it from memory. How do you keep notes?
#100DaysOfCode#Python#whatwasthatagain🤔