Live Python (@_livepython) 's Twitter Profile
Live Python

@_livepython

Intermediate-level Python tutorials to help increase your breadth, depth and experience of Python Programming. Come and take your skills to the next level

ID: 1155237410864807936

linkhttps://www.youtube.com/channel/UCRwRIpYnYiiXbwE7wChJ6SQ calendar_today27-07-2019 22:03:56

117 Tweet

2,2K Followers

2,2K Following

Live Python (@_livepython) 's Twitter Profile Photo

Our new Intermediate Flask Course has now launched and the first instalment is available here: Subsequent instalments will be released weekly youtu.be/e-_tsR0hVLQ #Flask #python #100DaysOfCode #learnpython #webdeveloper #javascript #django

Live Python (@_livepython) 's Twitter Profile Photo

#programming #learnpython #100daysofpython #codenewbie #codenewbies #freecodecamp #webdev #javascript #Backend #Django #flask #DataScientist #coding #async #pandas #stackoverflow

Live Python (@_livepython) 's Twitter Profile Photo

Async Web Scraping tutorial. This is the next instalment in the well-received 'Foundations of Python Async' Enjoy! youtu.be/5tWIxBcvy10 #python #async #100daysOfCode #100daysofpython

Live Python (@_livepython) 's Twitter Profile Photo

I've now been in touch with everyone who replied to express interest. If you haven't yet done so (or haven't yet received a DM from me) but are interested, please reply to this as your last opportunity. #python #pythonprogramming #learnpython #100DaysOfCode #100daysofpython

Live Python (@_livepython) 's Twitter Profile Photo

A ten-minute take on the Descriptor Protocol, featuring goodies such as name-mangling of attributes, staticmethods, classmethods, instance methods, dict.fromkeys() youtu.be/ovsvGtWD90Y #python #learnpython #100daysofpython #100DaysOfCode #codenewbies #programming

Live Python (@_livepython) 's Twitter Profile Photo

Interested in your #python programs running as fast as possible? Keep your eyes peeled for a guide to Profiling, landing tomorrow. As requested, this and all future tutorials will have a camera on me as well so that the message comes across as clearly as possible. #100DaysOfCode

Live Python (@_livepython) 's Twitter Profile Photo

Do you use #python? I've put together a short introduction on profiling. This way you can uncover where the bottlenecks in your programs are and then make sensible decisions on where to invest your optimisation efforts. youtu.be/MgBgMyYROTE #100DaysOfCode #100DaysofPython

Live Python (@_livepython) 's Twitter Profile Photo

Is there any interest out there for a full, clear, no assumptions made course on our channel on Data Structures and Algorithms? (Implemented in #python but applicable to CS in general) #100DaysOfCode #javascript #programming #DataScience #cplusplus #Java #100daysofpython

Live Python (@_livepython) 's Twitter Profile Photo

This might be of interest to learners of all programming languages. It is a short introduction to Hash Functions, Hash Tables and Bloom Filters. If you've never heard of a bloom filter, be sure to check it out: youtu.be/oRGA05G421E #python #100DaysOfCode #javascript #java

Live Python (@_livepython) 's Twitter Profile Photo

The next #async #python tutorial is out now. In this one we're building on previous instalments to start to create a RESTful interface youtu.be/dJttCNhh8S0 #100DaysOfCode #100daysofpython #learnpython #programming #flask #django

Live Python (@_livepython) 's Twitter Profile Photo

Have 5 mins spare and want to get to grips with one of the most common beginner #python misunderstandings? Then watch youtu.be/kgkms3xF5ZE Or, if you've got a bit longer, check this out on Exception Handling: youtu.be/TCdhTe2vS7Y #100DaysOfCode #100daysofpython #codenewbies

Live Python (@_livepython) 's Twitter Profile Photo

Want to brush up on Stacks/Queues and how to implement them in #python with a Linked List? Here's a 10 minute primer: youtu.be/rQpP7CD6zqY #100DaysOfCode #100daysofpython #programming #codenewbie #codenewbies #learnpython

Raymond Hettinger (@raymondh) 's Twitter Profile Photo

Another interesting use of #python's walrus operator is to compute differences between successive values in a data stream. This is the inverse of accumulate(): >>> data = [10, 14, 34, 49, 70, 77] >>> prev = 0; [-prev + (prev := x) for x in data] [10, 4, 20, 15, 21, 7]

Live Python (@_livepython) 's Twitter Profile Photo

#python bytecode primer accessible and aimed at ALL learners. Don't let misconceptions of what should and should not be tackled by learners hold you back. An educational 10 minutes lies within: youtu.be/mE0oR9NQefw #100DaysOfCode #100daysofpython #codenewbie #programming

Live Python (@_livepython) 's Twitter Profile Photo

Learning Python and want to understand lambda expressions? Look no further: youtu.be/dQxQsZ39XMU #python #100DaysOfCode #100daysofpython #learnpython #programming #codenewbie #codenewbies