@pybites@fosstodon.org
@pybites@fosstodon.org avatar

pybites

@pybites@fosstodon.org

Helping people from 120+ countries to improve their #Python/ #developer/ #mindset skills. Created by https://fosstodon.org/@bbelderbos & https://fosstodon.org/@juliansequeira. Join us: http://pybit.es/community/

This profile is from a federated server and may be incomplete. Browse more on the original instance.

pybites, to python
@pybites@fosstodon.org avatar

New on our YouTube: PDM Code Clinic Peek: Navigating #Python Design Patterns & Dependency Injection
https://www.youtube.com/watch?v=sXIgWdfiJDA

pybites, to python
@pybites@fosstodon.org avatar

Differences Between sorted() and sort() in #Python

https://youtu.be/2W8Z6O7jsGE?si=63QCzmfs8RTPeDWx

pybites, to python
@pybites@fosstodon.org avatar

In our new YouTube video we show you how to make your HTTP request code 2.5x faster (and it would even be more for a bigger sample set) by changing 2 lines of code 🐍 😍

https://www.youtube.com/watch?v=u6PiK2u-U8w

#python #requests #tips #performance

pybites, to python
@pybites@fosstodon.org avatar

We spotted this question on Reddit:

https://www.reddit.com/r/learnpython/comments/uycqgq/is_there_anyone_who_is_graduated_from_pybites_pdm/?rdt=52058

> "Is there anyone who is graduated from Pybites "PDM program"? Is it worth it?" 💪

Well, we'd say "Heck Yes", but obviously we're biased 😄

So check out this thread for some honest feedback what people got out of working with us + our mentoring approach ... 💡

#python #pythontraining #pythonmastery #mentoring #coaching #careergrowth #developer #trainingprogram

pybites,
@pybites@fosstodon.org avatar

@spaceraser good point, done, thanks.

pybites, to python
@pybites@fosstodon.org avatar

When is it time to refactor?

Great article by Rob van der Leek:
https://pybit.es/articles/when-to-refactor-your-code/

  • a new tool he built you can add to your pre-commit to get a warning when it's time to refactor (based on function length)

pybites,
@pybites@fosstodon.org avatar

@bmaxv yep great and integrated in flake8 right?

pybites, to productivity
@pybites@fosstodon.org avatar

Where does my time go? Use a Time Audit to manage your time better 💡 💪
https://youtu.be/k-HpwMddhaU

This is a killer productivity technique. People that do this with us instantly free up 1-2 hours a day!

This is part of our course:
https://pybitesproductivity.com

Invest 3.5 hours of your time watching (and actioning) this course and earn back at least 5 hours a week in your schedule 🔥

pybites, to python
@pybites@fosstodon.org avatar

Break Out of Tutorial Hell, Build up The #Python Coding Habit on Our Platform 💪

https://pybit.es/articles/no-more-tutorial-hell-code-python-on-our-platform/

pybites, to random
@pybites@fosstodon.org avatar

How the Flocking Rules Can Help You #Refactor Your Code
https://www.youtube.com/watch?v=7Khf0xrlLgk

Thanks @_chrismay for hopping on and sharing these great insights.

pybites, to python
@pybites@fosstodon.org avatar

New article:

⚠️Why you should avoid import * in Python 🐍
https://pybit.es/articles/why-you-should-avoid-import-in-python/

Covering:

  • Why modules are great and namespacing explained
  • Why import * is a problem
  • A practical example where a function gets overriden
  • The recommended way to do imports
  • What PEP8 has to say about this
  • Protection workaround, use all to define your module's public interface

#python #pythonprogramming #modules #encapsulation #namespacing #zenofpython #bestpractices #pitfalls #imports #dundermethods

pybites, to python
@pybites@fosstodon.org avatar

Here is a 5 minute video on what a Makefile is, why you want to use one and how to - hope it helps you as #python #developers 🐍 🔥 📈
https://www.youtube.com/watch?v=MICrNQm5btQ

pybites,
@pybites@fosstodon.org avatar

@leblancfg have not. Another interesting tool: https://poethepoet.natn.io

pybites, to python
@pybites@fosstodon.org avatar

Sambhavi's Journey in PDM: Building My Own Apps, Enhancing #Python Skills, and Finding Direction

https://youtu.be/CB150vTRkYM

pybites, to python
@pybites@fosstodon.org avatar

New podcast #122 - Using #Python (and @FastAPI) to support PFAS research: https://youtu.be/c5EtLNhrnH0

pybites, to python
@pybites@fosstodon.org avatar

Last week or so we hit 400 exercises on our platform 🔥 🎉

https://codechalleng.es

If you have been coding with us (🙏), what has been your favorite exercise and why?

#python #win #codingpractice

pybites, to python
@pybites@fosstodon.org avatar

Did you know you could do this with f-strings? ...

Here are 5 tips which can make your code quite elegant:
https://youtu.be/O8KFVxpxIZk

... and help debugging. Enjoy!

https://youtu.be/O8KFVxpxIZk

#python #tips

pybites, to random
@pybites@fosstodon.org avatar

Giuseppe's story: how PDM empowered my programming career and developer mindset https://youtu.be/LJZhrA-NAm8

pybites, to python
@pybites@fosstodon.org avatar

Are you looking for a #Python job and are you nervous about the #codinginterview?

Fear not! Our platform has always been a staple when it comes to honing your coding skills, but as of last week we started to put together interview focused Bites 🐍 🎉

https://pybit.es/articles/python-coding-interview-learning-path/

pybites, to python
@pybites@fosstodon.org avatar

New podcast episode alert 🎧

https://youtu.be/vQ-fWAQkuI4

Sambhavi shares some great planning + productivity tips that will make you a more effective developer 🔥 💡

#python #developer #podcast #productivity

pybites, to python
@pybites@fosstodon.org avatar

We started a new Python Coding Interview Learning Path, the first 4 Bite exercises are up:
https://codechalleng.es/bites/paths/interviewing

#Python #CodeChallenges #codinginterview #Algorithms

pybites, to python
@pybites@fosstodon.org avatar

We just cracked Bite 371. Python3.9 - Dictionary Merge - and now We Challenge You! https://codechalleng.es/bites/371

#Python #CodeChallenges

pybites, to programming
@pybites@fosstodon.org avatar

Maybe relevant for y'all here ... in our latest YouTube video we show you how you can backup your Mastodon posts using Python + GitHub Actions:

https://youtu.be/NvGiPifbtl4

#python #github #mastodon #tools #cron

feoh, to programming

Please join me in welcome @pybites to the Fediverse! Bob and Julian have done so much to help so many people of all walks join the #Python community and become productive deevelopers. I am very grateful for their work!

pybites,
@pybites@fosstodon.org avatar

@feoh thanks you so much for your kind word, means a lot to us!

pybites, to programming
@pybites@fosstodon.org avatar

👋 #introductorytoot!

We help (aspiring) Python developers up their game, both technically and career wise.

This involves plain Python, developer skills but also mindset, often underestimated.

Our approach embraces deliberate practice (stop tutorial paralysis!), and we are passionate about lifting people up through our work!

#python #developer

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • provamag3
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • Leos
  • anitta
  • cisconetworking
  • megavids
  • lostlight
  • All magazines