• 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 pythonic

pythonic

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Lambda Expressions

· · 2 Comments

Pythonic video course - lambda expressions

This is the last post in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. Python treats functions as first class citizens. This provides a tonne of …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Lambda Expressions

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Processing Large Data Sets With Yield and Generators

· · 3 Comments

Pythonic video series yield and generators

This is the 4th in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. Any time you are writing a method that returns a sequence (especially if that …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Processing Large Data Sets With Yield and Generators

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Merging Dictionaries

· · Leave a Comment

Pythonic video course - merging dictionaries

This is the 3rd in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. DICTIONARIES ARE IMPORTANT Dictionaries play an absolutely central role in Python. …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Merging Dictionaries

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Hacking Python’s Memory With __slots__

· · Leave a Comment

Pythonic video course - hacking pythons memory with slots

This is the second post in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of video examples. What if I told you there was a simple technique you can apply to your …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Hacking Python’s Memory With __slots__

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Stop Using Lists for Everything

· · 5 Comments

Pythonic code video series stop using lists for everything

Taking Your Python Skills to the Next Level With Pythonic Code - Stop Using Lists for Everything This is the 1st in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic recommendations and over 45 minutes of …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Stop Using Lists for Everything

[Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Introduction

· · Leave a Comment

Pythonic code video series introduction

Taking Your Python Skills to the Next Level With Pythonic Code  - Introduction This is the introduction to a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to catch the whole series with 5 powerful Pythonic concepts and over 45 minutes of video …

[Read more...] about [Video Series] Taking Your Python Skills to the Next Level With Pythonic Code – Introduction

Write Pythonic Code Like a Seasoned Developer; The Course Everyone New to Python Desperately Needs to Take

· · 2 Comments

Pythonic course review

Do you want to cut the time it takes for you to become proficient in Python in half? That was a rhetorical question, of course you do. However becoming skillful in python and being able to writing pythonic code to the point where it is art takes experience, and a lot of it. Nevertheless, there …

[Read more...] about Write Pythonic Code Like a Seasoned Developer; The Course Everyone New to Python Desperately Needs to Take

How to Write Beautiful Code with Pythonic Idioms | Notable Others

· · 2 Comments

pythonic code et al.

This is the fifth and final 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. Learning the idioms presented in this series has really improved my Python code. Not only do a lot of these idioms actually run …

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

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

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

LEVEL UP with the Data Dependence Newsletter! Subscribe!


Top Posts & Pages

  • How to Find Unclosed Tags and Brackets Using a Stack
  • A Quick Guide to Slicing in Python - Become a Python Ninja
  • Creating Attractive and Informative Map Visualisations in Python with Basemap
  • How to Get Better at Software Development Time Estimation
  • How to Write Beautiful Code with Pythonic Idioms | For Loops

Data Dependence

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

  • Home
  • Top Resources
  • Who Are You?