• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Data Dependence

Data Dependence

Learn about software development. Covering topics such as Coding in Python and JavaScript, developer productivity and more.

  • Home
  • Top Resources
  • Who Are You?
  • Show Search
Hide Search
You are here: Home / Archives for python

python

How to Write Beautiful Code with Pythonic Idioms | Dictionaries

· · Leave a Comment

This is the forth in a series of posts on common pythonic idioms, so if you haven't seen the previous two, you should definitely go and give them a read. STEP ONE: MASTER DICTIONARIES, STEP TWO: TAKE OVER THE WORLD OK, obviously you can't take over the world with dictionaries, but mastering them …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | Dictionaries

How to Write Beautiful Code with Pythonic Idioms | Unpacking

· · Leave a Comment

This is the third in a series of posts on common pythonic idioms, so if you haven't seen the previous two, you should definitely go and give them a read. This post is all about unpacking, that is, splitting sequences into other variables. However as you will soon see, they have some very …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | Unpacking

How to Write Beautiful Code with Pythonic Idioms | Lists

· · Leave a Comment

If you are reading this post then you probably want to write beautiful, clean, readable code that has people's mouths watering when they look at it. Well done, that's the right mindset to have. If you work or are planning to work for a company, or maybe contribute to open source software there is …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | Lists

How to Write Beautiful Code with Pythonic Idioms | For Loops

· · 1 Comment

Although not the first language I picked up, I've really taken a liking to Python, especially recently. I've tried out many languages and Python is one of the languages that I find the most fun to program in. One of the reasons I enjoy programming in it so much is that Python code is neat, …

[Read more...] about How to Write Beautiful Code with Pythonic Idioms | For Loops

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3

Primary Sidebar

LEVEL UP with the Data Dependence Newsletter! Subscribe!


Top Posts & Pages

  • A Quick Guide to Slicing in Python - Become a Python Ninja
  • Firestore Rules Examples - Ten Must-Know Patterns
  • Creating Attractive and Informative Map Visualisations in Python with Basemap
  • Mocking in Python - How to Bypass Expensive and External Code Within Your Tests
  • How to Find Unclosed Tags and Brackets Using a Stack

Data Dependence

Copyright © 2023 · Monochrome Pro on Genesis Framework · WordPress · Log in

  • Home
  • Top Resources
  • Who Are You?