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

Programming

How to Get Better at Software Development Time Estimation

· · Leave a Comment

how to get better at software development time estimation

Let's admit it right away. Estimating the time that it takes to develop and code things up is hard, and most of us are pretty crappy at it. It's something that I have struggled with in the past, and still struggle with to this day. But all is not lost! There are ways to build this skill …

[Read more...] about How to Get Better at Software Development Time Estimation

Firestore Rules Examples – Ten Must-Know Patterns

· · Leave a Comment

firestore rules examples

I've been there... You're staring at a blank firestore.rules page, not knowing where to start. You want to make sure that your website is secure, but you're not sure what to do and you are worried that you will do it incorrectly. But have no fear! These Firestore rules examples will give you the …

[Read more...] about Firestore Rules Examples – Ten Must-Know Patterns

Never Run out of Programming Side Project Ideas – The 5 steps.

· · Leave a Comment

programming side project ideas

I don't know what to make!Every budding developer ever These words have spurted out of your mouth when trying to come up with new programming side project ideas at some point, I'm sure. Probably accompanied by "I can't come up with anything" and "I'm not an idea person". But let me tell …

[Read more...] about Never Run out of Programming Side Project Ideas – The 5 steps.

Become a Lord of the Cells and Speed up Your Jupyter Notebook Workflow

· · 4 Comments

Speed up your jupyter ntebook workflow

Everyone loves a good Jupyter Notebook. Jupyter Notebooks are an insanely convenient environment to rapidly prototype Python scripts and delve into Data Science. They speed up the time from writing code to actually executing it and you can visually see the output for each section you write. I …

[Read more...] about Become a Lord of the Cells and Speed up Your Jupyter Notebook Workflow

[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

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • 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
  • How to Build a GUI in Python 3.5
  • Mocking in Python - How to Bypass Expensive and External Code Within Your Tests
  • How to Logically Group Your Python Code into Modules
  • A Quick Guide to Slicing in Python - Become a Python Ninja

Data Dependence

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

  • Home
  • Top Resources
  • Who Are You?