5 Tips on Learning Python From Zero
I was recently contacted by https://www.developrec.net/ to create a video about Python. Here is the result:
5 Tips on Learning Python From Zero Read More »
I was recently contacted by https://www.developrec.net/ to create a video about Python. Here is the result:
5 Tips on Learning Python From Zero Read More »
This week we welcome Henry Schreiner (@HenrySchreiner3) as our PyDev of the Week! Henry is an open-source maintainer/core contributor to multiple projects related to scikit, PyPA, and more. You can get a feel for what Henry is up to by checking out his GitHub profile. Henry also created a “Level Up Your Python” course that
PyDev of the Week: Henry Schreiner III Read More »
This week we welcome Leonardo Giordani (@tw_lgiordani) as our PyDev of the Week! Leonardo is the author of Clean Architectures in Python. Leonardo also writes lots of articles on his website. Let’s take a few moments to get to know Leonardo better! Can you tell us a little about yourself (hobbies, education, etc): I’m Italian,
PyDev of the Week: Leonardo Giordani Read More »
My talk, Creating GUIs with PySimpleGUI, is up on YouTube. I gave this talk to the SFPython / PyBay groups in January 2022. I used Jupyter Notebook for the slides of this talk. All the slides and example code are available in my GitHub Talks repo. You can learn more about PySimpleGUI in the
Creating GUIs with PySimpleGUI (Video) Read More »
This week we welcome Roman Right (@roman_the_right) as our PyDev of the Week! Roman is the creator of Beanie, an Asynchronous Python object-document mapper (ODM) for MongoDB. You can see what else Roman contributes to over on GitHub. Let’s take some time to get to know Roman better! Can you tell us a little about
PyDev of the Week: Roman Right Read More »
My latest Python book, Automating Excel with Python is now on ProductHunt If you have a ProductHunt account, I would appreciate it if you voted the book up. The book is currently available for purchase on Leanpub or Gumroad or Amazon
Automating Excel with Python Now on ProductHunt Read More »
This week we welcome Batuhan Taskaya (@isidentical) as our PyDev of the Week! Batuhan is a core developer of the Python language. Batuhan is also a maintainer of multiple Python packages including parso and Black. You can see what else Batuhan is up to by checking out his website or GitHub profile. Let’s take a
PyDev of the Week: Batuhan Taskaya Read More »
This week we welcome Sundeep Agarwal (@learn_byexample) as our PyDev of the Week! Sundeep has authored more than 10 books about RegEx, Awk, Python and more! You can see what else Sundeep has been up to by checking out his blog or his GitHub profile. Let’s spend some time getting to know Sundeep better! Can
PyDev of the Week: Sundeep Agarwal Read More »
PySimpleGUI is a Python GUI that wraps other Python GUI toolkits (Tkinter, PySide, wxPython). By abstracting away the complexities of the other GUIs into a common API, you can quickly write code that can be rendered using any of those other toolkits just by changing the import at the top of your program. If you
PySimpleGUI – An Intro to Laying Out Elements Read More »
This week we welcome Julian Sequeira (@juliansequeira) as our PyDev of the Week! Julian is one of the co-founders of PyBites. They post articles, courses, run a podcast and have a fun Code Challenge site too. You can connect with Julian on LinkedIn if you’d like to. Now let’s spend some time getting to know
PyDev of the Week: Julian Sequeira Read More »
This week we welcome Rodrigo Girão Serrão (@mathsppblog) as our PyDev of the Week! Rodrigo is the author of Pydon’ts – Write elegant code, a free Python book. Rodrigo also has a BootCamp, a cheatsheet and more on Gumroad. You should also check out Rodrigo’s blog! Let’s take a few moments to get to know
PyDev of the Week: Rodrigo Girão Serrão Read More »
This week we welcome Lais Carvalho (@lais_bsc) as our PyDev of the Week! Lais is active in multiple Python user groups in Ireland and has helped organize multiple Python conferences. She is on a recent episode of Python Bytes too, so be sure to check that out! If you’d like to see what projects Lais
PyDev of the Week: Lais Carvalho Read More »
My 10th Python book, Automating Excel with Python is now available on Amazon in Paperback or Kindle versions. In this book, you will learn how to use Python to do the following: Create Excel spreadsheets Read Excel spreadsheets Create different cell types Add and remove sheets Convert Excel spreadsheets into other file types Cell styling
Automating Excel with Python Paperback Now Available! Read More »
I am running a sale on my Python books where you can take $10 off any of my books on Gumroad. All you need to do is use this offer code when you check out: tenoff. This sale will continue until January 3rd, 2022! This code works on ALL my books, including my latest books!
Level Up Your Python Sale Read More »
This week we welcome Martin Manns as our PyDev of the Week! Martin is the creator of pyspread, “a non-traditional spreadsheet application that is based on and written in the programming language Python.” It’s a really neat application that you can use yourself or learn from. Let’s take a few moments to learn more about
PyDev of the Week: Martin Manns Read More »