developinpython's profile picture. a Network Engineer, a SysAdmin, a Developer and a lifetime learner. https://pythonnotes.com

pydev

@developinpython

a Network Engineer, a SysAdmin, a Developer and a lifetime learner. https://pythonnotes.com

pydev أعاد

“A man is rich in proportion to the number of things he can afford to let alone.” — Henry David Thoreau


pydev أعاد

Quick #Poll, I want to convert a #PHP service to a @googlecloud #function, I'll need to have a quick learn in either #Python or #Golang. The service will be quite heavy in file processing. What would you people recommend?

Python %22.8
Golang %77.2

صوت 114 · النتائج النهائية


pydev أعاد

🐍 Core Python Tutorials — This page features all of our "pure Python" tutorials that focus on the core language features realpython.com/tutorials/pyth…


Just published lesson1 in my learn #python series wp.me/PajzR1-3n


Git is very essential to learn if you want to be a developer. Here's a free course by @udacity udacity.com/course/how-to-…


pydev أعاد

Here's what happens when you put a list inside itself in #Python


pydev أعاد

In #Python you can easily create a dict of two sequences using the zip builtin >>> names = 'bob julian tim sara'.split() >>> ages = '11 22 33 44'.split() >>> dict(zip(names, ages)) {'bob': '11', 'julian': '22', 'tim': '33', 'sara': '44'} - via @pybites 🐍


Loading...

Something went wrong.


Something went wrong.