Shelve basics and a question on how best to manage importing the DB.
Julian Sequeira
After working with servers, data centers and communications at some of the largest companies on the planet, Julian made the switch to a Python software developer role in 2019. After learning Python teaching it on PyBites with best friend Bob, Julian has made it his mission to spread his love of Python and his expertise in communication and mindset. You can hear Julian in action here.
Discover Python Help Options
By Julian Sequeira on 2 February 2017
Discover some of the numerous Python Help functions.
Send Advanced Emails with Python MIME Submodules
By Julian Sequeira on 1 February 2017
Learn how to send richer emails with Python and the MIME Submodules
Send Emails with Python smtplib
By Julian Sequeira on 26 January 2017
Learn how to send emails using Python
Python Iteration
By Julian Sequeira on 19 January 2017
Iteration in Python is incredibly simple compared to C and other languages. It’s easy… maybe a little TOO easy…
List of Awesome Python Resources
By Julian Sequeira on 16 January 2017
A great list of Python Resources that should keep you busy for a while!
Create a Simple Web Scraper with BeautifulSoup4
By Julian Sequeira on 11 January 2017
Learn to create a simple web scraper in Python using BeautifulSoup4
Copy and Paste with Pyperclip
By Julian Sequeira on 6 January 2017
Use the Pyperclip module to copy and paste with the clipboard!
Code Challenge Pilot – calculate total time JS course
By Julian Sequeira on 4 January 2017
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.
Python Naming Conventions
By Julian Sequeira on 1 January 2017
Naming conventions can be tricky in Py. It’s good to make sure we’re all on the same page.