Intermediate-level Python tutorials to help increase your breadth, depth and experience of Python Programming. Come and take your skills to the next level
How I became a Self-Taught Programmer (Tips, advice and inspiration) - A few of you have asked for a bit about my background and I thought I'd make this short video to give my perspective. Enjoy! https://t.co/HTFmGulPJ9 #python#100DaysOfCode#javascript#codenewbie#programming
#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:
https://t.co/DScA5ByHJo
#100DaysOfCode#100daysofpython#codenewbie#programming
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]
Have 5 mins spare and want to get to grips with one of the most common beginner #python misunderstandings? Then watch https://t.co/RxK4Ipp8xo Or, if you've got a bit longer, check this out on Exception Handling: https://t.co/f8zj1MxBKV #100DaysOfCode#100daysofpython#codenewbies
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: https://t.co/R3RclNnxpi #python#100DaysOfCode#javascript#java
@emekaoffor@_100DaysOfCode Hey there, I am unable to send you DMs. If you follow me then I can send you further information if you're still interested.
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
I have a really good proposal for any beginner/early intermediate #python learner who wants to boost their learning to the next level:
Is there anyone who would like to start their #100DaysOfCode by having a really short daily session with me where we go over the 100 most.. [1/3]
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. https://t.co/7VFpTk8VHn #100DaysOfCode#100DaysofPython
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
I have a really good proposal for any beginner/early intermediate #python learner who wants to boost their learning to the next level:
Is there anyone who would like to start their #100DaysOfCode by having a really short daily session with me where we go over the 100 most.. [1/3]
Async Web Scraping tutorial. This is the next instalment in the well-received 'Foundations of Python Async' Enjoy! https://t.co/ESFRuhUGVa #python#async#100daysOfCode#100daysofpython
I have a really good proposal for any beginner/early intermediate #python learner who wants to boost their learning to the next level:
Is there anyone who would like to start their #100DaysOfCode by having a really short daily session with me where we go over the 100 most.. [1/3]