#pythoninterviewsqa 검색 결과

Have you heard? I'm joining @PacktPub for the launch of #PythonInterviews on a live Twitter Q&A! Join me with fellow Python experts Steven Holden (@holdenweb) & Alex Martelli (@aleaxit) On Wed 28th March 6pm GMT | 11am PDT #PythonInterviewsQA goo.gl/H8TxeG

driscollis's tweet image. Have you heard? I'm joining @PacktPub for the launch of  #PythonInterviews on a live Twitter Q&A! Join me with fellow Python experts Steven Holden (@holdenweb) & Alex Martelli (@aleaxit) On Wed 28th March 6pm GMT | 11am PDT
#PythonInterviewsQA goo.gl/H8TxeG

My first program ever, to learn Fortran, computed probabilities in contract bridge; later tasks included a "smart calendar"; for Python, my first self-imposed task was to learn to write a web application... #PythonInterviewsQA


Pick an open-source project using Python and start contributing. Even if you think you don't yet program well enough to help with the code, improving *documentation* is a crucial task and will get you into the community! #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Too much "new, shiny stuff" and insufficient attention to old problems that were never fully resolved satisfactorily, such as serialization, use of many cores, better garbage collection... bread-and-butter stuff which needs to improve. #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Yep, I'm using flask these days for just about all of my web-work, I find Django too big and rich for my needs #PythonInterviewsQA


Stronger type checking, w/runtime checks (not just static checks) performed fast by dedicating a separate core. This needs better concurrency, esp. locking, with many other benefits. Next, I'd love to see new, SAFE serialization -- `pickle` is unsafe...:-( #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

"If you haven't started yet learning and using Python, do so right now -- whatever your field, the effort of adding Python to your toolbox will pay itself back, rapidly, many times over". #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

(cont.) Now, 34 years after that uncanning prophecy, that day has come in AI/ML (and several other fields), and Python's aspects such as the Knuth-forecast use of indentation make it shine most brightly. #PythonInterviewsQA

Per sbel.wisc.edu/Courses/ME964/… [Knuth 1974], "We will [...] be writing only small modules [...] used to build larger ones, so that devices like indentation, rather than delimiters, might become feasible for expressing local structure [...]". (cont.) #PythonInterviewsQA



Oops, that was *44* years ago, not "just" 34. Reading that paper (maybe 34 years ago:-) first gave me a hint that there was something worth of an engineer in this "software" thingy, not just in the *hardware* I loved designing...:-) #PythonInterviewsQA

(cont.) Now, 34 years after that uncanning prophecy, that day has come in AI/ML (and several other fields), and Python's aspects such as the Knuth-forecast use of indentation make it shine most brightly. #PythonInterviewsQA



Do just like I did: self-teach yourself! Many resources: books, sites like StackOverflow, online video-courses, tutorials, etc. Pick something you'd like to do, find the best resources, teach yourself to do it -- then, on to the next "thing you'd like to do"! #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

"It fits your brain" -- an old motto, but still perfectly true for many of us. As a result, Python can make you much more productive at just about any application programming task (*system* programming may need lower-level tools...). #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Move: Python 3 is quite a superior language -- unless you happen to maintain millions of lines of Python 2 code, in which case you'd better be already looking for alternative Python 2 maintenance after the PSF stops supporting it in less than 2 years from now. #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

It's getting richer (and thus more powerful, but also bigger and more complicated) all the time. So I think we'll see Python subsets emerge, either to run with fewer resources (as MicroPython already does) or to limit the learning needed for effective usage. #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

If you want to learn a #Python web framework, you might want to start with something like Flask or bottle as they tend to be much more lightweight #PythonInterviewsQA

What would be the "best or easier" approach to learn #Python api framework like @djangoproject?



I think it would be great if you could build an exe, deb, etc from within #Python #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

I believe Python's simple, elegant syntax is what makes #Python so appealing to scientists. Readability matters to beginners and to the experienced developer #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

