Nuggets of Awesome
  • home
  • contact
  • github
Subscribe
Tagged

python

A collection of 4 posts

The magical python f-string
python

The magical python f-string

Friends DO let friends use f-strings! This addition to python was released with python 3.6, and documented on PEP-498 by Eric Smith. A welcome and brilliant addition to python!

  • Pedro Ferraz
Pedro Ferraz Aug 3, 2021 • 4 min read
Python Data Classes for the Masses!
python

Python Data Classes for the Masses!

Python data classes are just amazing. You can really elevate your classes with lots of functionality enhancements that are baked-in your data classes for a series of default operations that relate to reading, transforming and manipulating data!

  • Pedro Ferraz
Pedro Ferraz Jul 25, 2021 • 6 min read
Python venv? pip? what are these things?
python

Python venv? pip? what are these things?

As you get started with Python, there are a few concepts that definitely help maintain your system clean and your code isolated from other environments and potential issues.  On this post, we will look into two incredibly helpful modules - venv and pip! venvvenv is a python module that allows

  • Pedro Ferraz
Pedro Ferraz Jul 12, 2021 • 4 min read
Happy Birthday America!
python

Happy Birthday America!

Happy Birthday America! Let's create an American Flag using Python and Turtle!

  • Pedro Ferraz
Pedro Ferraz Jul 4, 2021 • 7 min read
Nuggets of Awesome © 2023
  • image by Kyle Sung
Powered by Ghost