353solutions's profile picture. 353solution, lead by Miki Tebeka (@tebeka), provides exceptional Python, Scientific Python and Go workshops and solutions.

353Solutions

@353solutions

353solution, lead by Miki Tebeka (@tebeka), provides exceptional Python, Scientific Python and Go workshops and solutions.

353Solutions reposted

זמן טוב לתזכר שאם עדיין לא שלחתם את ההרצאה שלכם ל @gopherconil ואם אתם רוצים להיות ספונסרים של הכנס אז יש לכם עדיין הזדמנות - כמו לגופר הזה שמחזיק את ההרצאה שלו ונוצר במיטב יכולות הAI. פרטים לשני הדברים פה gophercon.org.il

yonidavidson's tweet image. זמן טוב לתזכר שאם עדיין לא שלחתם את ההרצאה שלכם ל @gopherconil  ואם אתם רוצים להיות ספונסרים של הכנס  אז יש לכם עדיין הזדמנות - כמו לגופר הזה שמחזיק את ההרצאה שלו ונוצר במיטב יכולות הAI. פרטים לשני הדברים פה gophercon.org.il

353Solutions reposted

#python #gem: Use the built-in decimal for accurate calculations.

tebeka's tweet image. #python #gem: Use the built-in decimal for accurate calculations.

353Solutions reposted

#golang #gem Use golang.org/x/tools/cmd/st… to generate fmt.Stringer for your types.

tebeka's tweet image. #golang #gem Use golang.org/x/tools/cmd/st… to generate fmt.Stringer for your types.

353Solutions reposted

#python #gem The built-in shelve is an easy to use key/value database.

tebeka's tweet image. #python #gem The built-in shelve is an easy to use key/value database.

353Solutions reposted

Go Brain Teasers by Miki Tebeka @tebeka Like any big project, the Go developers had to make some design decisions that at times seem surprising. This book uses those quirks as a teaching opportunity. pragprog.com/titles/d-gobra…


353Solutions reposted

#golang #gem: Use golang.org/x/time/rate for rate limiting.

tebeka's tweet image. #golang #gem: Use golang.org/x/time/rate for rate limiting.

353Solutions reposted

#python #gem: tkinter is great for quick user input.

tebeka's tweet image. #python #gem: tkinter is great for quick user input.

353Solutions reposted

💡#Golang tip: Set cgo_enabled=0 when using the Alpine @Docker image to avoid errors. By default, Alpine Linux uses an external library in order to keep itself small. This causes a 'not found' error that might drive you crazy! 🤪 Watch it here: youtu.be/SLD1X12PywI

ardanlabs's tweet image. 💡#Golang tip: Set cgo_enabled=0 when using the Alpine @Docker image to avoid errors.

By default, Alpine Linux uses an external library in order to keep itself small. This causes a 'not found' error that might drive you crazy! 🤪

Watch it here: youtu.be/SLD1X12PywI

353Solutions reposted

#golang #gem: Use the built-in copy to copy data from one slice to another.

tebeka's tweet image. #golang #gem: Use the built-in copy to copy data from one slice to another.

353Solutions reposted

🤔 Why don’t we use the race detector all the time? The official #golang documentation says that there is a cost.. For a typical program, memory usage may increase by 5-10x and execution time by 2-20x 🤯🤯🤯 Check it out: youtu.be/F2PJ0vfYpU8

ardanlabs's tweet image. 🤔 Why don’t we use the race detector all the time?

The official #golang documentation says that there is a cost.. 

For a typical program, memory usage may increase by 5-10x and execution time by 2-20x 🤯🤯🤯

Check it out: youtu.be/F2PJ0vfYpU8

353Solutions reposted

מה? לא תעשו כלום כל החגים? למה לא לכתוב הצעה להרצות בכנס? הקול הקורא נפתח ביום ראשון. שתהיה לכולם שנה טובה! papercall.io/gcil-2023 #golang #Israel #conference

gopherconil's tweet image. מה? לא תעשו כלום כל החגים? למה לא לכתוב הצעה להרצות בכנס?
הקול הקורא נפתח ביום ראשון. שתהיה לכולם שנה טובה!

papercall.io/gcil-2023

#golang #Israel #conference

353Solutions reposted

What's pandas? It's a Python-based library for data analysis. For a limited time, take 50% off select Data books. Promo code HARVEST22. to 11:59P ET Sep 22 pragprog.com/titles/d-panda…


353Solutions reposted

Celebrate the Equinox with a Data Harvest! 50% off Data Science Essentials in Python, Complex Network Analysis in Python, Pandas Brain Teasers, and Programming Machine Learning. Promo HARVEST22 to 11:59P ET Sep 22 pragprog.com/promotions

pragprog's tweet image. Celebrate the Equinox with a Data Harvest!

50% off Data Science Essentials in Python, Complex Network Analysis in Python, Pandas Brain Teasers, and Programming Machine Learning. Promo HARVEST22 to 11:59P ET Sep 22

pragprog.com/promotions

353Solutions reposted

Today on Medium, a Go brain teaser from Miki Tebeka @tebeka that challenges your understanding of slices: medium.com/pragmatic-prog… Miki's books: pragprog.com/search/?q=tebe… #Golang #programming #puzzles #pragprog #books


353Solutions reposted

#python #gem: Use __mro__ to find the root exception of a package.

tebeka's tweet image. #python #gem: Use __mro__ to find the root exception of a package.

353Solutions reposted

Challenge your understanding of Go with this @educativeinc course based on Go Brain Teasers by Prag author @tebeka educative.io/courses/go-bra…


353Solutions reposted

💡 #Golang pro tip: Use go build -ldflags to inject values at build time! This allows us to add things to the executable without playing with configuration files or changing the sources. Check it out 👉 youtu.be/Tbb1sISzwzU

ardanlabs's tweet image. 💡 #Golang pro tip: Use go build -ldflags to inject values at build time! 

This allows us to add things to the executable without playing with configuration files or changing the sources. 

Check it out 👉 youtu.be/Tbb1sISzwzU

353Solutions reposted

בחצי ממה שאתם משלמים למגייס תוכלו לעמוד יום שלם מול 400 מפתחים. לא תממנו? דאמו אותי אם אתם מעוניינים. pydata.org/telaviv2022/ #python #israel #conference


353Solutions reposted

#golang #gem: Use gzip to add compression to HTTP handlers.

tebeka's tweet image. #golang #gem: Use gzip to add compression to HTTP handlers.

353Solutions reposted

Python Brain Teasers by Miki Tebeka @tebeka Challenge your understanding of #Python through 30 simple but surprising Python programs. pragprog.com/titles/d-pybra…


Loading...

Something went wrong.


Something went wrong.