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

Joined July 2019
52 Photos and videos
Pinned Tweet
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! youtu.be/lH1CF_hayck #python #100DaysOfCode #javascript #codenewbie #programming
5
24
64
Live Python retweeted
Which little known #Python tool do you consider indispensable?
21% ast.literal_eval()
58% functools.lru_cache()
15% pdb.pm()
6% reprlib.recursive_repr()
2,146 votes • Final results
23
36
248
Is anyone interested in learning Go (Golang) from the ground up but at an accelerated pace? #go #golang #programming
62% Yes
21% Depends
17% No way
71 votes • Final results
1
6
17
#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
14
12
Live Python retweeted
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]
25
110
537
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
9
18
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

6
27
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
91% Yes, keen for this
2% In a different language
3% Depends
3% Wouldn't watch it
58 votes • Final results
15
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
3
14
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
7
20
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
7
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]
9
5
19
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]
1
7
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]
14
15
56
[2/3] ... common mistakes that people make when writing code. Essentially a practical teaching session that other people can watch and learn from (kinda like extra channel content). I'd be filming myself, you would film yourself and then I'd edit the video including what we go ..
1
3
4
[3/3] ... over in the interpreter. This is my channel for anyone who hasn't come across it yet youtube.com/channel/UCRwRIpY… If you're interested leave a comment. RT if you think it's a good opportunity and would like as many people as possible to put themselves forward for it!
10
6
18