In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let’s hear from Mridu!
Topic Archive
Learning
-
-
The First Step in Contributing to Open Source Projects
·
·
4 min readHave you ever wanted to contribute to open source but weren’t sure how to get started? Marc found himself in just that situation. Sometimes it all comes down to taking that first step.
-
Generating Beautiful Code Snippets with Carbon and Selenium
·
·
9 min readDid you notice our Python tips lately? They looks more sexy, don’t they? That’s thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, what if we can automate this process generating the image for us? That’s what we did and posting new tips to Twitter is now a breeze. In this article I will show you how using a bit of BeautifulSoup and selenium. Enjoy!
-
A Short Primer on Assemblers, Compilers and Interpreters
·
·
7 min readA gentle introduction to the historical evolution of programming practices.
-
I came across PyBites through a random retweet by some other Pythonista and was intrigued by the challenges Bob and Julian post. Learning cool things by building something always fascinated me so I love and enjoy contributing to the PyBites community through solving random challenges that I find interesting. Long story short I picked up PyBites Code Challenge 03 and am sharing my solution here.
-
Learning Flask v Learning Django
·
·
5 min readAn article on my experience learning Flask and Django.
-
This is a guest post by Martin, a passionate Pythonista who turns our code challenges into cool projects. In this article he describes his process of building pyTrack, a simple task time tracker. Not only did he learn various Python modules – PeeWee, Maya and Click – he also stunned us delivering a project with great documentation and properly packaged code.
-
How to Create Your Own Steam Game Release Notifier
·
·
7 min readIn this post we demonstrate ways in which you can parse common data formats used in Python.
-
How to Parse Common Data Formats in Python
·
·
3 min readIn this post we demonstrate ways in which you can parse common data formats used in Python.