Codementor: Graceful Data Ingestion with SQLAlchemy and Pandas
When the data size is not large enough to use distributed computing frameworks (like Apache Spark), processing data in a machine with pandas is an efficient way. But how to insert data with...
View ArticlePyCharm: Webinar: “Automating Build, Test and Release Workflows with tox”...
Python’s tox project is a critical tool for quality software production. Most of our users and customers know about it, but haven’t made the time to learn it.This webinar’s for you. Oliver Bestwalter...
View ArticlePython Software Foundation: PyPI Security and Accessibility Q1 2019 Request...
The Python Software Foundation Packaging Working Group has applied for and received a commitment from the Open Technology Fund to fulfill a contract via their Core Infrastructure Fund. The Python...
View ArticleSimple is Better Than Complex: Launching our Community Forum
This is a short post just to announce today I’m releasing a community forum for the simpleisbetterthancomplex.com readers! And I want you to be part of it.I decided to create this community forum for a...
View ArticleNumFOCUS: NumFOCUS Funds Open Source Projects through Small Development...
The post NumFOCUS Funds Open Source Projects through Small Development Grants – Fall 2018 appeared first on NumFOCUS.
View ArticleKushal Das: PyPI and gpg signed packages
Yesterday night, on #pypa IRC channel, asked about uploading detached gpg signatures for the packages. According to , twine did not upload the signature, even with passing -s as an argument. I tried to...
View ArticleSemaphore Community: Generating Fake Data for Python Unit Tests with Faker
This article is brought with ❤ to you by Semaphore.IntroductionWhen writing unit tests, you might come across a situation where you need to generate test data or use some dummy data in your tests. If...
View ArticleChris Moffitt: Building a Repeatable Data Analysis Process with Jupyter...
IntroductionOver the past couple of months, there has been an ongoing discussion about Jupyter Notebooks affectionately called the “Notebook Wars”. The genesis of the discussion is Joel Grus’...
View Articlegamingdirectional: Create the Overlap class for Pygame project
Hello there, sorry for a little bit late today because I am busy setting up my old website which is now ready for me to add in more articles into it, if you are interested in more programming articles...
View ArticleMike Driscoll: Python 101: Episode #34 – The SQLAlchemy Package
In this screencast, we learn about the popular SQLAlchemy package. SQLAlchemy is an Object Relational Mapper for Python that allows you to interface with databases in a “Pythonic” manner.You can also...
View ArticleCodementor: NAIMbot - Aim assistant based on machine learning
NAIMbot - Aim assistant based on machine learning
View ArticleJames Bennett: Core no more
If you’re not the sort of person who closely follows the internals of Django’s development, you might not know there’s a draft proposal to drastically change the project’s governance. It’s been getting...
View ArticlePyCoder’s Weekly: Issue #343 (Nov. 20, 2018)
CPython Governance after Guido, "Clean Architecture" examples, and more body,#bodyTable,#bodyCell{ height:100% !important; margin:0; padding:0; width:100% !important; } table{ border-collapse:collapse;...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Algoritmos de...
Fala pessoal, tudo bom?Nos vídeos abaixo, vamos aprender como implementar alguns dos algoritmos de ordenação usando Python.Bubble SortComo o algoritmo funciona: Como implementar o algoritmo usando...
View ArticleVladimir Iakolev: Analysing the trip to South America with a bit of image...
Back in September, I had a three weeks trip to South America. While planning the trip I was using sort of data mining to select the most optimal flights and it worked well. To continue following the...
View ArticleTalk Python to Me: #187 Secure all the things with HubbleStack
How do you keep track of the security, configuration states, and even out of date system level packages in your servers? What if you had 40,000 or more servers? How's your process scale? I'll tell you,...
View ArticleMike Driscoll: Black Friday / Cyber Monday Sale 2018
This week I am putting my 2 most recent self-published books on Sale starting today through November 26th.ReportLab – PDF Processing with Python is available for $9.99:LeanpubGumroad– Use offer code...
View Articlegamingdirectional: Create a pool object for enemy ships
In this article we will start to create a pool object which will recycle the enemy ship and then we will create a new object pool for the missiles on the next article. Before we can create a pool...
View ArticleReal Python: Memory Management in Python
Ever wonder how Python handles your data behind the scenes? How are your variables stored in memory? When do they get deleted?In this article, we’re going to do a deep dive into the internals of Python...
View ArticleStack Abuse: Lists vs Tuples in Python
IntroductionLists and tuples are two of the most commonly used data structures in Python, with dictionary being the third. Lists and tuples have many similarities. Some of them have been enlisted...
View Article