I am hoping to see even more Python frameworks for mobile. @PyBeeWare @kivyframework #PythonInterviewsQA


There's no reason not to other than legacy code constraints. Python 3 is the future. Python 2 support stops in 2020. - #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Python doesn't have a great foothold in mobile dev or embedded, although that is getting better #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Oops, that was *44* years ago, not "just" 34. Reading that paper (maybe 34 years ago:-) first gave me a hint that there was something worth of an engineer in this "software" thingy, not just in the *hardware* I loved designing...:-) #PythonInterviewsQA

(cont.) Now, 34 years after that uncanning prophecy, that day has come in AI/ML (and several other fields), and Python's aspects such as the Knuth-forecast use of indentation make it shine most brightly. #PythonInterviewsQA



(cont.) Now, 34 years after that uncanning prophecy, that day has come in AI/ML (and several other fields), and Python's aspects such as the Knuth-forecast use of indentation make it shine most brightly. #PythonInterviewsQA

Per sbel.wisc.edu/Courses/ME964/… [Knuth 1974], "We will [...] be writing only small modules [...] used to build larger ones, so that devices like indentation, rather than delimiters, might become feasible for expressing local structure [...]". (cont.) #PythonInterviewsQA



Per sbel.wisc.edu/Courses/ME964/… [Knuth 1974], "We will [...] be writing only small modules [...] used to build larger ones, so that devices like indentation, rather than delimiters, might become feasible for expressing local structure [...]". (cont.) #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

I believe Python's simple, elegant syntax is what makes #Python so appealing to scientists. Readability matters to beginners and to the experienced developer #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Python doesn't have a great foothold in mobile dev or embedded, although that is getting better #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Python doesn't have a great foothold in mobile dev or embedded, although that is getting better - #PythonInterviewsQA


Too much "new, shiny stuff" and insufficient attention to old problems that were never fully resolved satisfactorily, such as serialization, use of many cores, better garbage collection... bread-and-butter stuff which needs to improve. #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

That Python is continuing to grow into new areas and that the community is alive and vibrant. Now is a great time to start learning Python! #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

That Python is continuing to grow into new areas and that the community is alive and vibrant. Now is a great time to start learning Python! #PythonInterviewsQA


"If you haven't started yet learning and using Python, do so right now -- whatever your field, the effort of adding Python to your toolbox will pay itself back, rapidly, many times over". #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Stronger type checking, w/runtime checks (not just static checks) performed fast by dedicating a separate core. This needs better concurrency, esp. locking, with many other benefits. Next, I'd love to see new, SAFE serialization -- `pickle` is unsafe...:-( #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

I think it would be great if you could build an exe, deb, etc from within #Python #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Clean, simple syntax while still remaining a very powerful language. You can use Python for pretty much any programming problem and it will work well. #PythonInterviewsQA"


"It fits your brain" -- an old motto, but still perfectly true for many of us. As a result, Python can make you much more productive at just about any application programming task (*system* programming may need lower-level tools...). #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

Clean, simple syntax while still remaining a very powerful language. You can use Python for pretty much any programming problem and it will work well. #PythonInterviewsQA"

이 트윗은 더 이상 사용할 수 없습니다.

Move: Python 3 is quite a superior language -- unless you happen to maintain millions of lines of Python 2 code, in which case you'd better be already looking for alternative Python 2 maintenance after the PSF stops supporting it in less than 2 years from now. #PythonInterviewsQA

이 트윗은 더 이상 사용할 수 없습니다.

My first program ever, to learn Fortran, computed probabilities in contract bridge; later tasks included a "smart calendar"; for Python, my first self-imposed task was to learn to write a web application... #PythonInterviewsQA


"#pythoninterviewsqa"에 대한 결과가 없습니다
"#pythoninterviewsqa"에 대한 결과가 없습니다
Loading...

Something went wrong.


Something went wrong.


United States Trends