Using Python to Turn Text-to-Speech on Mac OSX (Video)
Learn how to turn text into speech on Mac OSX with the Python programming language
Using Python to Turn Text-to-Speech on Mac OSX (Video) Read More »
Learn how to turn text into speech on Mac OSX with the Python programming language
Using Python to Turn Text-to-Speech on Mac OSX (Video) Read More »
Learn how to layout your widgets in Kivy, a mobile GUI framework for Python. Kivy is a cross-platform GUI framework that also works on iOS and Android. The examples in this video are based on the code from Kivy 101: How to Use BoxLayouts
An Intro to Kivy Layouts (Video) Read More »
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the tox automation project. You can see what else Jürgen is up to over on his website. You can also check out Jürgen’s code over on GitHub or Launchpad. Let’s spend some time getting to know Jürgen
PyDev of the Week: Jürgen Gmach Read More »
In this video, Mike Driscoll talks about what to expect in Python’s newest release, which is coming in Fall 2022 Better Performance Improved error messages Exception groups New type hints The new `tomllib` module See the Python website for full details
What’s New in Python 3.11 (Video) Read More »
In this tutorial, I will talk about some of the many different data science packages you can use in Python. Packages mentioned: pandas, matplotlib, numpy, scipy, mahotas, OpenCV, Keras, PyTorch, Tensorflow, Theano, Bokeh, Plotly, Scikit-learn, Scikit-image
Data Science Packages in Python (Video) Read More »
This week we welcome Allen Downey (@AllenDowney) as the PyDev of the Week! Allen is the author of Think Python, Modeling and Simulation in Python, Think Java: How to Think Like a Computer Scientist, and several other books. Allen is also a professor at Olin College in Massachusetts. You can catch up with Allen by
PyDev of the Week: Allen Downey Read More »
Learn about some of the many Python web frameworks that are available to you in this video. Web frameworks mentioned in this video Django – https://www.djangoproject.com/ Flask – https://flask.palletsprojects.com/en/2.1.x/ Pyramid – https://trypyramid.com/ FastAPI – https://fastapi.tiangolo.com/ CherryPy – https://docs.cherrypy.dev/en/latest/ TurboGears – https://turbogears.org/ Web2py – http://www.web2py.com/ Bottle – https://bottlepy.org/docs/dev/ Python Content Management Systems Plone – https://plone.org/ Django
An Intro to Python Web Frameworks (Video) Read More »
Learn how to create different types of context managers using Python’s contextlib module! You can learn more in the contextlib documentation. Related Articles Python’s with Statement and Context Managers Python 3.10 – Parenthesized Context Managers wxPython’s Context Managers Python 201 – An Intro to Context Managers
An Intro to the contextlib Module in Python (Video) Read More »
Context managers are a handy way to open and close files, dialogs, thread-locks and so much more! Check out this short tutorial that introduces you to the concepts of context managers by Mike Driscoll Related Articles Python’s with Statement and Context Managers Python 3.10 – Parenthesized Context Managers wxPython’s Context Managers Python 201 – An
An Intro to Context Managers in Python (Video) Read More »
This week we welcome Denny Perez (@dennyperez18) as our PyDev of the Week! Denny works at nventive and is very active in the Python community, including helping to organize PyCon itself. You can see what Denny is up to on Denny’s GitHub page. Let’s take some time to get to know Denny better! Can you
PyDev of the Week: Denny Perez Read More »
In this video tutorial, you will learn about Python’s builtins module
Python Video Series: The builtins module Read More »
Learn the basics of Python’s amazing calendar module in this video:
Python’s Calendar Module (video) Read More »
In this tutorial, you will learn how to do function overloading with Python and its functools module. Related Reading Python 3 – Function Overloading with singledispatch
Function Overloading with Python (Video) Read More »
This week we welcome Rachell Calhoun (@Rachell_Calhoun) as our PyDev of the Week! Rachell is active in the Python community and the Django Girls community. You can see some of the many things that Rachell is working on over on Rachell’s website. You can also check out Rachell’s GitHub profile to see what cool project’s
PyDev of the Week: Rachell Calhoun Read More »
Are you ready to power up your Python skills? The Python programming language has more than 200 modules in its standard library. In this tutorial, you will learn about functools, a module that is tailor-made for acting on or returning other modules. You will learn about how to use functool decorators effectively, caching, function overloading
The Functools Module (PyCharm Webinar) Read More »